commit: 7bb2e600a2e941545429f393b1ef59ff07260f55 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Fri Jan 1 21:03:34 2016 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Fri Jan 1 21:03:34 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bb2e600
sci-biology/GAL: add more perl dependencies; drop old Package-Manager: portage-2.2.26 sci-biology/GAL/GAL-0.2.1.ebuild | 25 ------------------------- sci-biology/GAL/GAL-0.2.2.ebuild | 16 +++++++++++++++- 2 files changed, 15 insertions(+), 26 deletions(-) diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild deleted file mode 100644 index e84b595..0000000 --- a/sci-biology/GAL/GAL-0.2.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils perl-module - -DESCRIPTION="Genome Annotation Library (incl. fasta_tool)" -HOMEPAGE="http://www.sequenceontology.org/software/GAL.html" -SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz" - -LICENSE="( GPL-1+ Artistic )" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="dev-perl/Module-Build" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}_${PV}" - -src_prepare(){ - epatch "${FILESDIR}"/Build.PL.patch -} diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild index e84b595..3b70e1c 100644 --- a/sci-biology/GAL/GAL-0.2.2.ebuild +++ b/sci-biology/GAL/GAL-0.2.2.ebuild @@ -15,7 +15,21 @@ SLOT="0" KEYWORDS="" IUSE="" -DEPEND="dev-perl/Module-Build" +DEPEND=" + >=dev-lang/perl-5.6.1 + dev-perl/Module-Build + dev-perl/DBIx-Class + dev-perl/IO-All + dev-perl/Number-Format + dev-perl/Set-IntSpan + dev-perl/Statistics-Descriptive-Discrete + dev-perl/Template + dev-perl/Text-Graph + dev-perl/Text-RecordParser + dev-perl/Text-Table + dev-perl/Exception-Class + dev-perl/Test-Warn + dev-perl/DBIx-Class-ResultClass-HashRefInflator" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}_${PV}"
