summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-27 00:41:07 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-27 00:41:07 +0000
commitf16190a9f6bc433e7e940c8fa216ed798e9ca4ae (patch)
tree91bd8bb5916a6f7925fd33d83f80927d86efa1eb /sys-devel
parentold (diff)
downloadgentoo-2-f16190a9f6bc433e7e940c8fa216ed798e9ca4ae.tar.gz
gentoo-2-f16190a9f6bc433e7e940c8fa216ed798e9ca4ae.tar.bz2
gentoo-2-f16190a9f6bc433e7e940c8fa216ed798e9ca4ae.zip
Version bump.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf/ChangeLog7
-rw-r--r--sys-devel/autoconf/autoconf-2.60.ebuild40
-rw-r--r--sys-devel/autoconf/files/digest-autoconf-2.603
3 files changed, 49 insertions, 1 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog
index 6df5576bfdfd..a30da93879d0 100644
--- a/sys-devel/autoconf/ChangeLog
+++ b/sys-devel/autoconf/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/autoconf
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.76 2006/06/25 02:50:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.77 2006/06/27 00:41:07 vapier Exp $
+
+*autoconf-2.60 (27 Jun 2006)
+
+ 27 Jun 2006; Mike Frysinger <vapier@gentoo.org> +autoconf-2.60.ebuild:
+ Version bump.
*autoconf-2.59d (25 Jun 2006)
diff --git a/sys-devel/autoconf/autoconf-2.60.ebuild b/sys-devel/autoconf/autoconf-2.60.ebuild
new file mode 100644
index 000000000000..5b082f987c71
--- /dev/null
+++ b/sys-devel/autoconf/autoconf-2.60.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.60.ebuild,v 1.1 2006/06/27 00:41:07 vapier Exp $
+
+inherit eutils
+
+DESCRIPTION="Used to create autoconfiguration files"
+HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="${PV:0:3}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE="emacs"
+
+DEPEND=">=sys-apps/texinfo-4.3
+ =sys-devel/m4-1.4*
+ dev-lang/perl"
+PDEPEND=">=sys-devel/autoconf-wrapper-3.2-r1"
+
+src_compile() {
+ (use emacs && type -p emacs) \
+ && export EMACS=emacs \
+ || export EMACS=no
+ econf --program-suffix="-${PV}" || die
+ # From configure output:
+ # Parallel builds via `make -jN' do not work.
+ emake -j1 || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc AUTHORS BUGS NEWS README TODO THANKS \
+ ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2
+}
+
+pkg_postinst() {
+ einfo "Please note that the 'WANT_AUTOCONF_2_5=1' syntax is now:"
+ einfo " WANT_AUTOCONF=2.5"
+}
diff --git a/sys-devel/autoconf/files/digest-autoconf-2.60 b/sys-devel/autoconf/files/digest-autoconf-2.60
new file mode 100644
index 000000000000..0aa11a651aa7
--- /dev/null
+++ b/sys-devel/autoconf/files/digest-autoconf-2.60
@@ -0,0 +1,3 @@
+MD5 3c444970912129e04680166bf55e386c autoconf-2.60.tar.gz 1366620
+RMD160 0245d3a347b6be4f87f9f820f2dc43664327ec43 autoconf-2.60.tar.gz 1366620
+SHA256 0bef75d70afff289d0e1fe378d6aa1d79b3032cb4caf484578ac2a8a0530a3af autoconf-2.60.tar.gz 1366620