commit: 44904d54b65a483156702eb922b0f8c261e545e1 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc> AuthorDate: Wed Oct 7 01:30:31 2020 +0000 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc> CommitDate: Wed Oct 7 01:31:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44904d54
sci-biology/libBigWig: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc> sci-biology/libBigWig/libBigWig-0.4.0.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sci-biology/libBigWig/libBigWig-0.4.0.ebuild b/sci-biology/libBigWig/libBigWig-0.4.0.ebuild deleted file mode 100644 index bd71899f7..000000000 --- a/sci-biology/libBigWig/libBigWig-0.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="C library for handling bigWig files (functionally replacing Jim Kent's lib)" -HOMEPAGE="https://github.com/dpryan79/libBigWig" -SRC_URI="https://github.com/dpryan79/libBigWig/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" # https://github.com/dpryan79/libBigWig/issues/30 -IUSE="" - -DEPEND="net-misc/curl" -RDEPEND="${DEPEND}" - -src_prepare(){ - default - sed -e 's#/usr/local#$(DESTDIR)/usr#' -i Makefile || die -} - -src_install(){ - emake install DESTDIR="${ED}" -}
