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: Thu, 31 Dec 2015 23:28:45
Message-Id: 1451604439.4d570aec3942c847d10ffc940b43ce55e92ac28e.mmokrejs@gentoo
1 commit: 4d570aec3942c847d10ffc940b43ce55e92ac28e
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Dec 31 23:27:19 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Dec 31 23:27:19 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4d570aec
7
8 sci-biology/GAL: fix S variable; beware the package is a bundle of many 3rd-party perl modules and apps, it runs wget to fetch additional ones, can't go into the tree as it is now (resolving it now with upstream)
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/GAL/ChangeLog | 6 ++++++
13 sci-biology/GAL/GAL-0.2.1.ebuild | 2 ++
14 sci-biology/GAL/GAL-0.2.2.ebuild | 2 ++
15 3 files changed, 10 insertions(+)
16
17 diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog
18 index 838a7b5..8f82b90 100644
19 --- a/sci-biology/GAL/ChangeLog
20 +++ b/sci-biology/GAL/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
23 # $Id$
24
25 + 31 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> GAL-0.2.1.ebuild,
26 + GAL-0.2.2.ebuild:
27 + sci-biology/GAL: fix S variable; beware the package is a bundle of many 3rd-
28 + party perl modules and apps, it runs wget to fetch additional ones, can't go
29 + into the tree as it is now (resolving it now with upstream)
30 +
31 *GAL-0.2.1 (31 Dec 2015)
32 *GAL-0.2.2 (31 Dec 2015)
33
34
35 diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild
36 index e8f302c..3bfb6bc 100644
37 --- a/sci-biology/GAL/GAL-0.2.1.ebuild
38 +++ b/sci-biology/GAL/GAL-0.2.1.ebuild
39 @@ -17,3 +17,5 @@ IUSE=""
40
41 DEPEND="dev-perl/Module-Build"
42 RDEPEND="${DEPEND}"
43 +
44 +S="${WORKDIR}/${PN}_${PV}"
45
46 diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
47 index e8f302c..3bfb6bc 100644
48 --- a/sci-biology/GAL/GAL-0.2.2.ebuild
49 +++ b/sci-biology/GAL/GAL-0.2.2.ebuild
50 @@ -17,3 +17,5 @@ IUSE=""
51
52 DEPEND="dev-perl/Module-Build"
53 RDEPEND="${DEPEND}"
54 +
55 +S="${WORKDIR}/${PN}_${PV}"