summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-25 02:50:31 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-25 02:50:31 +0000
commitb49a42d90feed9362b19d139ab2208bc348ca94f (patch)
treeed4fb3c5c099dbc1a5b7fe7e184b750af1fbcca7 /sys-devel/autoconf
parentuseflag reorder: debug, nls, unicode (diff)
downloadgentoo-2-b49a42d90feed9362b19d139ab2208bc348ca94f.tar.gz
gentoo-2-b49a42d90feed9362b19d139ab2208bc348ca94f.tar.bz2
gentoo-2-b49a42d90feed9362b19d139ab2208bc348ca94f.zip
Version bump for coreutils-5.97d.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r--sys-devel/autoconf/ChangeLog7
-rw-r--r--sys-devel/autoconf/autoconf-2.59d.ebuild40
-rw-r--r--sys-devel/autoconf/files/digest-autoconf-2.59d3
3 files changed, 49 insertions, 1 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog
index 48acdf97f0d8..6df5576bfdfd 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.75 2006/04/24 02:14:03 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.76 2006/06/25 02:50:31 vapier Exp $
+
+*autoconf-2.59d (25 Jun 2006)
+
+ 25 Jun 2006; Mike Frysinger <vapier@gentoo.org> +autoconf-2.59d.ebuild:
+ Version bump for coreutils-5.97d.
29 Apr 2006; Joshua Kinard <kumba@gentoo.org> ChangeLog:
Marked stable on mips.
diff --git a/sys-devel/autoconf/autoconf-2.59d.ebuild b/sys-devel/autoconf/autoconf-2.59d.ebuild
new file mode 100644
index 000000000000..baa12a5249e4
--- /dev/null
+++ b/sys-devel/autoconf/autoconf-2.59d.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.59d.ebuild,v 1.1 2006/06/25 02:50:31 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.59d b/sys-devel/autoconf/files/digest-autoconf-2.59d
new file mode 100644
index 000000000000..5fcee6c4a879
--- /dev/null
+++ b/sys-devel/autoconf/files/digest-autoconf-2.59d
@@ -0,0 +1,3 @@
+MD5 3c0eb03b60bad6823bd36b632b65ab94 autoconf-2.59d.tar.gz 1357222
+RMD160 94e43a52db762323992c945424884d2b30c552ed autoconf-2.59d.tar.gz 1357222
+SHA256 4b97693c56a78ac0277e8435c45f7dd50e9158e0c1596d1016e1de226af25a14 autoconf-2.59d.tar.gz 1357222