summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2011-12-22 06:38:29 +0000
committerNathan Phillip Brink <binki@gentoo.org>2011-12-22 06:38:29 +0000
commita2da80350dab339629fd1562598117b14b794a0e (patch)
tree5e3535a8a116ec00c27e7b43663c1ad46019c696 /sys-devel
parentAdjust make.globals PORTDIR and PORTAGE_TMPDIR for prefix installs. (diff)
downloadgentoo-2-a2da80350dab339629fd1562598117b14b794a0e.tar.gz
gentoo-2-a2da80350dab339629fd1562598117b14b794a0e.tar.bz2
gentoo-2-a2da80350dab339629fd1562598117b14b794a0e.zip
Bump to autoconf-archive-2011.12.21.
(Portage version: 2.2.0_alpha78-r1/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf-archive/ChangeLog8
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2011.12.21.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog
index 908992a7ea42..5a313a27ad2c 100644
--- a/sys-devel/autoconf-archive/ChangeLog
+++ b/sys-devel/autoconf-archive/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-devel/autoconf-archive
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.41 2011/11/21 15:37:49 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.42 2011/12/22 06:38:29 binki Exp $
+
+*autoconf-archive-2011.12.21 (22 Dec 2011)
+
+ 22 Dec 2011; Nathan Phillip Brink <binki@gentoo.org>
+ +autoconf-archive-2011.12.21.ebuild:
+ Bump to autoconf-archive-2011.12.21.
21 Nov 2011; Justin Lecher <jlec@gentoo.org>
autoconf-archive-2011.09.17.ebuild:
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2011.12.21.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2011.12.21.ebuild
new file mode 100644
index 000000000000..bc9ce9ae9b20
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2011.12.21.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2011.12.21.ebuild,v 1.1 2011/12/22 06:38:29 binki Exp $
+
+EAPI=4
+
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="http://www.gnu.org/software/autoconf-archive/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE=""
+
+DOCS=( AUTHORS ChangeLog NEWS README TODO )
+
+src_install() {
+ default
+ rm -rf "${ED}/usr/share/${PN}" || die
+}