summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-09-25 02:33:28 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-09-25 02:33:28 +0000
commit8b592f0e095d670c452d756e9b207f8c0caa6c8f (patch)
tree5156300064c3cca42a440e522f85e23744fcee14 /sys-devel/libtool
parentmove binary to /sbin and data to /share, for use when /usr is nfs mounted (diff)
downloadhistorical-8b592f0e095d670c452d756e9b207f8c0caa6c8f.tar.gz
historical-8b592f0e095d670c452d756e9b207f8c0caa6c8f.tar.bz2
historical-8b592f0e095d670c452d756e9b207f8c0caa6c8f.zip
Only reinstall missing script if not bootstrapping
Diffstat (limited to 'sys-devel/libtool')
-rw-r--r--sys-devel/libtool/ChangeLog5
-rw-r--r--sys-devel/libtool/Manifest4
-rw-r--r--sys-devel/libtool/libtool-1.4.3-r2.ebuild16
3 files changed, 17 insertions, 8 deletions
diff --git a/sys-devel/libtool/ChangeLog b/sys-devel/libtool/ChangeLog
index fe789553b291..c67b44d8f69d 100644
--- a/sys-devel/libtool/ChangeLog
+++ b/sys-devel/libtool/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/libtool
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.24 2003/09/24 18:13:53 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.25 2003/09/25 02:33:19 azarah Exp $
+
+ 25 Sep 2003; Martin Schlemmer <azarah@gentoo.org> libtool-1.4.3-r2.ebuild:
+ Only reinstall missing script if not bootstrap, else we error out.
*libtool-1.4.3-r2 (24 Sep 2003)
diff --git a/sys-devel/libtool/Manifest b/sys-devel/libtool/Manifest
index 325a56c90ae1..98c467de9395 100644
--- a/sys-devel/libtool/Manifest
+++ b/sys-devel/libtool/Manifest
@@ -1,7 +1,7 @@
MD5 6d26b33bcad84d410dcc4f3a3719fe5b libtool-1.4.3.ebuild 2731
-MD5 10317561c9d19b712d9ca74e8d73fc51 ChangeLog 4168
+MD5 3ad9a20fb597274d85a545e2d41347dc ChangeLog 4315
MD5 fbcf7a29349882a6f6c75491400d1953 libtool-1.4.1-r10.ebuild 1780
-MD5 86339a82e2d12da4076dd936094e68d9 libtool-1.4.3-r2.ebuild 4277
+MD5 b95e1ebe01edaa3fce9ffe9b39f99ce2 libtool-1.4.3-r2.ebuild 4387
MD5 7acf95d7a52c695ccd163defb5facdad libtool-1.4.3-r1.ebuild 3197
MD5 4d48b4072e8f2a4591a4d80a23f6042f libtool-1.4.2-r2.ebuild 2182
MD5 6e892e6bd1ca4d9babce9f9163f6118e files/digest-libtool-1.4.3-r2 131
diff --git a/sys-devel/libtool/libtool-1.4.3-r2.ebuild b/sys-devel/libtool/libtool-1.4.3-r2.ebuild
index 999e8220d965..2067ad6e6e3c 100644
--- a/sys-devel/libtool/libtool-1.4.3-r2.ebuild
+++ b/sys-devel/libtool/libtool-1.4.3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3-r2.ebuild,v 1.1 2003/09/24 18:13:53 azarah Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-1.4.3-r2.ebuild,v 1.2 2003/09/25 02:33:19 azarah Exp ${P}-r1.ebuild,v 1.8 2002/10/04 06:34:42 vapier Exp $
IUSE=
@@ -54,9 +54,12 @@ src_unpack() {
unpack ${A}
cd ${OLD_S}
+ echo
# Install updated missing script
- echo; rm -f missing
- automake --add-missing
+ portageq has_version / "sys-devel/automake" && {
+ rm -f missing
+ automake --add-missing
+ }
einfo "Patching ${OLD_S##*/} ..."
epatch ${FILESDIR}/${PV}/${PN}-1.2f-cache.patch
@@ -67,9 +70,12 @@ src_unpack() {
use hppa && S="${OLD_S}" gnuconfig_update
cd ${S}
+ echo
# Install updated missing script
- echo; rm -f missing
- automake --add-missing
+ portageq has_version / "sys-devel/automake" && {
+ rm -f missing
+ automake --add-missing
+ }
# Make sure non of the patches touch ltmain.sh, but rather ltmain.in
rm -f ltmain.sh*