summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2007-02-23 00:14:34 +0000
committerGustavo Felisberto <humpback@gentoo.org>2007-02-23 00:14:34 +0000
commit6f68668d5e1aedfc9190ce5858f942bc1f538cbc (patch)
treed5a0ceb08fa69359db659751c30b0341db204c27 /sci-misc/netlogo-bin
parentbump & cleanup (diff)
downloadgentoo-2-6f68668d5e1aedfc9190ce5858f942bc1f538cbc.tar.gz
gentoo-2-6f68668d5e1aedfc9190ce5858f942bc1f538cbc.tar.bz2
gentoo-2-6f68668d5e1aedfc9190ce5858f942bc1f538cbc.zip
bump
(Portage version: 2.1.2-r10)
Diffstat (limited to 'sci-misc/netlogo-bin')
-rw-r--r--sci-misc/netlogo-bin/ChangeLog10
-rw-r--r--sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.43
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild5
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild47
4 files changed, 63 insertions, 2 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog
index 454c15b366e6..bf832c7dd598 100644
--- a/sci-misc/netlogo-bin/ChangeLog
+++ b/sci-misc/netlogo-bin/ChangeLog
@@ -1,6 +1,14 @@
# 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.7 2007/02/22 01:19:31 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.8 2007/02/23 00:14:33 humpback Exp $
+
+*netlogo-bin-3.1.4 (23 Feb 2007)
+
+ 23 Feb 2007; Gustavo Felisberto <humpback@gentoo.org>;
+ netlogo-bin-3.1.3.ebuild, +netlogo-bin-3.1.4.ebuild:
+ Added bump that maybe will have 3D support. Right now I cannot test it as
+ the included jogl only works in x86, and I only have amd64, and it does not
+ work with the jogl from the java-migration overlay.
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.4 b/sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.4
new file mode 100644
index 000000000000..ce44a581f098
--- /dev/null
+++ b/sci-misc/netlogo-bin/files/digest-netlogo-bin-3.1.4
@@ -0,0 +1,3 @@
+MD5 c82b16f3edde1f101323466484ce7924 netlogo-3.1.4.tar.gz 25295942
+RMD160 9512a25b9fe30374362e6b75c60b483483bc3204 netlogo-3.1.4.tar.gz 25295942
+SHA256 88531a63b2875638d9f47a92abfbd1166d63d45df53cb04d0eafb2cbfef4e77a netlogo-3.1.4.tar.gz 25295942
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 675f38ed1da7..02624a52d6e8 100644
--- a/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild
+++ b/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild
@@ -1,6 +1,6 @@
# 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.1 2007/02/10 01:49:52 humpback Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild,v 1.2 2007/02/23 00:14:33 humpback Exp $
inherit eutils java-pkg
#RESTRICT="fetch"
@@ -40,4 +40,7 @@ src_install() {
newexe ${FILESDIR}/netlogo.sh netlogo
make_desktop_entry netlogo "NetLogo" /usr/share/pixmaps/netlogo.gif
+
+ #3D Libs
+ dolib.so lib/*.so
}
diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild
new file mode 100644
index 000000000000..6d0913508b19
--- /dev/null
+++ b/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild
@@ -0,0 +1,47 @@
+# 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.1 2007/02/23 00:14:33 humpback Exp $
+
+inherit eutils java-pkg
+#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="http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
+LICENSE="netlogo"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+DEPEND="app-arch/unzip
+ >=virtual/jdk-1.4"
+
+RDEPEND=">=virtual/jre-1.4"
+
+IUSE=""
+
+S=${WORKDIR}/${MY_P}
+
+
+src_install() {
+ java-pkg_dojar *.jar
+ java-pkg_dojar extensions/*.jar
+ java-pkg_dojar lib/*.jar
+
+ dohtml -r docs/*
+ insinto /usr/share/${PN}/models
+ doins -r models/*
+
+
+ insinto /usr/share/pixmaps
+ doins ${FILESDIR}/netlogo.gif
+
+ exeinto /opt/bin
+ newexe ${FILESDIR}/netlogo.sh netlogo
+
+ make_desktop_entry netlogo "NetLogo" /usr/share/pixmaps/netlogo.gif
+
+ #3D Libs right now only for x86
+ insinto /usr/share/${PN}/lib
+ doins lib/*.so
+}