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 BF8DF139086 for ; Mon, 19 Dec 2016 20:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B7E521C07B; Mon, 19 Dec 2016 20:06:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEB1821C07B for ; Mon, 19 Dec 2016 20:06:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4FD1341134 for ; Mon, 19 Dec 2016 20:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA22C24C3 for ; Mon, 19 Dec 2016 20:06:37 +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: <1482177987.270489849d5ec0fb95616a0a507ed27f245babfb.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/bamtools/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/bamtools/bamtools-2.4.0.ebuild X-VCS-Directories: sci-biology/bamtools/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 270489849d5ec0fb95616a0a507ed27f245babfb X-VCS-Branch: master Date: Mon, 19 Dec 2016 20:06:37 +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: e7170dfc-25d4-4aea-835e-88e21f3e00a6 X-Archives-Hash: d2e2a4ece0d4bf535b2f9080398f86f2 commit: 270489849d5ec0fb95616a0a507ed27f245babfb Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Mon Dec 19 20:06:27 2016 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Mon Dec 19 20:06:27 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=27048984 sci-biology/bamtools: removing since 2.4.1 landed in main tree sci-biology/bamtools/bamtools-2.4.0.ebuild | 32 ------------------------------ 1 file changed, 32 deletions(-) diff --git a/sci-biology/bamtools/bamtools-2.4.0.ebuild b/sci-biology/bamtools/bamtools-2.4.0.ebuild deleted file mode 100644 index c27822c..0000000 --- a/sci-biology/bamtools/bamtools-2.4.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils - -DESCRIPTION="A programmer's API and an end-user's toolkit for handling BAM files" -HOMEPAGE="https://github.com/pezmaster31/bamtools" -SRC_URI="https://github.com/pezmaster31/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="static-libs" - -# seems jsconcpp header filenames were prefixed 'json_' and the bundled version is about 0.10 -DEPEND=" - >=dev-libs/jsoncpp-0.5.0-r1 -