From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-863257-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id F231159CA3
	for <garchives@archives.gentoo.org>; Sun, 14 Feb 2016 17:32:55 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C00F421C010;
	Sun, 14 Feb 2016 17:32:49 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 074AB21C010
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Feb 2016 17:32:49 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 17D7434076D
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Feb 2016 17:32:48 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D659115E7
	for <gentoo-commits@lists.gentoo.org>; Sun, 14 Feb 2016 17:32:44 +0000 (UTC)
From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org>
Message-ID: <1455470896.160fcc1ada2d510b4b5ebb171d08b3e367d707bf.jlec@gentoo>
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/cutadapt/
X-VCS-Repository: proj/sci
X-VCS-Files: sci-biology/cutadapt/cutadapt-1.2.1.ebuild sci-biology/cutadapt/cutadapt-1.4.1.ebuild sci-biology/cutadapt/cutadapt-1.5.ebuild sci-biology/cutadapt/cutadapt-9999.ebuild
X-VCS-Directories: sci-biology/cutadapt/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 160fcc1ada2d510b4b5ebb171d08b3e367d707bf
X-VCS-Branch: master
Date: Sun, 14 Feb 2016 17:32:44 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: fe9d5beb-f727-47be-8ffe-ad5ac8619780
X-Archives-Hash: 691405d87e63fc29b463254fe5775578

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=""