commit:     099b2d42764be4d50f47ebff9f4bf6210698d63d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 12:01:16 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 12:01:16 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=099b2d42

sci-biology/gffcompare: cleanup old

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/gffcompare/gffcompare-0.10.5.ebuild | 31 -------------------------
 1 file changed, 31 deletions(-)

diff --git a/sci-biology/gffcompare/gffcompare-0.10.5.ebuild 
b/sci-biology/gffcompare/gffcompare-0.10.5.ebuild
deleted file mode 100644
index 0b842d240..000000000
--- a/sci-biology/gffcompare/gffcompare-0.10.5.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Compare, classify, merge, track, annotate GFF files"
-HOMEPAGE="http://ccb.jhu.edu/software/stringtie/gff.shtml
-       https://github.com/gpertea/gffcompare";
-SRC_URI="https://github.com/gpertea/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
-       https://github.com/gpertea/gclib/archive/v0.10.2.tar.gz -> 
gclib-0.10.2.tar.gz"
-
-LICENSE="MIT Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-# this cannot just depend on sci-biology/gclib (headers), the code inside
-# gclib needs to be compiled and objects get included inside gffcompare
-DEPEND=""
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/Makefile.patch )
-
-src_compile(){
-       GCLIB=../gclib-0.10.2 emake
-}
-
-src_install(){
-       dobin gffcompare
-       dodoc README.md
-}

Reply via email to