diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-04-17 20:03:22 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-04-17 20:03:22 +0000 |
commit | b6f079a7be214df71fa36154d1f74f00bfd59df2 (patch) | |
tree | 34d62cc7992749a06bc311004e292d34998104a8 | |
parent | Update qt4 dep. (diff) | |
download | gentoo-2-b6f079a7be214df71fa36154d1f74f00bfd59df2.tar.gz gentoo-2-b6f079a7be214df71fa36154d1f74f00bfd59df2.tar.bz2 gentoo-2-b6f079a7be214df71fa36154d1f74f00bfd59df2.zip |
Migrate to gen-2 java eclass, bug #258335.
(Portage version: 2.2_rc30/cvs/Linux x86_64)
-rw-r--r-- | sci-misc/netlogo-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild | 4 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild | 4 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog index bf832c7dd598..213230913420 100644 --- a/sci-misc/netlogo-bin/ChangeLog +++ b/sci-misc/netlogo-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-misc/netlogo-bin -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.8 2007/02/23 00:14:33 humpback Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.9 2009/04/17 20:03:22 caster Exp $ + + 17 Apr 2009; Vlastimil Babka <caster@gentoo.org> netlogo-bin-3.0.2, + netlogo-bin-3.1.3, netlogo-bin-3.1.4: + Migrate to gen-2 java eclass, bug #258335. *netlogo-bin-3.1.4 (23 Feb 2007) diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild index 46a695b203df..0d2214018753 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild,v 1.4 2007/07/15 07:14:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild,v 1.5 2009/04/17 20:03:22 caster Exp $ -inherit eutils java-pkg +inherit eutils java-pkg-2 #RESTRICT="fetch" MY_PN="netlogo" MY_P=${MY_PN}-${PV} diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild index 361e31764839..9f239c3a4e59 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild,v 1.4 2007/07/15 07:14:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild,v 1.5 2009/04/17 20:03:22 caster Exp $ -inherit eutils java-pkg +inherit eutils java-pkg-2 #RESTRICT="fetch" MY_PN="netlogo" MY_P=${MY_PN}-${PV} diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild index 5d1e7bf3523e..08d08c7998c2 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild,v 1.2 2007/07/15 07:14:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild,v 1.3 2009/04/17 20:03:22 caster Exp $ -inherit eutils java-pkg +inherit eutils java-pkg-2 #RESTRICT="fetch" MY_PN="netlogo" MY_P=${MY_PN}-${PV} |