diff options
Diffstat (limited to 'sys-devel/automake')
-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 |