Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/GAL/
Date: Fri, 01 Jan 2016 21:05:04
Message-Id: 1451682214.7bb2e600a2e941545429f393b1ef59ff07260f55.mmokrejs@gentoo
1 commit: 7bb2e600a2e941545429f393b1ef59ff07260f55
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Fri Jan 1 21:03:34 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Fri Jan 1 21:03:34 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7bb2e600
7
8 sci-biology/GAL: add more perl dependencies; drop old
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/GAL/GAL-0.2.1.ebuild | 25 -------------------------
13 sci-biology/GAL/GAL-0.2.2.ebuild | 16 +++++++++++++++-
14 2 files changed, 15 insertions(+), 26 deletions(-)
15
16 diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild
17 deleted file mode 100644
18 index e84b595..0000000
19 --- a/sci-biology/GAL/GAL-0.2.1.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=5
27 -
28 -inherit eutils perl-module
29 -
30 -DESCRIPTION="Genome Annotation Library (incl. fasta_tool)"
31 -HOMEPAGE="http://www.sequenceontology.org/software/GAL.html"
32 -SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz"
33 -
34 -LICENSE="( GPL-1+ Artistic )"
35 -SLOT="0"
36 -KEYWORDS=""
37 -IUSE=""
38 -
39 -DEPEND="dev-perl/Module-Build"
40 -RDEPEND="${DEPEND}"
41 -
42 -S="${WORKDIR}/${PN}_${PV}"
43 -
44 -src_prepare(){
45 - epatch "${FILESDIR}"/Build.PL.patch
46 -}
47
48 diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
49 index e84b595..3b70e1c 100644
50 --- a/sci-biology/GAL/GAL-0.2.2.ebuild
51 +++ b/sci-biology/GAL/GAL-0.2.2.ebuild
52 @@ -15,7 +15,21 @@ SLOT="0"
53 KEYWORDS=""
54 IUSE=""
55
56 -DEPEND="dev-perl/Module-Build"
57 +DEPEND="
58 + >=dev-lang/perl-5.6.1
59 + dev-perl/Module-Build
60 + dev-perl/DBIx-Class
61 + dev-perl/IO-All
62 + dev-perl/Number-Format
63 + dev-perl/Set-IntSpan
64 + dev-perl/Statistics-Descriptive-Discrete
65 + dev-perl/Template
66 + dev-perl/Text-Graph
67 + dev-perl/Text-RecordParser
68 + dev-perl/Text-Table
69 + dev-perl/Exception-Class
70 + dev-perl/Test-Warn
71 + dev-perl/DBIx-Class-ResultClass-HashRefInflator"
72 RDEPEND="${DEPEND}"
73
74 S="${WORKDIR}/${PN}_${PV}"