diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-06-25 02:51:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-25 02:51:16 +0000 |
commit | 4e724bebf0616335f8b24f988adce3ac29b80cb3 (patch) | |
tree | 8af19c8edcb0e88501e4347794fcbf876e5b5f50 /sys-devel/autoconf-wrapper | |
parent | Version bump for coreutils-5.97d. (diff) | |
download | gentoo-2-4e724bebf0616335f8b24f988adce3ac29b80cb3.tar.gz gentoo-2-4e724bebf0616335f8b24f988adce3ac29b80cb3.tar.bz2 gentoo-2-4e724bebf0616335f8b24f988adce3ac29b80cb3.zip |
Version bump for autoconf-2.59d.
(Portage version: 2.1.1_pre1-r2)
Diffstat (limited to 'sys-devel/autoconf-wrapper')
-rw-r--r-- | sys-devel/autoconf-wrapper/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/autoconf-wrapper-3.2-r1.ebuild | 29 | ||||
-rw-r--r-- | sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3.2-r1 | 1 |
3 files changed, 38 insertions, 2 deletions
diff --git a/sys-devel/autoconf-wrapper/ChangeLog b/sys-devel/autoconf-wrapper/ChangeLog index 33a3a5a09587..0ad339b23866 100644 --- a/sys-devel/autoconf-wrapper/ChangeLog +++ b/sys-devel/autoconf-wrapper/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf-wrapper -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.23 2006/05/29 21:58:25 kumba Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/ChangeLog,v 1.24 2006/06/25 02:51:16 vapier Exp $ + +*autoconf-wrapper-3.2-r1 (25 Jun 2006) + + 25 Jun 2006; Mike Frysinger <vapier@gentoo.org> + +autoconf-wrapper-3.2-r1.ebuild: + Version bump for autoconf-2.59d. 29 May 2006; Joshua Kinard <kumba@gentoo.org> autoconf-wrapper-3.2.ebuild: Marking stable on mips to plug a catalyst stage3 build error (autom4te not diff --git a/sys-devel/autoconf-wrapper/autoconf-wrapper-3.2-r1.ebuild b/sys-devel/autoconf-wrapper/autoconf-wrapper-3.2-r1.ebuild new file mode 100644 index 000000000000..db50998527c8 --- /dev/null +++ b/sys-devel/autoconf-wrapper/autoconf-wrapper-3.2-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf-wrapper/autoconf-wrapper-3.2-r1.ebuild,v 1.1 2006/06/25 02:51:16 vapier Exp $ + +DESCRIPTION="wrapper for autoconf to manage multiple autoconf versions" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="~sys-devel/autoconf-2.59d + ~sys-devel/autoconf-2.13" + +S=${WORKDIR} + +src_install() { + exeinto /usr/lib/misc + newexe "${FILESDIR}"/ac-wrapper-${PV}.sh ac-wrapper.sh || die + dosed '/^binary_new=/s:2.59:2.59d:' /usr/lib/misc/ac-wrapper.sh + + dodir /usr/bin + local x= + for x in auto{conf,header,m4te,reconf,scan,update} ifnames ; do + dosym ../lib/misc/ac-wrapper.sh /usr/bin/${x} || die + done +} diff --git a/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3.2-r1 b/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3.2-r1 new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/sys-devel/autoconf-wrapper/files/digest-autoconf-wrapper-3.2-r1 @@ -0,0 +1 @@ + |