vapier 07/09/08 06:46:28
Modified: automake-1.6.3.ebuild automake-1.9.6-r2.ebuild
automake-1.5.ebuild automake-1.8.5-r3.ebuild
automake-1.7.9-r1.ebuild ChangeLog
automake-1.4_p6.ebuild
Log:
Fixup misc false test failures related to newer versions of autotools in general.
(Portage version: 2.1.3.7)
Revision Changes Path
1.38 sys-devel/automake/automake-1.6.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?r1=1.37&r2=1.38
Index: automake-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- automake-1.6.3.ebuild 3 Nov 2006 18:37:54 -0000 1.37
+++ automake-1.6.3.ebuild 8 Sep 2007 06:46:28 -0000 1.38
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.37 2006/11/03 18:37:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.38 2007/09/08 06:46:28 vapier Exp $
inherit eutils
@@ -26,11 +26,12 @@
-e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \
-e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
automake.texi || die "sed failed"
+ epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
export WANT_AUTOCONF=2.5
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
rm -f "${D}"/usr/bin/{aclocal,automake}
dodoc NEWS README THANKS TODO AUTHORS ChangeLog
@@ -43,8 +44,3 @@
dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
done
}
-
-pkg_postinst() {
- einfo "Please note that the 'WANT_AUTOMAKE_1_6=1' syntax has changed to:"
- einfo " WANT_AUTOMAKE=1.6"
-}
1.15 sys-devel/automake/automake-1.9.6-r2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild?r1=1.14&r2=1.15
Index: automake-1.9.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- automake-1.9.6-r2.ebuild 3 Nov 2006 18:37:54 -0000 1.14
+++ automake-1.9.6-r2.ebuild 8 Sep 2007 06:46:28 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.14 2006/11/03 18:37:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
inherit eutils
@@ -36,7 +36,7 @@
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
local x
for x in aclocal automake ; do
1.29 sys-devel/automake/automake-1.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.5.ebuild?r1=1.28&r2=1.29
Index: automake-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- automake-1.5.ebuild 11 Jul 2007 20:36:28 -0000 1.28
+++ automake-1.5.ebuild 8 Sep 2007 06:46:28 -0000 1.29
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.28 2007/07/11 20:36:28 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.29 2007/09/08 06:46:28 vapier Exp $
inherit eutils
@@ -34,7 +34,7 @@
}
src_install() {
- make install DESTDIR="${D}" || die "make install failed"
+ emake install DESTDIR="${D}" || die "make install failed"
local x=
for x in aclocal automake ; do
@@ -51,8 +51,3 @@
dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
done
}
-
-pkg_postinst() {
- einfo "Please note that the 'WANT_AUTOMAKE_1_5=1' syntax has changed to:"
- einfo " WANT_AUTOMAKE=1.5"
-}
1.15 sys-devel/automake/automake-1.8.5-r3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild?r1=1.14&r2=1.15
Index: automake-1.8.5-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- automake-1.8.5-r3.ebuild 13 Jul 2007 12:46:01 -0000 1.14
+++ automake-1.8.5-r3.ebuild 8 Sep 2007 06:46:28 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.14 2007/07/13 12:46:01 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
inherit eutils
@@ -27,11 +27,12 @@
-e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
doc/automake.texi || die "sed failed"
epatch "${FILESDIR}"/${PN}-1.8.2-infopage-namechange.patch
+ epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
export WANT_AUTOCONF=2.5
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
rm -f "${D}"/usr/bin/{aclocal,automake}
dodoc NEWS README THANKS TODO AUTHORS ChangeLog
@@ -44,8 +45,3 @@
dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
done
}
-
-pkg_postinst() {
- einfo "Please note that the 'WANT_AUTOMAKE_1_8=1' syntax has changed to:"
- einfo " WANT_AUTOMAKE=1.8"
-}
1.15 sys-devel/automake/automake-1.7.9-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild?r1=1.14&r2=1.15
Index: automake-1.7.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- automake-1.7.9-r1.ebuild 3 Nov 2006 18:37:54 -0000 1.14
+++ automake-1.7.9-r1.ebuild 8 Sep 2007 06:46:28 -0000 1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.14 2006/11/03 18:37:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.15 2007/09/08 06:46:28 vapier Exp $
inherit eutils
@@ -27,11 +27,12 @@
-e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
automake.texi || die "sed texi failed"
epatch "${FILESDIR}"/${P}-infopage-namechange.patch
+ epatch "${FILESDIR}"/${P}-test-fixes.patch
export WANT_AUTOCONF=2.5
}
src_install() {
- make DESTDIR="${D}" install || die
+ emake DESTDIR="${D}" install || die
rm -f "${D}"/usr/bin/{aclocal,automake}
dodoc NEWS README THANKS TODO AUTHORS ChangeLog
@@ -44,8 +45,3 @@
dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
done
}
-
-pkg_postinst() {
- einfo "Please note that the 'WANT_AUTOMAKE_1_7=1' syntax has changed to:"
- einfo " WANT_AUTOMAKE=1.7"
-}
1.106 sys-devel/automake/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.106&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.106&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/ChangeLog?r1=1.105&r2=1.106
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog 8 Sep 2007 02:22:10 -0000 1.105
+++ ChangeLog 8 Sep 2007 06:46:28 -0000 1.106
@@ -1,6 +1,15 @@
# ChangeLog for sys-devel/automake
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.105 2007/09/08 02:22:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.106 2007/09/08 06:46:28 vapier Exp $
+
+ 08 Sep 2007; Mike Frysinger <vapier@g.o>
+ +files/automake-1.6.3-test-fixes.patch,
+ +files/automake-1.7.9-test-fixes.patch,
+ +files/automake-1.8.5-test-fixes.patch, automake-1.4_p6.ebuild,
+ automake-1.5.ebuild, automake-1.6.3.ebuild, automake-1.7.9-r1.ebuild,
+ automake-1.8.5-r3.ebuild, automake-1.9.6-r2.ebuild:
+ Fixup misc false test failures related to newer versions of autotools in
+ general.
08 Sep 2007; Mike Frysinger <vapier@g.o> automake-1.10.ebuild:
Set docdir to the right place #154903 by Chris Mayo.
1.24 sys-devel/automake/automake-1.4_p6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild?r1=1.23&r2=1.24
Index: automake-1.4_p6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- automake-1.4_p6.ebuild 3 Nov 2006 18:37:54 -0000 1.23
+++ automake-1.4_p6.ebuild 8 Sep 2007 06:46:28 -0000 1.24
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.23 2006/11/03 18:37:54 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.4_p6.ebuild,v 1.24 2007/09/08 06:46:28 vapier Exp $
inherit eutils
@@ -38,7 +38,7 @@
}
src_install() {
- make install DESTDIR="${D}" \
+ emake install DESTDIR="${D}" \
pkgdatadir=/usr/share/automake-${SLOT} \
m4datadir=/usr/share/aclocal-${SLOT} \
|| die
@@ -54,8 +54,3 @@
dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
done
}
-
-pkg_postinst() {
- einfo "Please note that the 'WANT_AUTOMAKE_1_4=1' syntax has changed to:"
- einfo " WANT_AUTOMAKE=1.4"
-}
--
gentoo-commits@g.o mailing list
|