public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/cutadapt/
Date: Sun, 14 Feb 2016 17:32:44 +0000 (UTC)	[thread overview]
Message-ID: <1455470896.160fcc1ada2d510b4b5ebb171d08b3e367d707bf.jlec@gentoo> (raw)

commit:     160fcc1ada2d510b4b5ebb171d08b3e367d707bf
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 17:28:16 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 17:28:16 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=160fcc1a

sci-biology/cutadapt: Bump to EAPI=6

* Use git-r3.eclass * drop multiversion code

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-biology/cutadapt/cutadapt-1.2.1.ebuild | 15 ++++-----------
 sci-biology/cutadapt/cutadapt-1.4.1.ebuild | 15 ++++-----------
 sci-biology/cutadapt/cutadapt-1.5.ebuild   | 15 ++++-----------
 sci-biology/cutadapt/cutadapt-9999.ebuild  | 17 +++++------------
 4 files changed, 17 insertions(+), 45 deletions(-)

diff --git a/sci-biology/cutadapt/cutadapt-1.2.1.ebuild b/sci-biology/cutadapt/cutadapt-1.2.1.ebuild
index 0ad277b..46b6071 100644
--- a/sci-biology/cutadapt/cutadapt-1.2.1.ebuild
+++ b/sci-biology/cutadapt/cutadapt-1.2.1.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-[ "$PV" == "9999" ] && inherit git-2
-
 DESCRIPTION="Remove adapter sequences from high-throughput sequencing data"
 HOMEPAGE="https://code.google.com/p/cutadapt/"
-if [ "$PV" == "9999" ]; then
-	EGIT_REPO_URI="https://github.com/marcelm/cutadapt"
-	KEYWORDS=""
-else
-	SRC_URI="mirror://pypi/c/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sci-biology/cutadapt/cutadapt-1.4.1.ebuild b/sci-biology/cutadapt/cutadapt-1.4.1.ebuild
index 0ad277b..46b6071 100644
--- a/sci-biology/cutadapt/cutadapt-1.4.1.ebuild
+++ b/sci-biology/cutadapt/cutadapt-1.4.1.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-[ "$PV" == "9999" ] && inherit git-2
-
 DESCRIPTION="Remove adapter sequences from high-throughput sequencing data"
 HOMEPAGE="https://code.google.com/p/cutadapt/"
-if [ "$PV" == "9999" ]; then
-	EGIT_REPO_URI="https://github.com/marcelm/cutadapt"
-	KEYWORDS=""
-else
-	SRC_URI="mirror://pypi/c/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sci-biology/cutadapt/cutadapt-1.5.ebuild b/sci-biology/cutadapt/cutadapt-1.5.ebuild
index 0ad277b..46b6071 100644
--- a/sci-biology/cutadapt/cutadapt-1.5.ebuild
+++ b/sci-biology/cutadapt/cutadapt-1.5.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
 inherit distutils-r1
 
-[ "$PV" == "9999" ] && inherit git-2
-
 DESCRIPTION="Remove adapter sequences from high-throughput sequencing data"
 HOMEPAGE="https://code.google.com/p/cutadapt/"
-if [ "$PV" == "9999" ]; then
-	EGIT_REPO_URI="https://github.com/marcelm/cutadapt"
-	KEYWORDS=""
-else
-	SRC_URI="mirror://pypi/c/${PN}/${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64 ~x86"
 IUSE=""

diff --git a/sci-biology/cutadapt/cutadapt-9999.ebuild b/sci-biology/cutadapt/cutadapt-9999.ebuild
index 2d94832..46c2382 100644
--- a/sci-biology/cutadapt/cutadapt-9999.ebuild
+++ b/sci-biology/cutadapt/cutadapt-9999.ebuild
@@ -1,25 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1
-
-[ "$PV" == "9999" ] && inherit git-2
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Remove adapter sequences from high-throughput sequencing data"
 HOMEPAGE="https://code.google.com/p/cutadapt/"
-if [ "$PV" == "9999" ]; then
-	EGIT_REPO_URI="https://github.com/marcelm/cutadapt"
-	KEYWORDS=""
-else
-	SRC_URI="https://pypi.python.org/packages/source/c/cutadapt/"${PN}"-"${PV}".tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
+EGIT_REPO_URI="https://github.com/marcelm/cutadapt"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS=""
 IUSE=""


             reply	other threads:[~2016-02-14 17:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-14 17:32 Justin Lecher [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-29 13:33 [gentoo-commits] proj/sci:master commit in: sci-biology/cutadapt/ Alexey Shvetsov
2020-09-22 14:15 Aisha Tammy
2020-09-22 14:15 Aisha Tammy
2020-09-22 14:15 Aisha Tammy
2017-05-21 20:06 Martin Mokrejs
2016-03-15 20:42 Martin Mokrejs
2014-09-11 15:38 Jauhien Piatlicki
2014-09-11 15:38 Jauhien Piatlicki
2014-03-25 10:48 Martin Mokrejs
2012-03-03  1:15 Martin Mokrejs

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=1455470896.160fcc1ada2d510b4b5ebb171d08b3e367d707bf.jlec@gentoo \
    --to=jlec@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