diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-01-19 22:02:16 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-01-19 22:02:16 +0000 |
commit | 87c2cd4d5dadbf8d0bab0ef0bb87032a938714c5 (patch) | |
tree | b508b65140b4768c4ac8b25893a5b1826f0b1ae2 /sci-misc/netlogo-bin | |
parent | Remove entries for virtual/pcmcia. (diff) | |
download | gentoo-2-87c2cd4d5dadbf8d0bab0ef0bb87032a938714c5.tar.gz gentoo-2-87c2cd4d5dadbf8d0bab0ef0bb87032a938714c5.tar.bz2 gentoo-2-87c2cd4d5dadbf8d0bab0ef0bb87032a938714c5.zip |
Revision bump. Remove bundled quaqua library, needed only for OS X and makes JAVA_PKG_STRICT complain, bug 451786. Fix user manual not being installed.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42618354)
Diffstat (limited to 'sci-misc/netlogo-bin')
-rw-r--r-- | sci-misc/netlogo-bin/ChangeLog | 9 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild (renamed from sci-misc/netlogo-bin/netlogo-bin-5.0.3.ebuild) | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog index a194aa579d17..07dd4576f41f 100644 --- a/sci-misc/netlogo-bin/ChangeLog +++ b/sci-misc/netlogo-bin/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sci-misc/netlogo-bin # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.17 2013/01/07 01:08:51 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.18 2013/01/19 22:02:16 creffett Exp $ + +*netlogo-bin-5.0.3-r1 (19 Jan 2013) + + 19 Jan 2013; Chris Reffett <creffett@gentoo.org> +netlogo-bin-5.0.3-r1.ebuild, + -netlogo-bin-5.0.3.ebuild: + Revision bump. Remove bundled quaqua library, needed only for OS X and makes + JAVA_PKG_STRICT complain, bug 451786. Fix user manual not being installed. *netlogo-bin-5.0.3 (07 Jan 2013) diff --git a/sci-misc/netlogo-bin/netlogo-bin-5.0.3.ebuild b/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild index 6f9d6543cc1e..2765ed334d53 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-5.0.3.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-5.0.3.ebuild,v 1.1 2013/01/07 01:08:51 creffett Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-5.0.3-r1.ebuild,v 1.1 2013/01/19 22:02:16 creffett Exp $ EAPI=5 @@ -29,6 +29,7 @@ QA_PREBUILT="/usr/share/"${PN}"/lib/Linux-*/*.so" src_install() { insinto /usr/share/"${PN}"/ doins *.jar + rm lib/quaqua-7.3.4.jar java-pkg_dojar extensions/sound/*.jar java-pkg_dojar extensions/profiler/*.jar java-pkg_dojar extensions/array/*.jar @@ -39,6 +40,7 @@ src_install() { java-pkg_dojar lib/*.jar dohtml -r docs/* + dodoc "docs/NetLogo User Manual.pdf" docs/shapes.nlogo insinto /usr/share/"${PN}"/models doins -r models/* |