aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 22:43:24 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-03-05 22:43:24 +0100
commit3a526ca504ca9d442723272a576febe6c5ecc5f0 (patch)
treece7e5c25d365f00c24ad1a754f4d6fe6103386a1 /sci-biology/apollo/apollo-9999.ebuild
parentsci-biology/angsd: EAPI bump, add 0.933, add keywords (diff)
downloadsci-3a526ca504ca9d442723272a576febe6c5ecc5f0.tar.gz
sci-3a526ca504ca9d442723272a576febe6c5ecc5f0.tar.bz2
sci-3a526ca504ca9d442723272a576febe6c5ecc5f0.zip
sci-biology/appolo: remove pack, unfetachbale
new repo on github but it uses gradle which is not supported by portage, does not compile Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'sci-biology/apollo/apollo-9999.ebuild')
-rw-r--r--sci-biology/apollo/apollo-9999.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/sci-biology/apollo/apollo-9999.ebuild b/sci-biology/apollo/apollo-9999.ebuild
deleted file mode 100644
index 84f6eb69d..000000000
--- a/sci-biology/apollo/apollo-9999.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit java-pkg-2 java-ant-2 subversion
-
-DESCRIPTION="Apollo genome editor"
-HOMEPAGE="http://gmod.org/wiki/Apollo"
-ESVN_REPO_URI="https://gmod.svn.sourceforge.net/svnroot/gmod/apollo/trunk"
-
-LICENSE="Artistic"
-SLOT="0"
-IUSE=""
-KEYWORDS=""
-
-RDEPEND="
- >=virtual/jre-1.5:*
- dev-lang/perl
- "
-DEPEND="${RDEPEND}
- >=virtual/jdk-1.5:*
- dev-java/ant-core
- "
-
-src_unpack() {
- subversion_src_unpack
-}
-
-src_compile() {
- cd src/java || die
- ant compile || die
-}
-
-src_install() {
- java-pkg_dojar jars/apollo.jar
-
- echo "PATH=/opt/Apollo" > 99Apollo
- doenvd 99Apollo
-}