summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2006-08-30 18:28:20 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2006-08-30 18:28:20 +0000
commitbb972291a3f953be3664af2d0770c45eb50a8f0e (patch)
tree693bf5b8c3aefcddcc901830fc6c577d4caf3ae1 /sci-chemistry
parentFilter out -fforce-addr, see Bug #113396. (diff)
downloadgentoo-2-bb972291a3f953be3664af2d0770c45eb50a8f0e.tar.gz
gentoo-2-bb972291a3f953be3664af2d0770c45eb50a8f0e.tar.bz2
gentoo-2-bb972291a3f953be3664af2d0770c45eb50a8f0e.zip
Directory names changed in the tarball, causing breakage. Fix it.
(Portage version: 2.1.1_rc1-r1)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/reduce/ChangeLog6
-rw-r--r--sci-chemistry/reduce/reduce-3.02.060709.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sci-chemistry/reduce/ChangeLog b/sci-chemistry/reduce/ChangeLog
index 2a5c9027b524..ba988cef9f36 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.7 2006/08/20 22:52:24 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/ChangeLog,v 1.8 2006/08/30 18:28:20 dberkholz Exp $
+
+ 30 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+ reduce-3.02.060709.ebuild:
+ Directory names changed in the tarball, causing breakage. Fix it.
20 Aug 2006; Donnie Berkholz <dberkholz@gentoo.org>;
+files/3.02.060709-remove-extra-qualification.patch:
diff --git a/sci-chemistry/reduce/reduce-3.02.060709.ebuild b/sci-chemistry/reduce/reduce-3.02.060709.ebuild
index a036a39f1b42..9046753a08da 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.1 2006/08/09 16:22:09 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/reduce/reduce-3.02.060709.ebuild,v 1.2 2006/08/30 18:28:20 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.
@@ -18,7 +18,7 @@ KEYWORDS="~ppc ~x86"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/${PN}src"
src_unpack() {
DICT_DIR="/usr/share/reduce"
@@ -26,6 +26,7 @@ src_unpack() {
DICT_LOC="${DICT_DIR}/${DICT_FILE}"
unpack ${A}
+ cd "${S}"
epatch "${FILESDIR}"/${PV}-remove-extra-qualification.patch
einfo "Fixing location of dictionary"