diff options
author | 2013-01-02 04:58:07 +0000 | |
---|---|---|
committer | 2013-01-02 04:58:07 +0000 | |
commit | 4773b6e2749377c7e3b8d0b176b1e12792a3b5a2 (patch) | |
tree | 3d4a488378edec842c430013b1a1b4ac5a21bcbb /sys-devel | |
parent | Mask pypy python targets in base profile and unmask for amd64 and x86. (diff) | |
download | gentoo-2-4773b6e2749377c7e3b8d0b176b1e12792a3b5a2.tar.gz gentoo-2-4773b6e2749377c7e3b8d0b176b1e12792a3b5a2.tar.bz2 gentoo-2-4773b6e2749377c7e3b8d0b176b1e12792a3b5a2.zip |
Drop unslotted (and generally useless) /usr/share/aclocal/README file.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/automake/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.12.2.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.12.3.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.12.4.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.12.5.ebuild | 6 | ||||
-rw-r--r-- | sys-devel/automake/automake-1.12.6.ebuild | 6 |
6 files changed, 27 insertions, 12 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog index 78107d442b28..4c092c99706c 100644 --- a/sys-devel/automake/ChangeLog +++ b/sys-devel/automake/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/automake -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.176 2012/12/16 22:19:37 vapier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.177 2013/01/02 04:58:07 vapier Exp $ + + 02 Jan 2013; Mike Frysinger <vapier@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: + Drop unslotted (and generally useless) /usr/share/aclocal/README file. *automake-1.12.6 (16 Dec 2012) diff --git a/sys-devel/automake/automake-1.12.2.ebuild b/sys-devel/automake/automake-1.12.2.ebuild index 96ec3de84e32..6d22eb81370a 100644 --- a/sys-devel/automake/automake-1.12.2.ebuild +++ b/sys-devel/automake/automake-1.12.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/07/10 06:10:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.2.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $ inherit eutils versionator unpacker @@ -60,6 +60,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install \ APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die + rm "${D}"/usr/share/aclocal/README || die + rmdir "${D}"/usr/share/aclocal || die dodoc AUTHORS ChangeLog NEWS README THANKS rm \ diff --git a/sys-devel/automake/automake-1.12.3.ebuild b/sys-devel/automake/automake-1.12.3.ebuild index b19431ac607c..050fae9efdef 100644 --- a/sys-devel/automake/automake-1.12.3.ebuild +++ b/sys-devel/automake/automake-1.12.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/08/14 16:01:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.3.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $ inherit eutils versionator unpacker @@ -60,6 +60,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install \ APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die + rm "${D}"/usr/share/aclocal/README || die + rmdir "${D}"/usr/share/aclocal || die dodoc AUTHORS ChangeLog NEWS README THANKS rm \ diff --git a/sys-devel/automake/automake-1.12.4.ebuild b/sys-devel/automake/automake-1.12.4.ebuild index a592cb4a52bc..66fa6bbc74e3 100644 --- a/sys-devel/automake/automake-1.12.4.ebuild +++ b/sys-devel/automake/automake-1.12.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/09/19 04:40:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.4.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $ inherit eutils versionator unpacker @@ -60,6 +60,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install \ APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die + rm "${D}"/usr/share/aclocal/README || die + rmdir "${D}"/usr/share/aclocal || die dodoc AUTHORS ChangeLog NEWS README THANKS rm \ diff --git a/sys-devel/automake/automake-1.12.5.ebuild b/sys-devel/automake/automake-1.12.5.ebuild index e0d241133839..ed6c526ea8d8 100644 --- a/sys-devel/automake/automake-1.12.5.ebuild +++ b/sys-devel/automake/automake-1.12.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/11/17 18:22:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.5.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $ inherit eutils versionator unpacker @@ -60,6 +60,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install \ APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die + rm "${D}"/usr/share/aclocal/README || die + rmdir "${D}"/usr/share/aclocal || die dodoc AUTHORS ChangeLog NEWS README THANKS rm \ diff --git a/sys-devel/automake/automake-1.12.6.ebuild b/sys-devel/automake/automake-1.12.6.ebuild index 247b5e18a59f..9da0121a1f52 100644 --- a/sys-devel/automake/automake-1.12.6.ebuild +++ b/sys-devel/automake/automake-1.12.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/12/16 22:19:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.12.6.ebuild,v 1.2 2013/01/02 04:58:07 vapier Exp $ inherit eutils versionator unpacker @@ -60,6 +60,8 @@ src_compile() { src_install() { emake DESTDIR="${D}" install \ APIVERSION="${SLOT}" pkgvdatadir="/usr/share/${PN}-${SLOT}" || die + rm "${D}"/usr/share/aclocal/README || die + rmdir "${D}"/usr/share/aclocal || die dodoc AUTHORS ChangeLog NEWS README THANKS rm \ |