From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BD8CD13838B for ; Wed, 24 Sep 2014 06:45:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AADACE0877; Wed, 24 Sep 2014 06:45:11 +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 01A9FE086F for ; Wed, 24 Sep 2014 06:45:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BF403401B3 for ; Wed, 24 Sep 2014 06:45:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 737D361B7 for ; Wed, 24 Sep 2014 06:45:07 +0000 (UTC) From: "Justin Lecher" 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" Message-ID: <1411540584.656cf7c805be62e456be33277c81c7c267e00706.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/tgicl/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/tgicl/ChangeLog sci-biology/tgicl/metadata.xml sci-biology/tgicl/tgicl-2.1.ebuild X-VCS-Directories: sci-biology/tgicl/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 656cf7c805be62e456be33277c81c7c267e00706 X-VCS-Branch: master Date: Wed, 24 Sep 2014 06:45:07 +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: ea085372-9da2-4a16-9e72-4ec6fcbb3b8a X-Archives-Hash: d89b85674c4df6b73fac2ca878d8cf18 commit: 656cf7c805be62e456be33277c81c7c267e00706 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 24 06:36:24 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 24 06:36:24 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=656cf7c8 sci-biology/tgicl: Bump to EAPI=5 Package-Manager: portage-2.2.13 --- sci-biology/tgicl/ChangeLog | 7 +++++++ sci-biology/tgicl/metadata.xml | 10 +++++----- sci-biology/tgicl/tgicl-2.1.ebuild | 26 ++++++++++++++------------ 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/sci-biology/tgicl/ChangeLog b/sci-biology/tgicl/ChangeLog new file mode 100644 index 0000000..683f68c --- /dev/null +++ b/sci-biology/tgicl/ChangeLog @@ -0,0 +1,7 @@ +# ChangeLog for sci-biology/tgicl +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 24 Sep 2014; Justin Lecher tgicl-2.1.ebuild, metadata.xml: + Bump to EAPI=5 + diff --git a/sci-biology/tgicl/metadata.xml b/sci-biology/tgicl/metadata.xml index 07b5255..2bc8930 100644 --- a/sci-biology/tgicl/metadata.xml +++ b/sci-biology/tgicl/metadata.xml @@ -1,9 +1,9 @@ - sci-biology - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + diff --git a/sci-biology/tgicl/tgicl-2.1.ebuild b/sci-biology/tgicl/tgicl-2.1.ebuild index ed9d403..0c920ea 100644 --- a/sci-biology/tgicl/tgicl-2.1.ebuild +++ b/sci-biology/tgicl/tgicl-2.1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=3 +EAPI=5 + inherit perl-module DESCRIPTION="TIGR perl scripts for clustering large EST/mRNAs datasets and aceconv, mgblast and pvmsx binaries" @@ -14,17 +15,18 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="virtual/perl-Module-Build - sci-biology/cap3-bin - sci-biology/ncbi-tools - sci-biology/cdbfasta - sci-biology/clview - sci-biology/nrcl - sci-biology/psx - sci-biology/sclust - sci-biology/seqclean - sci-biology/tclust - sci-biology/zmsort" +DEPEND=" + virtual/perl-Module-Build + sci-biology/cap3-bin + sci-biology/ncbi-tools + sci-biology/cdbfasta + sci-biology/clview + sci-biology/nrcl + sci-biology/psx + sci-biology/sclust + sci-biology/seqclean + sci-biology/tclust + sci-biology/zmsort" RDEPEND="${DEPEND}" S="${WORKDIR}"/TGICL-2.1