summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-05-25 22:12:53 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-05-25 22:58:30 +0100
commit505da578cad6bed6171b9224b375c534cc3d5775 (patch)
tree0ed9f08462e9f865b676df8e61b7a4c9704ad05a /dev-java/freehep-rootio/freehep-rootio-2.0.9.ebuild
parentdev-java/freehep-graphicsio-emf: Version bump to 2.4, EAPI bump, tests (diff)
downloadgentoo-505da578cad6bed6171b9224b375c534cc3d5775.tar.gz
gentoo-505da578cad6bed6171b9224b375c534cc3d5775.tar.bz2
gentoo-505da578cad6bed6171b9224b375c534cc3d5775.zip
dev-java/freehep-*: Remove some of the FreeHEP packages we last-rited
It's a little more maintained upstream than we initially thought and is currently used by a couple of overlay packages. We have therefore bumped and kept the following. * freehep-graphics2d * freehep-graphicsbase * freehep-graphicsio * freehep-graphicsio-emf * freehep-graphicsio-svg * freehep-graphicsio-tests * freehep-io Some of the packages being removed may return if we need them later.
Diffstat (limited to 'dev-java/freehep-rootio/freehep-rootio-2.0.9.ebuild')
-rw-r--r--dev-java/freehep-rootio/freehep-rootio-2.0.9.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-java/freehep-rootio/freehep-rootio-2.0.9.ebuild b/dev-java/freehep-rootio/freehep-rootio-2.0.9.ebuild
deleted file mode 100644
index 3f6ca6927599..000000000000
--- a/dev-java/freehep-rootio/freehep-rootio-2.0.9.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-JAVA_PKG_IUSE=""
-GROUP_ID="org.freehep"
-MAVEN2_REPOSITORIES="http://java.freehep.org/maven2"
-
-inherit java-pkg-2 java-mvn-src
-
-DESCRIPTION="High Energy Physics Java library - FreeHEP ROOT IO Reader and Writer"
-HOMEPAGE="http://java.freehep.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-CDEPEND=">=dev-java/bcel-5.2
- dev-java/freehep-misc-deps
- >=dev-java/junit-3.8.2"
-DEPEND=">=virtual/jdk-1.5
- ${CDEPEND}"
-RDEPEND=">=virtual/jre-1.5
- ${CDEPEND}"
-JAVA_GENTOO_CLASSPATH="bcel,freehep-misc-deps,junit"