* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.4.ebuild automake-1.12.3.ebuild automake-9999.ebuild automake-1.12.5.ebuild ChangeLog automake-1.12.6.ebuild automake-1.12.2.ebuild
@ 2013-01-03 18:45 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2013-01-03 18:45 UTC (permalink / raw
To: gentoo-commits
vapier 13/01/03 18:45:44
Modified: automake-1.12.4.ebuild automake-1.12.3.ebuild
automake-9999.ebuild automake-1.12.5.ebuild
ChangeLog automake-1.12.6.ebuild
automake-1.12.2.ebuild
Log:
apply automake-history info SLOT fix to automake-1.12 too
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Revision Changes Path
1.3 sys-devel/automake/automake-1.12.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild?r1=1.2&r2=1.3
Index: automake-1.12.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-1.12.4.ebuild 2 Jan 2013 04:58:07 -0000 1.2
+++ automake-1.12.4.ebuild 3 Jan 2013 18:45:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild,v 1.3 2013/01/03 18:45:44 vapier Exp $
inherit eutils versionator unpacker
@@ -40,14 +40,14 @@
cd "${S}"
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
- doc/automake.texi || die
+ doc/automake.texi doc/automake-history.texi || die
local f
- for f in doc/automake.{texi,info*} ; do
+ for f in doc/automake{,-history}.{texi,info*} ; do
mv ${f} ${f%.*}${SLOT}.${f#*.} || die
done
touch -r configure doc/*.{texi,info}*
sed -i -r \
- -e "s:(automake)(.info|.texi):\1${SLOT}\2:g" \
+ -e "s:(automake|automake-history)(.info|.texi):\1${SLOT}\2:g" \
Makefile.in || die
export WANT_AUTOCONF=2.5
}
1.3 sys-devel/automake/automake-1.12.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild?r1=1.2&r2=1.3
Index: automake-1.12.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-1.12.3.ebuild 2 Jan 2013 04:58:07 -0000 1.2
+++ automake-1.12.3.ebuild 3 Jan 2013 18:45:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild,v 1.3 2013/01/03 18:45:44 vapier Exp $
inherit eutils versionator unpacker
@@ -40,14 +40,14 @@
cd "${S}"
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
- doc/automake.texi || die
+ doc/automake.texi doc/automake-history.texi || die
local f
- for f in doc/automake.{texi,info*} ; do
+ for f in doc/automake{,-history}.{texi,info*} ; do
mv ${f} ${f%.*}${SLOT}.${f#*.} || die
done
touch -r configure doc/*.{texi,info}*
sed -i -r \
- -e "s:(automake)(.info|.texi):\1${SLOT}\2:g" \
+ -e "s:(automake|automake-history)(.info|.texi):\1${SLOT}\2:g" \
Makefile.in || die
export WANT_AUTOCONF=2.5
}
1.7 sys-devel/automake/automake-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-9999.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-9999.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-9999.ebuild?r1=1.6&r2=1.7
Index: automake-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-9999.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- automake-9999.ebuild 19 Jan 2012 20:55:45 -0000 1.6
+++ automake-9999.ebuild 3 Jan 2013 18:45:44 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-9999.ebuild,v 1.6 2012/01/19 20:55:45 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-9999.ebuild,v 1.7 2013/01/03 18:45:44 vapier Exp $
EAPI="2"
EGIT_REPO_URI="git://git.savannah.gnu.org/${PN}.git
@@ -28,7 +28,7 @@
src_prepare() {
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
- doc/automake.texi || die
+ doc/automake.texi doc/automake-history.texi || die
export WANT_AUTOCONF=2.5
# Don't try wrapping the autotools this thing runs as it tends
# to be a bit esoteric, and the script does `set -e` itself.
1.3 sys-devel/automake/automake-1.12.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild?r1=1.2&r2=1.3
Index: automake-1.12.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-1.12.5.ebuild 2 Jan 2013 04:58:07 -0000 1.2
+++ automake-1.12.5.ebuild 3 Jan 2013 18:45:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild,v 1.3 2013/01/03 18:45:44 vapier Exp $
inherit eutils versionator unpacker
@@ -40,14 +40,14 @@
cd "${S}"
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
- doc/automake.texi || die
+ doc/automake.texi doc/automake-history.texi || die
local f
- for f in doc/automake.{texi,info*} ; do
+ for f in doc/automake{,-history}.{texi,info*} ; do
mv ${f} ${f%.*}${SLOT}.${f#*.} || die
done
touch -r configure doc/*.{texi,info}*
sed -i -r \
- -e "s:(automake)(.info|.texi):\1${SLOT}\2:g" \
+ -e "s:(automake|automake-history)(.info|.texi):\1${SLOT}\2:g" \
Makefile.in || die
export WANT_AUTOCONF=2.5
}
1.180 sys-devel/automake/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 3 Jan 2013 11:33:55 -0000 1.179
+++ ChangeLog 3 Jan 2013 18:45:44 -0000 1.180
@@ -1,9 +1,11 @@
# ChangeLog for sys-devel/automake
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.179 2013/01/03 11:33:55 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.180 2013/01/03 18:45:44 vapier Exp $
- 03 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org> automake-1.13.1.ebuild:
- Rename automake-history info file as well, to avoid conflicting with 1.12.
+ 03 Jan 2013; Diego E. Pettenò <flameeyes@gentoo.org> automake-1.12.2.ebuild,
+ automake-1.12.3.ebuild, automake-1.12.4.ebuild, automake-1.12.5.ebuild,
+ automake-1.12.6.ebuild, automake-1.13.1.ebuild, automake-9999.ebuild:
+ SLOT automake-history info file as well.
*automake-1.13.1 (02 Jan 2013)
1.3 sys-devel/automake/automake-1.12.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild?r1=1.2&r2=1.3
Index: automake-1.12.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-1.12.6.ebuild 2 Jan 2013 04:58:07 -0000 1.2
+++ automake-1.12.6.ebuild 3 Jan 2013 18:45:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.3 2013/01/03 18:45:44 vapier Exp $
inherit eutils versionator unpacker
@@ -40,14 +40,14 @@
cd "${S}"
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
- doc/automake.texi || die
+ doc/automake.texi doc/automake-history.texi || die
local f
- for f in doc/automake.{texi,info*} ; do
+ for f in doc/automake{,-history}.{texi,info*} ; do
mv ${f} ${f%.*}${SLOT}.${f#*.} || die
done
touch -r configure doc/*.{texi,info}*
sed -i -r \
- -e "s:(automake)(.info|.texi):\1${SLOT}\2:g" \
+ -e "s:(automake|automake-history)(.info|.texi):\1${SLOT}\2:g" \
Makefile.in || die
export WANT_AUTOCONF=2.5
}
1.3 sys-devel/automake/automake-1.12.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild?r1=1.2&r2=1.3
Index: automake-1.12.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- automake-1.12.2.ebuild 2 Jan 2013 04:58:07 -0000 1.2
+++ automake-1.12.2.ebuild 3 Jan 2013 18:45:44 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild,v 1.3 2013/01/03 18:45:44 vapier Exp $
inherit eutils versionator unpacker
@@ -40,14 +40,14 @@
cd "${S}"
sed -i \
-e "s|: (automake)| v${SLOT}: (automake${SLOT})|" \
- doc/automake.texi || die
+ doc/automake.texi doc/automake-history.texi || die
local f
- for f in doc/automake.{texi,info*} ; do
+ for f in doc/automake{,-history}.{texi,info*} ; do
mv ${f} ${f%.*}${SLOT}.${f#*.} || die
done
touch -r configure doc/*.{texi,info}*
sed -i -r \
- -e "s:(automake)(.info|.texi):\1${SLOT}\2:g" \
+ -e "s:(automake|automake-history)(.info|.texi):\1${SLOT}\2:g" \
Makefile.in || die
export WANT_AUTOCONF=2.5
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-01-03 18:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-03 18:45 [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.12.4.ebuild automake-1.12.3.ebuild automake-9999.ebuild automake-1.12.5.ebuild ChangeLog automake-1.12.6.ebuild automake-1.12.2.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox