summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-07-20 04:44:24 +0000
committerJeroen Roovers <jer@gentoo.org>2010-07-20 04:44:24 +0000
commit870541c066a1b56f9a1a0fa377d0a5bd950e0e26 (patch)
tree1bb3eccd548060bcf3cfd7f43493fba9e29c64e9 /dev-libs
parentStable for HPPA (bug #328707). (diff)
downloadgentoo-2-870541c066a1b56f9a1a0fa377d0a5bd950e0e26.tar.gz
gentoo-2-870541c066a1b56f9a1a0fa377d0a5bd950e0e26.tar.bz2
gentoo-2-870541c066a1b56f9a1a0fa377d0a5bd950e0e26.zip
Do not cd ${S} in src_prepare().
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/yaz/ChangeLog6
-rw-r--r--dev-libs/yaz/yaz-3.0.47.ebuild5
-rw-r--r--dev-libs/yaz/yaz-3.0.50.ebuild3
3 files changed, 8 insertions, 6 deletions
diff --git a/dev-libs/yaz/ChangeLog b/dev-libs/yaz/ChangeLog
index d212958f20d4..0790504f7ab4 100644
--- a/dev-libs/yaz/ChangeLog
+++ b/dev-libs/yaz/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/yaz
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.61 2010/07/20 04:42:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/ChangeLog,v 1.62 2010/07/20 04:44:24 jer Exp $
+
+ 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> yaz-3.0.47.ebuild,
+ yaz-3.0.50.ebuild:
+ Do not cd ${S} in src_prepare().
20 Jul 2010; Jeroen Roovers <jer@gentoo.org> yaz-3.0.50.ebuild:
Stable for HPPA (bug #328707).
diff --git a/dev-libs/yaz/yaz-3.0.47.ebuild b/dev-libs/yaz/yaz-3.0.47.ebuild
index f7f818e330e1..caec3891d434 100644
--- a/dev-libs/yaz/yaz-3.0.47.ebuild
+++ b/dev-libs/yaz/yaz-3.0.47.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.47.ebuild,v 1.1 2009/07/31 08:58:47 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.47.ebuild,v 1.2 2010/07/20 04:44:24 jer Exp $
EAPI=2
inherit eutils autotools
@@ -26,7 +26,6 @@ DEPEND="${RDEPEND}
>=sys-devel/libtool-2"
src_prepare() {
- cd "${S}"
epatch "${FILESDIR}"/${PN}-3.0.47-icu-automagic.patch
AT_M4DIR="m4" eautoreconf
}
diff --git a/dev-libs/yaz/yaz-3.0.50.ebuild b/dev-libs/yaz/yaz-3.0.50.ebuild
index 10fd5d1d0398..c7637400cdd0 100644
--- a/dev-libs/yaz/yaz-3.0.50.ebuild
+++ b/dev-libs/yaz/yaz-3.0.50.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.2 2010/07/20 04:42:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/yaz/yaz-3.0.50.ebuild,v 1.3 2010/07/20 04:44:24 jer Exp $
EAPI=2
inherit eutils autotools
@@ -26,7 +26,6 @@ DEPEND="${RDEPEND}
>=sys-devel/libtool-2"
src_prepare() {
- cd "${S}"
epatch "${FILESDIR}"/${PN}-3.0.47-icu-automagic.patch
AT_M4DIR="m4" eautoreconf
}