public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/gmap/
Date: Sun, 27 Nov 2016 12:43:57 +0000 (UTC)	[thread overview]
Message-ID: <1480250630.b31cfe0f987401c87a608ee37f57158f70c071e0.pacho@gentoo> (raw)

commit:     b31cfe0f987401c87a608ee37f57158f70c071e0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 27 12:39:20 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Nov 27 12:43:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b31cfe0f

sci-biology/gmap: Drop old (#597984)

Package-Manager: portage-2.3.2

 sci-biology/gmap/Manifest               |  2 --
 sci-biology/gmap/gmap-2011.10.07.ebuild | 36 ---------------------------------
 sci-biology/gmap/gmap-2012.07.20.ebuild | 36 ---------------------------------
 3 files changed, 74 deletions(-)

diff --git a/sci-biology/gmap/Manifest b/sci-biology/gmap/Manifest
index b31c441..e0e1c10 100644
--- a/sci-biology/gmap/Manifest
+++ b/sci-biology/gmap/Manifest
@@ -1,3 +1 @@
-DIST gmap-gsnap-2011-10-07.tar.gz 3404351 SHA256 e508009592d5dd3442345dc5ce6fd9930366e008efa32e4c72dc243a495f3f20 SHA512 6546be4da41c45e41bdab71dcda69cbf172bc186ca64a2543461eb050f383641a13fea0cfcc6bb76b87cc4faa4c593944b029ee1ca2ba68dbaf7d939d0bf02e1 WHIRLPOOL 9f5cd62fb9cbb2cc73d6b971f29d8816e67e1b4b1b9906d8b06ddf99ffd9356bcdf19869066fb14ca5d3ad93a3b70527d05237be2f438da4db86898103bd2bf2
-DIST gmap-gsnap-2012-07-20.tar.gz 3623122 SHA256 4cd0c0a313cb7a35b8c7afd45b545e6062b343739f9ef522a09001d448aeb5ec SHA512 bbc22509fc63814a102f96ce0da6a1119c78de7fc2fc4fe17cc4d97881313a77818eaedc51bb6d4ce2426560925fe5ffa121acf972d7b3b097e8d3d65efb7b95 WHIRLPOOL 7318377e4cf80db5c5a9495bf68653fbc48051d6fa5748ed796e18888b6e20215d2714b753358fb4cc97aa9c8e441d53ef616ded6ee0923fe78312e78ee91e82
 DIST gmap-gsnap-2015-12-31.v5.tar.gz 4169874 SHA256 2317ba63578ba87f534689c0bf6930a9b177df4aa8a75b2a82f2118760ff3037 SHA512 d42623c60c298d9d3009893432f3eef8cb764bf7cf26b42e6a95b27a468fffab20c8307597c4c8e1afdd61f35652246568c3162137ce59fc4850aaab1062bb48 WHIRLPOOL 2571b7d6a7bddf11b4cbaec22377af19a84633f7d8fe9de74b4c2fa12e0480a76df9a1f52b44199021aa05f6d846ef98d8fbb6f978e64f5b452bbaaafbdd6974

diff --git a/sci-biology/gmap/gmap-2011.10.07.ebuild b/sci-biology/gmap/gmap-2011.10.07.ebuild
deleted file mode 100644
index fb20296..00000000
--- a/sci-biology/gmap/gmap-2011.10.07.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-MY_PV=${PV//./-}
-
-DESCRIPTION="A Genomic Mapping and Alignment Program for mRNA and EST Sequences"
-HOMEPAGE="http://www.gene.com/share/gmap/"
-SRC_URI="http://research-pub.gene.com/gmap/src/gmap-gsnap-${MY_PV}.tar.gz"
-
-LICENSE="gmap"
-SLOT="0"
-IUSE="+samtools +goby"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="samtools? ( sci-biology/samtools )
-	goby? ( sci-biology/goby-cpp )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/gmap-${MY_PV}"
-
-src_configure() {
-	econf $(use_with samtools) \
-		$(use_with goby goby /usr)
-}
-
-src_install() {
-	einstall || die
-	dodoc AUTHORS ChangeLog README
-}
-
-src_test() {
-	emake check || die
-}

diff --git a/sci-biology/gmap/gmap-2012.07.20.ebuild b/sci-biology/gmap/gmap-2012.07.20.ebuild
deleted file mode 100644
index cd20c09..00000000
--- a/sci-biology/gmap/gmap-2012.07.20.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-MY_PV=${PV//./-}
-
-DESCRIPTION="A Genomic Mapping and Alignment Program for mRNA and EST Sequences"
-HOMEPAGE="http://research-pub.gene.com/gmap/"
-SRC_URI="http://research-pub.gene.com/gmap/src/gmap-gsnap-${MY_PV}.tar.gz"
-
-LICENSE="gmap"
-SLOT="0"
-IUSE="+samtools +goby"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="samtools? ( sci-biology/samtools )
-	goby? ( sci-biology/goby-cpp )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/gmap-${MY_PV}"
-
-src_configure() {
-	econf $(use_with samtools) \
-		$(use_with goby goby /usr)
-}
-
-src_install() {
-	einstall || die
-	dodoc AUTHORS ChangeLog README
-}
-
-src_test() {
-	emake check || die
-}


             reply	other threads:[~2016-11-27 12:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-27 12:43 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-01 18:37 [gentoo-commits] repo/gentoo:master commit in: sci-biology/gmap/ David Seifert
2016-11-27 13:18 Pacho Ramos
2016-01-21 18:36 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480250630.b31cfe0f987401c87a608ee37f57158f70c071e0.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox