diff options
-rw-r--r-- | sci-misc/netlogo-bin/ChangeLog | 10 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/files/digest-netlogo-bin-2.1 | 1 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.3 | 3 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild (renamed from sci-misc/netlogo-bin/netlogo-bin-2.1.ebuild) | 18 |
4 files changed, 17 insertions, 15 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog index 746c53741f0d..8b94b51e485f 100644 --- a/sci-misc/netlogo-bin/ChangeLog +++ b/sci-misc/netlogo-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-misc/netlogo-bin -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.5 2006/10/04 12:57:46 blubb Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.6 2007/02/10 01:49:52 humpback Exp $ + +*netlogo-bin-3.1.3 (10 Feb 2007) + + 10 Feb 2007; Gustavo Felisberto <humpback@gentoo.org>; + -netlogo-bin-2.1.ebuild, +netlogo-bin-3.1.3.ebuild: + Bumped to 3.1.3 04 Oct 2006; Simon Stelling <blubb@gentoo.org> netlogo-bin-3.0.2.ebuild: stable on amd64 diff --git a/sci-misc/netlogo-bin/files/digest-netlogo-bin-2.1 b/sci-misc/netlogo-bin/files/digest-netlogo-bin-2.1 deleted file mode 100644 index 8c2da9b56358..000000000000 --- a/sci-misc/netlogo-bin/files/digest-netlogo-bin-2.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d30dfb72f361d813b39999d812596811 netlogo-2.1.tar.gz 11435203 diff --git a/sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.3 b/sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.3 new file mode 100644 index 000000000000..48f525fc475d --- /dev/null +++ b/sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.3 @@ -0,0 +1,3 @@ +MD5 3414a2e80d8d59c05327c67a6acc7787 netlogo-3.1.3.tar.gz 25326325 +RMD160 f9181130b65fba049ae350162ebc3d273ebc0fa3 netlogo-3.1.3.tar.gz 25326325 +SHA256 ff9791ecf0795c0d71a9d8de9bbcfb57dfb41b9757070e39d690f64159935831 netlogo-3.1.3.tar.gz 25326325 diff --git a/sci-misc/netlogo-bin/netlogo-bin-2.1.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild index 4e3cd4430c3b..675f38ed1da7 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-2.1.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-2.1.ebuild,v 1.1 2005/03/16 16:02:44 humpback Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild,v 1.1 2007/02/10 01:49:52 humpback Exp $ inherit eutils java-pkg -RESTRICT="fetch" +#RESTRICT="fetch" MY_PN="netlogo" MY_P=${MY_PN}-${PV} DESCRIPTION="NetLogo cross-platform multi-agent programmable modeling environment" HOMEPAGE="http://ccl.northwestern.edu/netlogo/" -SRC_URI="${MY_P}.tar.gz" +SRC_URI="http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz" LICENSE="netlogo" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" DEPEND="app-arch/unzip >=virtual/jdk-1.4" @@ -22,17 +22,11 @@ IUSE="" S=${WORKDIR}/${MY_P} -pkg_nofetch() { - einfo "Please go to ${HOMEPAGE} and download ${A} " - einfo "Have a look at http://ccl.northwestern.edu/netlogo/docs/copyright.html" - einfo "before using this software" -} - - src_install() { java-pkg_dojar *.jar java-pkg_dojar extensions/*.jar + java-pkg_dojar lib/*.jar dohtml -r docs/* insinto /usr/share/${PN}/models |