summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-13 12:09:37 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-13 12:09:37 +0000
commit4e5c98cc516efe1596eb45fecde095384637a0f5 (patch)
tree2b488dfa9b5a4e473388afc8b8469c4579c6a350 /sci-misc
parentNo binaryfiles in VCS please, #370919 (diff)
downloadgentoo-2-4e5c98cc516efe1596eb45fecde095384637a0f5.tar.gz
gentoo-2-4e5c98cc516efe1596eb45fecde095384637a0f5.tar.bz2
gentoo-2-4e5c98cc516efe1596eb45fecde095384637a0f5.zip
No binaryfiles in VCS please, #370925
(Portage version: 2.2.0_alpha40/cvs/Linux x86_64)
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/netlogo-bin/ChangeLog9
-rw-r--r--sci-misc/netlogo-bin/files/netlogo.gifbin93 -> 0 bytes
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild27
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild42
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild45
-rw-r--r--sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild20
6 files changed, 33 insertions, 110 deletions
diff --git a/sci-misc/netlogo-bin/ChangeLog b/sci-misc/netlogo-bin/ChangeLog
index 981b437f015b..4a17c055a099 100644
--- a/sci-misc/netlogo-bin/ChangeLog
+++ b/sci-misc/netlogo-bin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-misc/netlogo-bin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/ChangeLog,v 1.13 2010/05/22 11:00:35 tove Exp $
+# 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 $
+
+ 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,
+ netlogo-bin-4.0.4.ebuild, -files/netlogo.gif:
+ No binaryfiles in VCS please, #370925
22 May 2010; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove humpback from metadata.xml (#34793)
diff --git a/sci-misc/netlogo-bin/files/netlogo.gif b/sci-misc/netlogo-bin/files/netlogo.gif
deleted file mode 100644
index f7ba12b513e3..000000000000
--- a/sci-misc/netlogo-bin/files/netlogo.gif
+++ /dev/null
Binary files differ
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 0d2214018753..aa4eca5ba8ad 100644
--- a/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild
+++ b/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild
@@ -1,26 +1,29 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2011 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.5 2009/04/17 20:03:22 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-misc/netlogo-bin/netlogo-bin-3.0.2.ebuild,v 1.6 2011/06/13 12:09:37 jlec Exp $
inherit eutils java-pkg-2
-#RESTRICT="fetch"
+
MY_PN="netlogo"
MY_P=${MY_PN}-${PV}
-DESCRIPTION="NetLogo cross-platform multi-agent programmable modeling environment"
+DESCRIPTION="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"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
+ 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"
+IUSE=""
+DEPEND="
+ app-arch/unzip
+ >=virtual/jdk-1.4"
RDEPEND=">=virtual/jre-1.4"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
src_install() {
java-pkg_dojar *.jar
@@ -32,10 +35,10 @@ src_install() {
doins -r models/*
insinto /usr/share/pixmaps
- doins ${FILESDIR}/netlogo.gif
+ doins "${WORKDIR}"/netlogo.gif
exeinto /opt/bin
- newexe ${FILESDIR}/netlogo.sh netlogo
+ newexe "${FILESDIR}"/netlogo.sh netlogo
make_desktop_entry netlogo "NetLogo" /usr/share/pixmaps/netlogo.gif
}
diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild
deleted file mode 100644
index 9f239c3a4e59..000000000000
--- a/sci-misc/netlogo-bin/netlogo-bin-3.1.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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.5 2009/04/17 20:03:22 caster Exp $
-
-inherit eutils java-pkg-2
-#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
-
-}
diff --git a/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild b/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild
deleted file mode 100644
index 08d08c7998c2..000000000000
--- a/sci-misc/netlogo-bin/netlogo-bin-3.1.4.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.3 2009/04/17 20:03:22 caster Exp $
-
-inherit eutils java-pkg-2
-#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
-}
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 8b71df1819cf..219596790a95 100644
--- a/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild
+++ b/sci-misc/netlogo-bin/netlogo-bin-4.0.4.ebuild
@@ -1,24 +1,26 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 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.2 2009/12/22 23:58:23 caster Exp $
+# $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 $
inherit eutils java-pkg-2
-#RESTRICT="fetch"
+
MY_PN="netlogo"
MY_P=${MY_PN}-${PV}
-DESCRIPTION="NetLogo cross-platform multi-agent programmable modeling environment"
+DESCRIPTION="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"
+SRC_URI="
+ http://dev.gentoo.org/~jlec/distfiles/${PN/-bin}.gif.tar
+ http://ccl.northwestern.edu/netlogo/${PV}/${MY_P}.tar.gz"
LICENSE="netlogo"
SLOT="0"
KEYWORDS="~amd64 ~x86"
+IUSE=""
+
DEPEND=""
RDEPEND=">=virtual/jre-1.5"
-IUSE=""
-
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}"/${MY_P}
src_install() {
java-pkg_dojar *.jar
@@ -36,7 +38,7 @@ src_install() {
doins -r models/*
insinto /usr/share/pixmaps
- doins "${FILESDIR}"/netlogo.gif
+ doins "${WORKDIR}"/netlogo.gif
exeinto /opt/bin
newexe "${FILESDIR}"/netlogo.sh netlogo