diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-05-19 17:46:30 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-05-19 17:46:30 +0000 |
commit | 77c847ec18f3472033a336d2b61caff541cc09e0 (patch) | |
tree | db76ee4ff946731adc38cec6b363b1d0e269cbd3 /sys-devel/autoconf | |
parent | missing patch (sorry!) (diff) | |
download | gentoo-2-77c847ec18f3472033a336d2b61caff541cc09e0.tar.gz gentoo-2-77c847ec18f3472033a336d2b61caff541cc09e0.tar.bz2 gentoo-2-77c847ec18f3472033a336d2b61caff541cc09e0.zip |
new version
Diffstat (limited to 'sys-devel/autoconf')
-rw-r--r-- | sys-devel/autoconf/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.50.ebuild | 31 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.50c.ebuild | 31 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.52.ebuild | 25 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.52d.ebuild | 119 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.52i.ebuild | 123 | ||||
-rw-r--r-- | sys-devel/autoconf/autoconf-2.53-r1.ebuild (renamed from sys-devel/autoconf/autoconf-2.53.ebuild) | 9 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.50 | 1 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.50c | 1 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.52 | 1 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.52d | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.52f | 1 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.52i | 2 | ||||
-rw-r--r-- | sys-devel/autoconf/files/digest-autoconf-2.53-r1 (renamed from sys-devel/autoconf/files/digest-autoconf-2.53) | 0 |
14 files changed, 13 insertions, 343 deletions
diff --git a/sys-devel/autoconf/ChangeLog b/sys-devel/autoconf/ChangeLog index fd965090e7c6..c5b09d696649 100644 --- a/sys-devel/autoconf/ChangeLog +++ b/sys-devel/autoconf/ChangeLog @@ -1,12 +1,18 @@ # 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.4 2002/04/22 20:51:45 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/ChangeLog,v 1.5 2002/05/19 17:45:33 azarah Exp $ + +autoconf-2.53-r1 (19 May 2002) + + 19 May 2002; M.Schlemmer <azarah@gentoo.org> autoconf-2.53-r1.ebuild : + + Fix it to use "-$PV" as suffix, and not "-2.5x". 22 April 2002; M.Schlemmer <azarah@gentoo.org> ac-wrapper.pl : Update so that it can work with AC_PREREQ([2.13]) as well as AC_PREREQ(2.13). -autoconf-1.52d-r1 (21 March 2002) +autoconf-2.52d-r1 (21 March 2002) 7 April 2002; M.Schlemmer <azarah@gentoo.org> : diff --git a/sys-devel/autoconf/autoconf-2.50.ebuild b/sys-devel/autoconf/autoconf-2.50.ebuild deleted file mode 100644 index 4aa528725c82..000000000000 --- a/sys-devel/autoconf/autoconf-2.50.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.50.ebuild,v 1.2 2002/04/07 13:36:44 gbevin Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Used to create autoconfiguration files" -SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${A}" -HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" - -DEPEND=">=sys-devel/m4-1.4o-r2" - -SLOT="2.5" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - try ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --target=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr infodir=${D}/usr/share/info install - dodoc COPYING AUTHORS BUGS ChangeLog ChangeLog.0 ChangeLog.1 NEWS README TODO THANKS -} - - diff --git a/sys-devel/autoconf/autoconf-2.50c.ebuild b/sys-devel/autoconf/autoconf-2.50c.ebuild deleted file mode 100644 index f6d57016eec4..000000000000 --- a/sys-devel/autoconf/autoconf-2.50c.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.50c.ebuild,v 1.2 2002/04/07 13:36:44 gbevin Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Used to create autoconfiguration files" -SRC_URI="ftp://alpha.gnu.org/gnu/${PN}/${A}" -HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" - -DEPEND=">=sys-devel/m4-1.4o-r2" - -SLOT="2.5" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - try ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --target=${CHOST} - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr infodir=${D}/usr/share/info install - dodoc COPYING AUTHORS BUGS ChangeLog ChangeLog.0 ChangeLog.1 NEWS README TODO THANKS -} - - diff --git a/sys-devel/autoconf/autoconf-2.52.ebuild b/sys-devel/autoconf/autoconf-2.52.ebuild deleted file mode 100644 index 51d2a8b86814..000000000000 --- a/sys-devel/autoconf/autoconf-2.52.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52.ebuild,v 1.2 2002/04/07 13:36:44 gbevin Exp $ - -S=${WORKDIR}/${P} -DESCRIPTION="Used to create autoconfiguration files" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.bz2" -HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html" - -DEPEND=">=sys-devel/m4-1.4o-r2" - -SLOT="2.5" - -src_compile() { - ./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --target=${CHOST} || die - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - dodoc COPYING AUTHORS BUGS ChangeLog ChangeLog.0 ChangeLog.1 NEWS README TODO THANKS -} - - diff --git a/sys-devel/autoconf/autoconf-2.52d.ebuild b/sys-devel/autoconf/autoconf-2.52d.ebuild deleted file mode 100644 index ed2d4a826b13..000000000000 --- a/sys-devel/autoconf/autoconf-2.52d.ebuild +++ /dev/null @@ -1,119 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52d.ebuild,v 1.3 2002/04/07 13:36:44 gbevin 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" - -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 - - # - # ************ 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}-2.5x - 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 ${PF}/${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 ${PF}/${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.52i.ebuild b/sys-devel/autoconf/autoconf-2.52i.ebuild deleted file mode 100644 index d4de025ed37d..000000000000 --- a/sys-devel/autoconf/autoconf-2.52i.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.52i.ebuild,v 1.2 2002/04/07 13:36:44 gbevin 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" - -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 \ - --datadir=/usr/share/${P} \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --target=${CHOST} || die - - emake || die - - # - # ************ autoconf-2.13 ************ - # - cd ${OLD_S} - ./configure --prefix=/usr \ - --datadir=/usr/share/${OLD_P} \ - --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 - - # - # ************ autoconf-2.5x ************ - # - - # need to use 'DESTDIR' here, else perl stuff puke - cd ${S} - make DESTDIR=${D} \ - datadir=/usr/share/${P} \ - install || die - - for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te - do - mv ${D}/usr/bin/${x} ${D}/usr/bin/${x}-2.5x - 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 ${PF}/${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 \ - datadir=${D}/usr/share/${OLD_P} \ - 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 ${PF}/${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.ebuild b/sys-devel/autoconf/autoconf-2.53-r1.ebuild index 5cf7fe177351..00e2eb9dce41 100644 --- a/sys-devel/autoconf/autoconf-2.53.ebuild +++ b/sys-devel/autoconf/autoconf-2.53-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53.ebuild,v 1.4 2002/04/07 13:36:44 gbevin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.53-r1.ebuild,v 1.1 2002/05/19 17:45:33 azarah Exp $ OLD_PV=2.13 OLD_P=${PN}-${OLD_PV} @@ -56,6 +56,7 @@ src_install() { # 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 ************ @@ -68,14 +69,14 @@ src_install() { for x in autoconf autoheader autoreconf autoscan autoupdate ifnames autom4te do - mv ${D}/usr/bin/${x} ${D}/usr/bin/${x}-2.5x + 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 ${PF}/${PV} + docinto ${PV} dodoc COPYING AUTHORS BUGS NEWS README TODO THANKS dodoc ChangeLog ChangeLog.0 ChangeLog.1 ChangeLog.2 @@ -96,7 +97,7 @@ src_install() { dosym ../lib/${PN}/ac-wrapper.pl /usr/bin/${x} done - docinto ${PF}/${OLD_PV} + docinto ${OLD_PV} dodoc COPYING AUTHORS NEWS README TODO dodoc ChangeLog ChangeLog.0 ChangeLog.1 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.50 b/sys-devel/autoconf/files/digest-autoconf-2.50 deleted file mode 100644 index 758ebb4fc010..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.50 +++ /dev/null @@ -1 +0,0 @@ -MD5 b3d78c5aefd53ed69d93182239af65e3 autoconf-2.50.tar.gz 811608 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.50c b/sys-devel/autoconf/files/digest-autoconf-2.50c deleted file mode 100644 index e1e0b06c2ec3..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.50c +++ /dev/null @@ -1 +0,0 @@ -MD5 ffefa705abf8d255ebb9b6e756f31957 autoconf-2.50c.tar.gz 845623 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.52 b/sys-devel/autoconf/files/digest-autoconf-2.52 deleted file mode 100644 index 24078fb1af54..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.52 +++ /dev/null @@ -1 +0,0 @@ -MD5 10c84c06700d841a2f50a7e49baa742b autoconf-2.52.tar.bz2 632887 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.52d b/sys-devel/autoconf/files/digest-autoconf-2.52d deleted file mode 100644 index fdbf6fcd2ead..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.52d +++ /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.52f b/sys-devel/autoconf/files/digest-autoconf-2.52f deleted file mode 100644 index bcd003676fd7..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.52f +++ /dev/null @@ -1 +0,0 @@ -MD5 699858608615777862bdadfa7dbe0207 autoconf-2.52f.tar.bz2 733184 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.52i b/sys-devel/autoconf/files/digest-autoconf-2.52i deleted file mode 100644 index 88b00436fa4e..000000000000 --- a/sys-devel/autoconf/files/digest-autoconf-2.52i +++ /dev/null @@ -1,2 +0,0 @@ -MD5 77d0b398554eec369fd58527a9953c99 autoconf-2.52i.tar.bz2 753029 -MD5 9de56d4a161a723228220b0f425dc711 autoconf-2.13.tar.gz 443844 diff --git a/sys-devel/autoconf/files/digest-autoconf-2.53 b/sys-devel/autoconf/files/digest-autoconf-2.53-r1 index 01cb3619f779..01cb3619f779 100644 --- a/sys-devel/autoconf/files/digest-autoconf-2.53 +++ b/sys-devel/autoconf/files/digest-autoconf-2.53-r1 |