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: Sat, 02 Jan 2016 10:07:59
Message-Id: 1451729183.0c571eaf1b1b778709d9aacbfb7c81bc4fd0f4a8.mmokrejs@gentoo
1 commit: 0c571eaf1b1b778709d9aacbfb7c81bc4fd0f4a8
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Sat Jan 2 10:06:23 2016 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Sat Jan 2 10:06:23 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0c571eaf
7
8 sci-biology/GAL: add another perl DEPENDency
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/GAL/ChangeLog | 5 ++++-
13 sci-biology/GAL/GAL-0.2.2.ebuild | 5 +++--
14 2 files changed, 7 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog
17 index 838a7b5..d65ee90 100644
18 --- a/sci-biology/GAL/ChangeLog
19 +++ b/sci-biology/GAL/ChangeLog
20 @@ -1,7 +1,10 @@
21 # ChangeLog for sci-biology/GAL
22 -# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 +# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
24 # $Id$
25
26 + 02 Jan 2016; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> GAL-0.2.2.ebuild:
27 + sci-biology/GAL: add another perl DEPENDency
28 +
29 *GAL-0.2.1 (31 Dec 2015)
30 *GAL-0.2.2 (31 Dec 2015)
31
32
33 diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
34 index 3b70e1c..8275477 100644
35 --- a/sci-biology/GAL/GAL-0.2.2.ebuild
36 +++ b/sci-biology/GAL/GAL-0.2.2.ebuild
37 @@ -1,4 +1,4 @@
38 -# Copyright 1999-2015 Gentoo Foundation
39 +# Copyright 1999-2016 Gentoo Foundation
40 # Distributed under the terms of the GNU General Public License v2
41 # $Header: $
42
43 @@ -29,7 +29,8 @@ DEPEND="
44 dev-perl/Text-Table
45 dev-perl/Exception-Class
46 dev-perl/Test-Warn
47 - dev-perl/DBIx-Class-ResultClass-HashRefInflator"
48 + dev-perl/DBIx-Class-ResultClass-HashRefInflator
49 + dev-perl/URI"
50 RDEPEND="${DEPEND}"
51
52 S="${WORKDIR}/${PN}_${PV}"