aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/GAL')
-rw-r--r--sci-biology/GAL/ChangeLog6
-rw-r--r--sci-biology/GAL/GAL-0.2.1.ebuild2
-rw-r--r--sci-biology/GAL/GAL-0.2.2.ebuild2
3 files changed, 10 insertions, 0 deletions
diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog
index 838a7b553..8f82b90cc 100644
--- a/sci-biology/GAL/ChangeLog
+++ b/sci-biology/GAL/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Id$
+ 31 Dec 2015; Martin Mokrejs <mmokrejs@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 e8f302c5b..3bfb6bca0 100644
--- a/sci-biology/GAL/GAL-0.2.1.ebuild
+++ b/sci-biology/GAL/GAL-0.2.1.ebuild
@@ -17,3 +17,5 @@ IUSE=""
DEPEND="dev-perl/Module-Build"
RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}_${PV}"
diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
index e8f302c5b..3bfb6bca0 100644
--- a/sci-biology/GAL/GAL-0.2.2.ebuild
+++ b/sci-biology/GAL/GAL-0.2.2.ebuild
@@ -17,3 +17,5 @@ IUSE=""
DEPEND="dev-perl/Module-Build"
RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}_${PV}"