From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA69E139694 for ; Fri, 28 Jul 2017 20:13:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17B4B1FC109; Fri, 28 Jul 2017 20:13:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB1491FC109 for ; Fri, 28 Jul 2017 20:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C1F0341A56 for ; Fri, 28 Jul 2017 20:13:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B9774B2 for ; Fri, 28 Jul 2017 20:13:26 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1501272787.433b969988cb9547d03206170c24f750b01560e8.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/libBigWig/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/libBigWig/libBigWig-0.3.3.ebuild X-VCS-Directories: sci-biology/libBigWig/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 433b969988cb9547d03206170c24f750b01560e8 X-VCS-Branch: master Date: Fri, 28 Jul 2017 20:13:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74920579-40aa-4aec-b636-93d95274a0c4 X-Archives-Hash: b7997a14d427cf860cd1167f1e60e483 commit: 433b969988cb9547d03206170c24f750b01560e8 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Jul 28 20:13:07 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Jul 28 20:13:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=433b9699 sci-biology/libBigWig: remove old version with conflicting io.h Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-biology/libBigWig/libBigWig-0.3.3.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/sci-biology/libBigWig/libBigWig-0.3.3.ebuild b/sci-biology/libBigWig/libBigWig-0.3.3.ebuild deleted file mode 100644 index e5caf95c1..000000000 --- a/sci-biology/libBigWig/libBigWig-0.3.3.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/0.3.3.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -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}" -}