summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 10:48:04 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-16 10:48:04 +0000
commitce0091d52d74dd5573e7f13de183ab650fae12d1 (patch)
tree80b4c4515fa9d8eb5d47f126e393237bd338e9ad /app-admin/fam
parentnew upstream release (development branch). fixes bug #115617. (diff)
downloadgentoo-2-ce0091d52d74dd5573e7f13de183ab650fae12d1.tar.gz
gentoo-2-ce0091d52d74dd5573e7f13de183ab650fae12d1.tar.bz2
gentoo-2-ce0091d52d74dd5573e7f13de183ab650fae12d1.zip
Move elibtoolize at the end of src_unpack so that it's called with the final autotools support. See bug #106176.
(Portage version: 2.0.53)
Diffstat (limited to 'app-admin/fam')
-rw-r--r--app-admin/fam/ChangeLog7
-rw-r--r--app-admin/fam/fam-2.7.0-r2.ebuild8
-rw-r--r--app-admin/fam/fam-2.7.0-r3.ebuild8
-rw-r--r--app-admin/fam/fam-2.7.0-r4.ebuild10
4 files changed, 19 insertions, 14 deletions
diff --git a/app-admin/fam/ChangeLog b/app-admin/fam/ChangeLog
index df9fbc2af81f..b4575133c24d 100644
--- a/app-admin/fam/ChangeLog
+++ b/app-admin/fam/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-admin/fam
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/ChangeLog,v 1.35 2005/11/28 18:35:27 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/ChangeLog,v 1.36 2005/12/16 10:45:39 flameeyes Exp $
+
+ 16 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> fam-2.7.0-r2.ebuild,
+ fam-2.7.0-r3.ebuild, fam-2.7.0-r4.ebuild:
+ Move elibtoolize at the end of src_unpack so that it's called with the final
+ autotools support. See bug #106176.
28 Nov 2005; Hanno Boeck <hanno@gentoo.org> +files/fam-2.7.0-gcc41.patch,
fam-2.7.0-r4.ebuild:
diff --git a/app-admin/fam/fam-2.7.0-r2.ebuild b/app-admin/fam/fam-2.7.0-r2.ebuild
index 5274fd7f537f..7c6b39582b74 100644
--- a/app-admin/fam/fam-2.7.0-r2.ebuild
+++ b/app-admin/fam/fam-2.7.0-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r2.ebuild,v 1.14 2005/10/02 11:34:24 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r2.ebuild,v 1.15 2005/12/16 10:45:39 flameeyes Exp $
inherit libtool eutils gnuconfig
@@ -27,12 +27,12 @@ src_unpack() {
# Fix permission problems with user* in FEATURES (#35307)
chmod u+w ${S}/configure
+ gnuconfig_update
+ libtoolize --copy --force
+
# Please do not remove this again - fixes $S and $D in libtool linker
# scripts (.la files)
cd ${S}; elibtoolize
-
- gnuconfig_update
- libtoolize --copy --force
}
src_install() {
diff --git a/app-admin/fam/fam-2.7.0-r3.ebuild b/app-admin/fam/fam-2.7.0-r3.ebuild
index 364112f24014..f1ae07c20079 100644
--- a/app-admin/fam/fam-2.7.0-r3.ebuild
+++ b/app-admin/fam/fam-2.7.0-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r3.ebuild,v 1.2 2005/10/02 11:34:24 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r3.ebuild,v 1.3 2005/12/16 10:45:39 flameeyes Exp $
inherit libtool eutils gnuconfig
@@ -31,12 +31,12 @@ src_unpack() {
# Fix permission problems with user* in FEATURES (#35307)
chmod u+w ${S}/configure
+ gnuconfig_update
+ libtoolize --copy --force
+
# Please do not remove this again - fixes $S and $D in libtool linker
# scripts (.la files)
cd ${S}; elibtoolize
-
- gnuconfig_update
- libtoolize --copy --force
}
src_install() {
diff --git a/app-admin/fam/fam-2.7.0-r4.ebuild b/app-admin/fam/fam-2.7.0-r4.ebuild
index aaee29154224..2635edc12f53 100644
--- a/app-admin/fam/fam-2.7.0-r4.ebuild
+++ b/app-admin/fam/fam-2.7.0-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r4.ebuild,v 1.3 2005/11/28 18:35:27 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/fam-2.7.0-r4.ebuild,v 1.4 2005/12/16 10:45:39 flameeyes Exp $
inherit libtool eutils gnuconfig
@@ -37,12 +37,12 @@ src_unpack() {
# Fix permission problems with user* in FEATURES (#35307)
chmod u+w ${S}/configure
- # Please do not remove this again - fixes $S and $D in libtool linker
- # scripts (.la files)
- cd ${S}; elibtoolize
-
gnuconfig_update
libtoolize --copy --force
+
+ # Please do not remove this again - fixes $S and $D in libtool linker
+ # scripts (.la files)
+ elibtoolize
}
src_install() {