Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/libBigWig/
Date: Wed, 07 Oct 2020 01:32:05
Message-Id: 1602034306.44904d54b65a483156702eb922b0f8c261e545e1.epsilon-0@gentoo
1 commit: 44904d54b65a483156702eb922b0f8c261e545e1
2 Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
3 AuthorDate: Wed Oct 7 01:30:31 2020 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Wed Oct 7 01:31:46 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=44904d54
7
8 sci-biology/libBigWig: drop old version
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
12
13 sci-biology/libBigWig/libBigWig-0.4.0.ebuild | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/sci-biology/libBigWig/libBigWig-0.4.0.ebuild b/sci-biology/libBigWig/libBigWig-0.4.0.ebuild
17 deleted file mode 100644
18 index bd71899f7..000000000
19 --- a/sci-biology/libBigWig/libBigWig-0.4.0.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -DESCRIPTION="C library for handling bigWig files (functionally replacing Jim Kent's lib)"
28 -HOMEPAGE="https://github.com/dpryan79/libBigWig"
29 -SRC_URI="https://github.com/dpryan79/libBigWig/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 -
31 -LICENSE="MIT"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86" # https://github.com/dpryan79/libBigWig/issues/30
34 -IUSE=""
35 -
36 -DEPEND="net-misc/curl"
37 -RDEPEND="${DEPEND}"
38 -
39 -src_prepare(){
40 - default
41 - sed -e 's#/usr/local#$(DESTDIR)/usr#' -i Makefile || die
42 -}
43 -
44 -src_install(){
45 - emake install DESTDIR="${ED}"
46 -}