summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-10-23 03:55:16 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-10-23 03:55:16 +0000
commitaa0764e3e2b2de3a574a126b8aa44513ea932f03 (patch)
treee65a6a574d9b57e854221aa5ead085ea2051afe2 /sci-chemistry
parentSigned manifest test for new gnupg (diff)
downloadgentoo-2-aa0764e3e2b2de3a574a126b8aa44513ea932f03.tar.gz
gentoo-2-aa0764e3e2b2de3a574a126b8aa44513ea932f03.tar.bz2
gentoo-2-aa0764e3e2b2de3a574a126b8aa44513ea932f03.zip
(#152424) Missing dep on unzip.
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/reduce/ChangeLog6
-rw-r--r--sci-chemistry/reduce/reduce-2.21.030604.ebuild5
-rw-r--r--sci-chemistry/reduce/reduce-3.02.060709.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/sci-chemistry/reduce/ChangeLog b/sci-chemistry/reduce/ChangeLog
index 1182b8c2101f..5889b66acd11 100644
--- a/sci-chemistry/reduce/ChangeLog
+++ b/sci-chemistry/reduce/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-chemistry/reduce
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/ChangeLog,v 1.9 2006/09/20 05:09:00 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/ChangeLog,v 1.10 2006/10/23 03:55:16 dberkholz Exp $
+
+ 23 Oct 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+ reduce-2.21.030604.ebuild, reduce-3.02.060709.ebuild:
+ (#152424) Missing dep on unzip.
20 Sep 2006; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
(#148281) Change herd to sci-chemistry from sci.
diff --git a/sci-chemistry/reduce/reduce-2.21.030604.ebuild b/sci-chemistry/reduce/reduce-2.21.030604.ebuild
index 5ecc8804191b..d101a977f163 100644
--- a/sci-chemistry/reduce/reduce-2.21.030604.ebuild
+++ b/sci-chemistry/reduce/reduce-2.21.030604.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/reduce-2.21.030604.ebuild,v 1.3 2006/08/09 16:19:38 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/reduce-2.21.030604.ebuild,v 1.4 2006/10/23 03:55:16 dberkholz Exp $
# If you want to fix the warnings about friend declaration 'foo' declared as
# a non-template function, see http://gcc.gnu.org/faq.html#friend.
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="ppc x86"
IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
S="${WORKDIR}/${MY_P}.source"
src_unpack() {
diff --git a/sci-chemistry/reduce/reduce-3.02.060709.ebuild b/sci-chemistry/reduce/reduce-3.02.060709.ebuild
index 9046753a08da..6499a9ba82f2 100644
--- a/sci-chemistry/reduce/reduce-3.02.060709.ebuild
+++ b/sci-chemistry/reduce/reduce-3.02.060709.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/reduce-3.02.060709.ebuild,v 1.2 2006/08/30 18:28:20 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/reduce-3.02.060709.ebuild,v 1.3 2006/10/23 03:55:16 dberkholz Exp $
# If you want to fix the warnings about friend declaration 'foo' declared as
# a non-template function, see http://gcc.gnu.org/faq.html#friend.
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND=""
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ app-arch/unzip"
S="${WORKDIR}/${PN}src"
src_unpack() {