summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-11-14 05:36:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-11-14 05:36:50 +0000
commitc3e2cecd76a32c00aace28b40ea2e33abd14bf8f (patch)
tree2d9a536adec4ac9974484637dd7ea4f3f2c36ae4 /sys-devel
parentupdate automake mask (diff)
downloadhistorical-c3e2cecd76a32c00aace28b40ea2e33abd14bf8f.tar.gz
historical-c3e2cecd76a32c00aace28b40ea2e33abd14bf8f.tar.bz2
historical-c3e2cecd76a32c00aace28b40ea2e33abd14bf8f.zip
ver bump #58791
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/automake/ChangeLog7
-rw-r--r--sys-devel/automake/automake-1.9.3.ebuild49
-rw-r--r--sys-devel/automake/files/digest-automake-1.9.31
3 files changed, 56 insertions, 1 deletions
diff --git a/sys-devel/automake/ChangeLog b/sys-devel/automake/ChangeLog
index 06e909984d81..8c453e7b24cc 100644
--- a/sys-devel/automake/ChangeLog
+++ b/sys-devel/automake/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/automake
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.61 2004/10/22 23:47:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.62 2004/11/14 05:36:50 vapier Exp $
+
+*automake-1.9.3 (14 Nov 2004)
+
+ 14 Nov 2004; Mike Frysinger <vapier@gentoo.org> +automake-1.9.3.ebuild:
+ Version bump #58791.
*automake-1.7.9 (22 Oct 2004)
diff --git a/sys-devel/automake/automake-1.9.3.ebuild b/sys-devel/automake/automake-1.9.3.ebuild
new file mode 100644
index 000000000000..1c6151c095c6
--- /dev/null
+++ b/sys-devel/automake/automake-1.9.3.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.3.ebuild,v 1.1 2004/11/14 05:36:50 vapier Exp $
+
+inherit eutils gnuconfig
+
+DESCRIPTION="Used to generate Makefile.in from Makefile.am"
+HOMEPAGE="http://sources.redhat.com/automake/"
+SRC_URI="mirror://gnu/${PN}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="${PV:0:3}"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="uclibc"
+
+DEPEND="dev-lang/perl
+ sys-devel/automake-wrapper
+ >=sys-devel/autoconf-2.58
+ sys-devel/gnuconfig"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ sed -i \
+ -e "/^@setfilename/s|automake|automake${SLOT}|" \
+ -e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \
+ -e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
+ doc/automake.texi || die "sed failed"
+ gnuconfig_update
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ rm -f "${D}"/usr/bin/{aclocal,automake}
+
+ dodoc NEWS README THANKS TODO AUTHORS ChangeLog
+
+ local x=
+ cd "${D}"/usr/share/info
+ for x in * ; do
+ mv ${x} ${x/${PN}/${PN}${SLOT}}
+ done
+
+ # remove all config.guess and config.sub files replacing them
+ # w/a symlink to a specific gnuconfig version
+ for x in guess sub ; do
+ dosym ../gnuconfig/config.${x} /usr/share/${PN}-${SLOT}/config.${x}
+ done
+}
diff --git a/sys-devel/automake/files/digest-automake-1.9.3 b/sys-devel/automake/files/digest-automake-1.9.3
new file mode 100644
index 000000000000..a6c5c2f955f9
--- /dev/null
+++ b/sys-devel/automake/files/digest-automake-1.9.3
@@ -0,0 +1 @@
+MD5 0ee08fb0ee48d20a4f8da99137340efd automake-1.9.3.tar.bz2 737543