commit:     6867a64802e4652b4c284dc45799ac07abdc22ab
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Thu Dec 31 23:55:45 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Thu Dec 31 23:55:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=6867a648

sci-biology/GAL: disable automated install of dependencies via CPAN

Package-Manager: portage-2.2.26

 sci-biology/GAL/ChangeLog            |  6 ------
 sci-biology/GAL/GAL-0.2.1.ebuild     |  4 ++++
 sci-biology/GAL/GAL-0.2.2.ebuild     |  4 ++++
 sci-biology/GAL/files/Build.PL.patch | 10 ++++++++++
 4 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog
index 8f82b90..838a7b5 100644
--- a/sci-biology/GAL/ChangeLog
+++ b/sci-biology/GAL/ChangeLog
@@ -2,12 +2,6 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
-  31 Dec 2015; Martin Mokrejs <mmokr...@fold.natur.cuni.cz> GAL-0.2.1.ebuild,
-  GAL-0.2.2.ebuild:
-  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)
-
 *GAL-0.2.1 (31 Dec 2015)
 *GAL-0.2.2 (31 Dec 2015)
 

diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild
index 3bfb6bc..e84b595 100644
--- a/sci-biology/GAL/GAL-0.2.1.ebuild
+++ b/sci-biology/GAL/GAL-0.2.1.ebuild
@@ -19,3 +19,7 @@ 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 3bfb6bc..e84b595 100644
--- a/sci-biology/GAL/GAL-0.2.2.ebuild
+++ b/sci-biology/GAL/GAL-0.2.2.ebuild
@@ -19,3 +19,7 @@ DEPEND="dev-perl/Module-Build"
 RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${PN}_${PV}"
+
+src_prepare(){
+       epatch "${FILESDIR}"/Build.PL.patch
+}

diff --git a/sci-biology/GAL/files/Build.PL.patch 
b/sci-biology/GAL/files/Build.PL.patch
new file mode 100644
index 0000000..31b6c73
--- /dev/null
+++ b/sci-biology/GAL/files/Build.PL.patch
@@ -0,0 +1,10 @@
+--- GAL_0.2.2/Build.PL.ori     2016-01-01 00:46:26.000000000 +0100
++++ GAL_0.2.2/Build.PL 2016-01-01 00:50:21.000000000 +0100
+@@ -10,7 +10,6 @@
+        sub ACTION_build {
+        my $self = shift;
+        $self->SUPER::ACTION_build;
+-       $self->dispatch('installdeps');
+        }
+        sub ACTION_install {
+          my $self = shift;

Reply via email to