diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-08-14 11:03:36 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-08-14 11:03:36 +0000 |
commit | 94fac643ffa39d346a7f2aa930d1d059aedd6fd9 (patch) | |
tree | cb3ac9c1b11e7cf454c712c7ccd04c50237cd287 /sci-misc/netlogo-bin | |
parent | Stable for x86, wrt bug #422177 (diff) | |
download | gentoo-2-94fac643ffa39d346a7f2aa930d1d059aedd6fd9.tar.gz gentoo-2-94fac643ffa39d346a7f2aa930d1d059aedd6fd9.tar.bz2 gentoo-2-94fac643ffa39d346a7f2aa930d1d059aedd6fd9.zip |
sci-misc/netlogo-bin: Use QA_PREBUILt for binary packages, #431124
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc/netlogo-bin')
-rw-r--r-- | sci-misc/netlogo-bin/ChangeLog | 8 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/metadata.xml | 16 | ||||
-rw-r--r-- | sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild | 8 |
3 files changed, 24 insertions, 8 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog index 4a17c055a099..8f30d71fb98b 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.14 2011/06/13 12:09:37 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.15 2012/08/14 11:03:35 jlec Exp $ + + 14 Aug 2012; Justin Lecher <jlec@gentoo.org> netlogo-bin-4.0.4.ebuild, + metadata.xml: + Use QA_PREBUILt for binary packages, #431124 13 Jun 2011; Justin Lecher <jlec@gentoo.org> netlogo-bin-3.0.2.ebuild, -netlogo-bin-3.1.3.ebuild, -netlogo-bin-3.1.4.ebuild, diff --git a/sci-misc/netlogo-bin/metadata.xml b/sci-misc/netlogo-bin/metadata.xml index 853d2ad81d13..d133dd77e80c 100644 --- a/sci-misc/netlogo-bin/metadata.xml +++ b/sci-misc/netlogo-bin/metadata.xml @@ -1,8 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer> - <email>maintainer-needed@gentoo.org</email> -</maintainer> -<longdescription>NetLogo is a programmable modeling environment for simulating natural and social phenomena. It is particularly well suited for modeling complex systems developing over time. Modelers can give instructions to hundreds or thousands of independent "agents" all operating concurrently. This makes it possible to explore the connection between the micro-level behavior of individuals and the macro-level patterns that emerge from the interaction of many individuals.</longdescription> + <maintainer> + <email>maintainer-needed@gentoo.org</email> + </maintainer> + <longdescription> +NetLogo is a programmable modeling environment for simulating natural and +social phenomena. It is particularly well suited for modeling complex +systems developing over time. Modelers can give instructions to hundreds +or thousands of independent "agents" all operating concurrently. This makes +it possible to explore the connection between the micro-level behavior of +individuals and the macro-level patterns that emerge from the interaction +of many individuals. +</longdescription> </pkgmetadata> diff --git a/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild index 219596790a95..d3da34c7fdb0 100644 --- a/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild +++ b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild,v 1.3 2011/06/13 12:09:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild,v 1.4 2012/08/14 11:03:36 jlec Exp $ + +EAPI=4 inherit eutils java-pkg-2 @@ -22,6 +24,8 @@ RDEPEND=">=virtual/jre-1.5" S="${WORKDIR}"/${MY_P} +QA_PREBUILT="/usr/share/"${PN}"/lib/*.so" + src_install() { java-pkg_dojar *.jar java-pkg_dojar extensions/sound/*.jar |