summaryrefslogtreecommitdiff
path: root/dev-java/bytecode/bytecode-20081007.ebuild
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-03-06 12:59:48 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-03-06 13:01:44 +0000
commitb1efc72f2d9bff9cac48c8c9133b11b151a43a2b (patch)
tree15afcf5229ad331e44a77ef093078c102ce78b19 /dev-java/bytecode/bytecode-20081007.ebuild
parent2307172a14e00538f1f06a89d2e629cc42483dbb (diff)
downloadgentoo-b1efc72f2d9bff9cac48c8c9133b11b151a43a2b.tar.gz
gentoo-b1efc72f2d9bff9cac48c8c9133b11b151a43a2b.tar.bz2
gentoo-b1efc72f2d9bff9cac48c8c9133b11b151a43a2b.zip
dev-java/bytecode: Remove outdated unmaintained package
Diffstat (limited to 'dev-java/bytecode/bytecode-20081007.ebuild')
-rw-r--r--dev-java/bytecode/bytecode-20081007.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-java/bytecode/bytecode-20081007.ebuild b/dev-java/bytecode/bytecode-20081007.ebuild
deleted file mode 100644
index e5ae8125d30d..000000000000
--- a/dev-java/bytecode/bytecode-20081007.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Biojava bytecode manipulation library"
-HOMEPAGE="http://biojava.org"
-SRC_URI="https://dev.gentoo.org/~serkan/distfiles/${P}.tar.bz2"
-# svn export svn://code.open-bio.org/biojava/bytecode/trunk -r {20081007}
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4"
-
-JAVA_ANT_IGNORE_SYSTEM_CLASSES="true"
-EANT_BUILD_TARGET="package"
-EANT_DOC_TARGET="javadocs"
-
-src_prepare() {
- mkdir {tests,demos,resources} || die
-}
-
-src_install() {
- java-pkg_dojar ant-build/${PN}.jar
- use doc && java-pkg_dojavadoc ant-build/docs
- use source && java-pkg_dosrc src/org
-}