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/, sci-biology/GAL/files/
Date: Thu, 31 Dec 2015 23:57:11
Message-Id: 1451606145.6867a64802e4652b4c284dc45799ac07abdc22ab.mmokrejs@gentoo
1 commit: 6867a64802e4652b4c284dc45799ac07abdc22ab
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Dec 31 23:55:45 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Dec 31 23:55:45 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6867a648
7
8 sci-biology/GAL: disable automated install of dependencies via CPAN
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/GAL/ChangeLog | 6 ------
13 sci-biology/GAL/GAL-0.2.1.ebuild | 4 ++++
14 sci-biology/GAL/GAL-0.2.2.ebuild | 4 ++++
15 sci-biology/GAL/files/Build.PL.patch | 10 ++++++++++
16 4 files changed, 18 insertions(+), 6 deletions(-)
17
18 diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog
19 index 8f82b90..838a7b5 100644
20 --- a/sci-biology/GAL/ChangeLog
21 +++ b/sci-biology/GAL/ChangeLog
22 @@ -2,12 +2,6 @@
23 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
24 # $Id$
25
26 - 31 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> GAL-0.2.1.ebuild,
27 - GAL-0.2.2.ebuild:
28 - sci-biology/GAL: fix S variable; beware the package is a bundle of many 3rd-
29 - party perl modules and apps, it runs wget to fetch additional ones, can't go
30 - into the tree as it is now (resolving it now with upstream)
31 -
32 *GAL-0.2.1 (31 Dec 2015)
33 *GAL-0.2.2 (31 Dec 2015)
34
35
36 diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild
37 index 3bfb6bc..e84b595 100644
38 --- a/sci-biology/GAL/GAL-0.2.1.ebuild
39 +++ b/sci-biology/GAL/GAL-0.2.1.ebuild
40 @@ -19,3 +19,7 @@ DEPEND="dev-perl/Module-Build"
41 RDEPEND="${DEPEND}"
42
43 S="${WORKDIR}/${PN}_${PV}"
44 +
45 +src_prepare(){
46 + epatch "${FILESDIR}"/Build.PL.patch
47 +}
48
49 diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
50 index 3bfb6bc..e84b595 100644
51 --- a/sci-biology/GAL/GAL-0.2.2.ebuild
52 +++ b/sci-biology/GAL/GAL-0.2.2.ebuild
53 @@ -19,3 +19,7 @@ DEPEND="dev-perl/Module-Build"
54 RDEPEND="${DEPEND}"
55
56 S="${WORKDIR}/${PN}_${PV}"
57 +
58 +src_prepare(){
59 + epatch "${FILESDIR}"/Build.PL.patch
60 +}
61
62 diff --git a/sci-biology/GAL/files/Build.PL.patch b/sci-biology/GAL/files/Build.PL.patch
63 new file mode 100644
64 index 0000000..31b6c73
65 --- /dev/null
66 +++ b/sci-biology/GAL/files/Build.PL.patch
67 @@ -0,0 +1,10 @@
68 +--- GAL_0.2.2/Build.PL.ori 2016-01-01 00:46:26.000000000 +0100
69 ++++ GAL_0.2.2/Build.PL 2016-01-01 00:50:21.000000000 +0100
70 +@@ -10,7 +10,6 @@
71 + sub ACTION_build {
72 + my $self = shift;
73 + $self->SUPER::ACTION_build;
74 +- $self->dispatch('installdeps');
75 + }
76 + sub ACTION_install {
77 + my $self = shift;