diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 08:29:19 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-10-20 08:29:19 +0000 |
commit | 41fed1d0e42793a930bfc303853482003ed6f976 (patch) | |
tree | adae93f4a8667186b2596fb5f71a836cb2d012f3 /sys-devel/autoconf | |
parent | add some patches (diff) | |
download | gentoo-2-41fed1d0e42793a930bfc303853482003ed6f976.tar.gz gentoo-2-41fed1d0e42793a930bfc303853482003ed6f976.tar.bz2 gentoo-2-41fed1d0e42793a930bfc303853482003ed6f976.zip |
new version
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.52d-r1.ebuild | 121 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.54.ebuild (renamed from sys-devel/autoconf/autoconf-2.53-r1.ebuild) | 9 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.52d-r1 | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.53-r1 | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.54 | 2 |
6 files changed, 14 insertions, 130 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index 3411f9e1378c..e92d0d896a75 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-devel/autoconf # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.7 2002/09/23 18:28:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.8 2002/10/20 08:29:19 azarah Exp $ + +autoconf-2.54 (20 Oct 2002) + + 20 Oct 2002; Martin Schlemmer <azarah@gentoo.org> : + + Update version. 23 Sep 2002; Martin Schlemmer <azarah@gentoo.org> ac-wrapper.pl : diff --git a/sys-devel/autoconf/autoconf-2.52d-r1.ebuild b/sys-devel/autoconf/autoconf-2.52d-r1.ebuild deleted file mode 100644 index a9ee9afb1709..000000000000 --- a/sys-devel/autoconf/autoconf-2.52d-r1.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52d-r1.ebuild,v 1.8 2002/10/04 06:33:01 vapier Exp $ - -OLD_PV=2.13 -OLD_P=${PN}-${OLD_PV} -S=${WORKDIR}/${P} -OLD_S=${WORKDIR}/${OLD_P} -DESCRIPTION="Used to create autoconfiguration files" -SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${P}.tar.bz2 - ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" -HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc sparc64" - -DEPEND=">=sys-devel/m4-1.4p - sys-devel/perl" - -SLOT="2.5" - -src_unpack() { - - unpack ${A} - cd ${OLD_S} - patch -p0 < ${FILESDIR}/${OLD_P}-configure-gentoo.diff || die - patch -p0 < ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff || die -} - -src_compile() { - - # - # ************ autoconf-2.5x ************ - # - cd ${S} - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --target=${CHOST} || die - - emake || die - - # - # ************ autoconf-2.13 ************ - # - cd ${OLD_S} - ./configure --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --target=${CHOST} || die - - emake || die -} - -src_install() { - - # install wrapper script for autodetecting the proper version - # to use. - exeinto /usr/lib/${PN} - doexe ${FILESDIR}/ac-wrapper.pl - dosed "s:2\.5x:${PV}:g" /usr/lib/${PN}/ac-wrapper.pl - - # - # ************ autoconf-2.5x ************ - # - - # need to use 'DESTDIR' here, else perl stuff puke - cd ${S} - make DESTDIR=${D} \ - install || die - - for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te - do - mv ${D}/usr/bin/${x} ${D}/usr/bin/${x}-${PV} - done - # new in 2.5x - dosym ../lib/${PN}/ac-wrapper.pl /usr/bin/autom4te - - mv ${D}/usr/share/info/autoconf.info ${D}/usr/share/info/autoconf-2.5.info - - docinto ${PV} - dodoc COPYING AUTHORS BUGS NEWS README TODO THANKS - dodoc ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2 - - # - # ************ autoconf-2.13 ************ - # - - # need to use 'prefix' here, else we get sandbox problems - cd ${OLD_S} - make prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - for x in autoconf autoheader autoreconf autoscan autoupdate ifnames - do - mv ${D}/usr/bin/${x} ${D}/usr/bin/${x}-${OLD_PV} - dosym ../lib/${PN}/ac-wrapper.pl /usr/bin/${x} - done - - docinto ${OLD_PV} - dodoc COPYING AUTHORS NEWS README TODO - dodoc ChangeLog ChangeLog.0 ChangeLog.1 - - # from binutils - rm -f ${D}/usr/share/info/standards.info* -} - -pkg_preinst() { - - # remove these to make sure symlinks install properly if old versions - # was binaries - for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te - do - if [ -e /usr/bin/${x} ] - then - rm -f /usr/bin/${x} - fi - done -} - diff --git a/sys-devel/autoconf/autoconf-2.53-r1.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild index e31fe83e5f42..404264f9b934 100644 --- a/sys-devel/autoconf/autoconf-2.53-r1.ebuild +++ b/sys-devel/autoconf/autoconf-2.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53-r1.ebuild,v 1.6 2002/10/04 06:33:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.1 2002/10/20 08:29:19 azarah Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -8,15 +8,16 @@ S=${WORKDIR}/${P} OLD_S=${WORKDIR}/${OLD_P} DESCRIPTION="Used to create autoconfiguration files" SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.bz2 - ftp://ftp.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" + ftp://alpha.gnu.org/gnu/${PN}/${OLD_P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" + LICENSE="GPL-2" -KEYWORDS="x86 sparc sparc64" +SLOT="2.5" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" DEPEND=">=sys-devel/m4-1.4p sys-devel/perl" -SLOT="2.5" src_unpack() { diff --git a/sys-devel/autoconf/files/digest-autoconf-2.52d-r1 b/sys-devel/autoconf/files/digest-autoconf-2.52d-r1 deleted file mode 100644 index fdbf6fcd2ead..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.52d-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 e8be7e4bb13a7ad33156ad15029814ba autoconf-2.52d.tar.bz2 698820 -MD5 9de56d4a161a723228220b0f425dc711 autoconf-2.13.tar.gz 443844 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.53-r1 b/sys-devel/autoconf/files/digest-autoconf-2.53-r1 deleted file mode 100644 index 01cb3619f779..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.53-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c121b003f51e293c2bf5a6105c721388 autoconf-2.53.tar.bz2 756398 -MD5 9de56d4a161a723228220b0f425dc711 autoconf-2.13.tar.gz 443844 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.54 b/sys-devel/autoconf/files/digest-autoconf-2.54 new file mode 100644 index 000000000000..8fe2d315b92c --- /dev/null +++ b/sys-devel/autoconf/files/digest-autoconf-2.54 @@ -0,0 +1,2 @@ +MD5 572ef5257f6927ad21dbad395f3da799 autoconf-2.54.tar.bz2 782420 +MD5 9de56d4a161a723228220b0f425dc711 autoconf-2.13.tar.gz 443844 |