diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-17 20:50:21 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-05-17 20:50:21 +0000 |
commit | 21a1e5b818f9d33ed7d1aa0ffbe548170801c0a1 (patch) | |
tree | 7a3216f3a6cad3762ad04f95a0bf381132f7a5f0 | |
parent | Correct patch file reference to fix bug #270181 reported by Alexander Sulfria... (diff) | |
download | gentoo-2-21a1e5b818f9d33ed7d1aa0ffbe548170801c0a1.tar.gz gentoo-2-21a1e5b818f9d33ed7d1aa0ffbe548170801c0a1.tar.bz2 gentoo-2-21a1e5b818f9d33ed7d1aa0ffbe548170801c0a1.zip |
Bump to 1.11 release.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
-rw-r--r-- | sys-devel/automake/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.11.ebuild (renamed from sys-devel/automake/automake-1.11_beta.ebuild) | 6 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index d381c7b408ee..6bff5aa9009b 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/automake # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.136 2009/05/17 13:04:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.137 2009/05/17 20:50:21 flameeyes Exp $ + +*automake-1.11 (17 May 2009) + + 17 May 2009; Diego E. Pettenò <flameeyes@gentoo.org> + -automake-1.11_beta.ebuild, +automake-1.11.ebuild: + Bump to 1.11 release. *automake-1.11_beta (17 May 2009) diff --git a/sys-devel/automake/automake-1.11_beta.ebuild b/sys-devel/automake/automake-1.11.ebuild index 15d748e3b362..72711110e014 100644 --- a/sys-devel/automake/automake-1.11_beta.ebuild +++ b/sys-devel/automake/automake-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.11_beta.ebuild,v 1.1 2009/05/17 13:04:03 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.11.ebuild,v 1.1 2009/05/17 20:50:21 flameeyes Exp $ inherit eutils versionator @@ -66,7 +66,9 @@ src_install() { APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die dodoc NEWS README THANKS TODO AUTHORS ChangeLog - rm "${D}"/usr/bin/{aclocal,automake} + rm \ + "${D}"/usr/bin/{aclocal,automake} \ + "${D}"/usr/share/man/man1/{aclocal,automake}.1 # remove all config.guess and config.sub files replacing them # w/a symlink to a specific gnuconfig version |