commit: 0594b74dd4dbbcafe5adb4e5e14c01d4ba3ddbe0 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 15:21:28 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 15:21:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0594b74d
sci-biology/argo-bin: remove pack, upstream gone Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/argo-bin/argo-bin-1.0.31.ebuild | 29 ----------------------------- sci-biology/argo-bin/argo-bin-2.0.3.ebuild | 29 ----------------------------- sci-biology/argo-bin/metadata.xml | 12 ------------ 4 files changed, 71 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index c30fb5074..f03e96800 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -39,4 +39,3 @@ dev-java/hdf-java # Aisha Tammy <[email protected]> (2020-11-19) # mask unfetchable packages until someone fixes. sci-biology/aghermann -sci-biology/argo-bin diff --git a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild b/sci-biology/argo-bin/argo-bin-1.0.31.ebuild deleted file mode 100644 index 615c186b2..000000000 --- a/sci-biology/argo-bin/argo-bin-1.0.31.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-utils-2 toolchain-funcs - -DESCRIPTION="Visualization and manually annotating whole genomes" -HOMEPAGE="https://www.broadinstitute.org/annotation/argo2 - https://www.broadinstitute.org/annotation/argo" -SRC_URI="https://www.broadinstitute.org/annotation/argo/argo.jar" -# -# Release Number: 1.0.31 -# Release Date: 2010-02-05 - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="!sci-biology/argo" -RDEPEND="${DEPEND} - >=virtual/jre-1.5:*" -S="${WORKDIR}" - -src_install() { - java-pkg_newjar "${DISTDIR}"/argo.jar argo.jar - java-pkg_dolauncher -} diff --git a/sci-biology/argo-bin/argo-bin-2.0.3.ebuild b/sci-biology/argo-bin/argo-bin-2.0.3.ebuild deleted file mode 100644 index 8b07ccaaa..000000000 --- a/sci-biology/argo-bin/argo-bin-2.0.3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit java-utils-2 toolchain-funcs - -DESCRIPTION="Visualization and manually annotating whole genomes" -HOMEPAGE="https://www.broadinstitute.org/annotation/argo2 - https://www.broadinstitute.org/annotation/argo" -SRC_URI="https://www.broadinstitute.org/annotation/argo2/releases/argo2.jar" -# -# Release Number: 3 -# Release Date: 2010-06-23 - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="!sci-biology/argo" -RDEPEND="${DEPEND} - >=virtual/jre-1.5:*" -S="${WORKDIR}" - -src_install() { - java-pkg_newjar "${DISTDIR}"/argo2.jar argo2.jar - java-pkg_dolauncher -} diff --git a/sci-biology/argo-bin/metadata.xml b/sci-biology/argo-bin/metadata.xml deleted file mode 100644 index 138cb7705..000000000 --- a/sci-biology/argo-bin/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Martin Mokrejs</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Biology Project</name> - </maintainer> -</pkgmetadata>
