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 9DE3B139083 for ; Sat, 23 Dec 2017 18:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2AC1E0E2D; Sat, 23 Dec 2017 18:45:54 +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 B0FE1E0E2D for ; Sat, 23 Dec 2017 18:45:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 4FC1D34085A for ; Sat, 23 Dec 2017 18:45:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 977A3AE91 for ; Sat, 23 Dec 2017 18:45:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514054740.483f71801c8c59240ed81cb1e7bc5e3aad9a2a19.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bamtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bamtools/Manifest sci-biology/bamtools/bamtools-2.4.2.ebuild X-VCS-Directories: sci-biology/bamtools/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 483f71801c8c59240ed81cb1e7bc5e3aad9a2a19 X-VCS-Branch: master Date: Sat, 23 Dec 2017 18:45:50 +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: e17adf08-bcca-42fb-ba23-709dc571f029 X-Archives-Hash: 91d31d21b89fecaf7fb7fc3c0ad4e7f9 commit: 483f71801c8c59240ed81cb1e7bc5e3aad9a2a19 Author: David Seifert gentoo org> AuthorDate: Sat Dec 23 18:44:56 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 23 18:45:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=483f7180 sci-biology/bamtools: Remove old Package-Manager: Portage-2.3.19, Repoman-2.3.6 sci-biology/bamtools/Manifest | 1 - sci-biology/bamtools/bamtools-2.4.2.ebuild | 35 ------------------------------ 2 files changed, 36 deletions(-) diff --git a/sci-biology/bamtools/Manifest b/sci-biology/bamtools/Manifest index da707d0eb8f..424c08d5159 100644 --- a/sci-biology/bamtools/Manifest +++ b/sci-biology/bamtools/Manifest @@ -1,2 +1 @@ -DIST bamtools-2.4.2.tar.gz 548095 BLAKE2B 19f302eb5de9c8e3f0dc53cb9cbb359b1186b44318f7cb82e83ea995920bb30331d0873c9ad9c68601306772eab1283ead2b0eb4a8cb17cb1eade600c9cdbfac SHA512 244a63609c0b10a85bba7cac210a27ea9abafba136e9c91fc789c7aa21a6cdaa7622afebc50ec8d30d4446872d5206dbd3d679ca03e95ac90771c87359cb69a0 DIST bamtools-2.5.1.tar.gz 549750 BLAKE2B c00b42b10e074e2c6b06f8bc9277a57080b9e99cd10080b1ad9052d59a3db353b33ecf6c30642d1651897396ea65e1e19cb15db0d58a89d4375fe34a8ec38e55 SHA512 f2c761c5bf923cf2f3db3dc54e40b4781307106b9177784f930aab619bd11fae3b343f3cfd232524580d39f0526a2a2f18efcf820fe4d9c951406bdb6b953afb diff --git a/sci-biology/bamtools/bamtools-2.4.2.ebuild b/sci-biology/bamtools/bamtools-2.4.2.ebuild deleted file mode 100644 index bd0157db0d1..00000000000 --- a/sci-biology/bamtools/bamtools-2.4.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="A programmer's API and an end-user's toolkit for handling BAM files" -HOMEPAGE="https://github.com/pezmaster31/bamtools" - -if [[ ${PV} == *9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/pezmaster31/bamtools.git" -else - SRC_URI="https://github.com/pezmaster31/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0/${PV}" # no stable ABI yet - -RDEPEND=" - >=dev-libs/jsoncpp-1.8.0:= - sys-libs/zlib:=" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -mycmakeargs=( -DBUILD_SHARED_LIBS=ON ) - -src_prepare() { - # delete bundled libs, just to be safe - rm -r src/third_party/{gtest-1.6.0,jsoncpp} || die - - cmake-utils_src_prepare -}