commit: 17cc39e9b9a19c26914d5afcd824fab963069d1f Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sun Jan 10 12:26:03 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Jan 10 12:26:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=17cc39e9
sci-biology/NGSEPcore-bin: remove old Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../NGSEPcore-bin/NGSEPcore-bin-3.3.1.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/sci-biology/NGSEPcore-bin/NGSEPcore-bin-3.3.1.ebuild b/sci-biology/NGSEPcore-bin/NGSEPcore-bin-3.3.1.ebuild deleted file mode 100644 index 8758da3ac..000000000 --- a/sci-biology/NGSEPcore-bin/NGSEPcore-bin-3.3.1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="NGSEP (CNV and indel discovery)" -HOMEPAGE="https://sourceforge.net/p/ngsep/wiki/Home - https://github.com/NGSEP/NGSEPcore" -SRC_URI="https://sourceforge.net/projects/ngsep/files/Library/NGSEPcore_3.3.1.jar - https://sourceforge.net/projects/ngsep/files/training/UserManualNGSEP_V330.pdf -> ${P}_UserManual.pdf - https://sourceforge.net/projects/ngsep/files/training/Tutorial.txt -> ${P}_Tutorial.txt - https://sourceforge.net/projects/ngsep/files/training/QuickStart.txt -> ${P}_QuickStart.txt" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND=" - dev-java/htsjdk" -# dev-java/jsci-bin -RDEPEND="${DEPEND}" - -S="${WORKDIR}" - -src_unpack(){ - echo -} - -src_install(){ - java-pkg_dojar "${DISTDIR}"/*.jar - dodoc "${DISTDIR}"/${P}_UserManual.pdf \ - "${DISTDIR}"/${P}_Tutorial.txt \ - "${DISTDIR}"/${P}_QuickStart.txt -}
