summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-01-03 11:33:55 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-01-03 11:33:55 +0000
commitf8fe394b898b50698f9f09cf0de1f7fa819ae949 (patch)
treeb1bbe40c8a536026e19f4fd1a09b69d9597c8b90 /sys-devel
parentFix homepage (diff)
downloadgentoo-2-f8fe394b898b50698f9f09cf0de1f7fa819ae949.tar.gz
gentoo-2-f8fe394b898b50698f9f09cf0de1f7fa819ae949.tar.bz2
gentoo-2-f8fe394b898b50698f9f09cf0de1f7fa819ae949.zip
Rename automake-history info file as well, to avoid conflicting with 1.12.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/automake/ChangeLog5
-rw-r--r--sys-devel/automake/automake-1.13.1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog
index fd664a6c8fe0..a8ace0c0bc6e 100644
--- a/sys-devel/automake/ChangeLog
+++ b/sys-devel/automake/ChangeLog
@@ -1,6 +1,9 @@
# 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.178 2013/01/02 04:59:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.179 2013/01/03 11:33:55 flameeyes 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.
*automake-1.13.1 (02 Jan 2013)
diff --git a/sys-devel/automake/automake-1.13.1.ebuild b/sys-devel/automake/automake-1.13.1.ebuild
index e0ef43bb599b..c5004817841b 100644
--- a/sys-devel/automake/automake-1.13.1.ebuild
+++ b/sys-devel/automake/automake-1.13.1.ebuild
@@ -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.13.1.ebuild,v 1.1 2013/01/02 04:59:03 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.13.1.ebuild,v 1.2 2013/01/03 11:33:55 flameeyes Exp $
inherit eutils versionator unpacker
@@ -41,14 +41,14 @@ src_unpack() {
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
}