summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-02-15 08:39:06 +0000
committerMike Frysinger <vapier@gentoo.org>2015-02-15 08:39:06 +0000
commite26a237669f055ac8a879d852d89df45ec6b4976 (patch)
tree227379284e50f3d4b93c0c949d800440ac88db0b /sys-devel
parentStabilize for all #535670 by Pacho Ramos. (diff)
downloadgentoo-2-e26a237669f055ac8a879d852d89df45ec6b4976.tar.gz
gentoo-2-e26a237669f055ac8a879d852d89df45ec6b4976.tar.bz2
gentoo-2-e26a237669f055ac8a879d852d89df45ec6b4976.zip
Version bump #539076 by Jeroen Roovers.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf-archive/ChangeLog8
-rw-r--r--sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/sys-devel/autoconf-archive/ChangeLog b/sys-devel/autoconf-archive/ChangeLog
index f6a80b020a5c..a29a7c32eed1 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.70 2015/02/15 08:38:32 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/ChangeLog,v 1.71 2015/02/15 08:39:06 vapier Exp $
+
+*autoconf-archive-2015.02.04 (15 Feb 2015)
+
+ 15 Feb 2015; Mike Frysinger <vapier@gentoo.org>
+ +autoconf-archive-2015.02.04.ebuild:
+ Version bump #539076 by Jeroen Roovers.
15 Feb 2015; Mike Frysinger <vapier@gentoo.org>
autoconf-archive-2014.02.28.ebuild:
diff --git a/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild
new file mode 100644
index 000000000000..97d3ccc63bff
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-archive/autoconf-archive-2015.02.04.ebuild,v 1.1 2015/02/15 08:39:06 vapier Exp $
+
+EAPI=5
+
+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 ~arm64 ~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
+}