summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-12-09 04:59:39 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-12-09 04:59:39 +0000
commitd445d39be634a39d3c9730b3ecea5534a340f91f (patch)
tree03051214b0630ea68aeb3c17c3d318b0dbcde5f2 /sys-devel
parentkeyworded identical to coreutils (diff)
downloadgentoo-2-d445d39be634a39d3c9730b3ecea5534a340f91f.tar.gz
gentoo-2-d445d39be634a39d3c9730b3ecea5534a340f91f.tar.bz2
gentoo-2-d445d39be634a39d3c9730b3ecea5534a340f91f.zip
removed unused versions
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/autoconf/Manifest4
-rw-r--r--sys-devel/autoconf/autoconf-2.54.ebuild139
-rw-r--r--sys-devel/autoconf/autoconf-2.57.ebuild139
-rw-r--r--sys-devel/autoconf/files/digest-autoconf-2.542
-rw-r--r--sys-devel/autoconf/files/digest-autoconf-2.572
5 files changed, 0 insertions, 286 deletions
diff --git a/sys-devel/autoconf/Manifest b/sys-devel/autoconf/Manifest
index d11dc8ec30b6..68033810614e 100644
--- a/sys-devel/autoconf/Manifest
+++ b/sys-devel/autoconf/Manifest
@@ -3,9 +3,7 @@ MD5 d2f6047ae2a672b303694424426dc455 autoconf-2.58.ebuild 3498
MD5 edd322cb328dc943b8731a9d43faf3ba autoconf-2.57a-r1.ebuild 3390
MD5 c7580522df96c95bfb223bebf6cdf1ff autoconf-2.57-r1.ebuild 3233
MD5 f73eea253e36a72484edff7fe1ca1086 autoconf-2.13-r2.ebuild 989
-MD5 cce411fa2ad2abf61cc502f677469549 autoconf-2.57.ebuild 3226
MD5 95cd9367a4df2e554aa7db8e0a5cb27f autoconf-2.53a.ebuild 2796
-MD5 0cc339109d2c3012c3e811d430344916 autoconf-2.54.ebuild 3219
MD5 bdab3dfc5baf9523c22bb49667801886 ChangeLog 5329
MD5 8b38aca4e779e11e0569c860f8f851a4 metadata.xml 204
MD5 b9d11bdf9f87c461517d45f1408756a8 files/digest-autoconf-2.53a 132
@@ -15,8 +13,6 @@ MD5 1e532467a5e16fbc8acf85b00d89ca85 files/autoconf-2.57a-AC_HELP_STRING.patch 4
MD5 28795f22763ef0683a8a1e72e8dd4646 files/ac-wrapper.pl 2133
MD5 f2802f3155defa9299baf6e5d0d79571 files/digest-autoconf-2.57a-r1 132
MD5 c39fbf4a2c9bd249b6062e5b1cb67eae files/autoconf-2.57-infopage-namechange.patch 4628
-MD5 ac8caa17f05e56e10927af757cf12f99 files/digest-autoconf-2.54 131
-MD5 cff703b5ddfcb647f18aeed0111b8138 files/digest-autoconf-2.57 131
MD5 d7f6caec3dfd602a77238546246b91b7 files/digest-autoconf-2.58 131
MD5 f935499520b964a1fcfc23b68d8c8558 files/autoconf-2.13-configure.in-gentoo.diff 443
MD5 e3137dce2883f1c5fa9adbee73a86113 files/autoconf-2.5-infopage-namechange.patch 4043
diff --git a/sys-devel/autoconf/autoconf-2.54.ebuild b/sys-devel/autoconf/autoconf-2.54.ebuild
deleted file mode 100644
index 4d72fab67bcc..000000000000
--- a/sys-devel/autoconf/autoconf-2.54.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.54.ebuild,v 1.16 2003/10/31 00:03:07 drobbins Exp $
-
-IUSE=""
-
-inherit eutils
-
-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="mirror://gnu/${PN}/${P}.tar.bz2
- mirror://gnu/${PN}/${OLD_P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
-
-LICENSE="GPL-2"
-SLOT="2.5"
-KEYWORDS="x86 ppc sparc alpha hppa mips arm"
-
-DEPEND=">=sys-apps/texinfo-4.3
- ~sys-devel/m4-1.4
- dev-lang/perl"
-
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${OLD_S}
- epatch ${FILESDIR}/${OLD_P}-configure-gentoo.diff
- epatch ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff
-
- cd ${S}
- # Enable both autoconf-2.1 and autoconf-2.5 info pages
- epatch ${FILESDIR}/${PN}-2.5-infopage-namechange.patch
- ln -snf ${S}/doc/autoconf.texi ${S}/doc/autoconf25.texi
-}
-
-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}
-
- perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
- cp autoconf.texi autoconf.texi.orig
- sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
- autoconf.texi.orig > autoconf.texi
-
- ./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 ${ROOT}/usr/bin/${x} ]
- then
- rm -f ${ROOT}/usr/bin/${x}
- fi
- done
-}
-
diff --git a/sys-devel/autoconf/autoconf-2.57.ebuild b/sys-devel/autoconf/autoconf-2.57.ebuild
deleted file mode 100644
index 68965078c97d..000000000000
--- a/sys-devel/autoconf/autoconf-2.57.ebuild
+++ /dev/null
@@ -1,139 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/autoconf/autoconf-2.57.ebuild,v 1.11 2003/10/31 00:03:07 drobbins Exp $
-
-IUSE=""
-
-inherit eutils
-
-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="mirror://gnu/${PN}/${P}.tar.bz2
- mirror://gnu/${PN}/${OLD_P}.tar.gz"
-HOMEPAGE="http://www.gnu.org/software/autoconf/autoconf.html"
-
-LICENSE="GPL-2"
-SLOT="2.5"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~mips arm"
-
-DEPEND=">=sys-apps/texinfo-4.3
- ~sys-devel/m4-1.4
- dev-lang/perl"
-
-
-src_unpack() {
-
- unpack ${A}
-
- cd ${OLD_S}
- epatch ${FILESDIR}/${OLD_P}-configure-gentoo.diff
- epatch ${FILESDIR}/${OLD_P}-configure.in-gentoo.diff
-
- cd ${S}
- # Enable both autoconf-2.1 and autoconf-2.5 info pages
- epatch ${FILESDIR}/${PN}-2.57-infopage-namechange.patch
- ln -snf ${S}/doc/autoconf.texi ${S}/doc/autoconf25.texi
-}
-
-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}
-
- perl -pi -e 's|\* Autoconf:|\* Autoconf v2.1:|' autoconf.texi
- cp autoconf.texi autoconf.texi.orig
- sed -e '/START-INFO-DIR-ENTRY/ i INFO-DIR-SECTION GNU programming tools' \
- autoconf.texi.orig > autoconf.texi
-
- ./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 ${ROOT}/usr/bin/${x} ]
- then
- rm -f ${ROOT}/usr/bin/${x}
- fi
- done
-}
-
diff --git a/sys-devel/autoconf/files/digest-autoconf-2.54 b/sys-devel/autoconf/files/digest-autoconf-2.54
deleted file mode 100644
index 8fe2d315b92c..000000000000
--- a/sys-devel/autoconf/files/digest-autoconf-2.54
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 572ef5257f6927ad21dbad395f3da799 autoconf-2.54.tar.bz2 782420
-MD5 9de56d4a161a723228220b0f425dc711 autoconf-2.13.tar.gz 443844
diff --git a/sys-devel/autoconf/files/digest-autoconf-2.57 b/sys-devel/autoconf/files/digest-autoconf-2.57
deleted file mode 100644
index 8c1eeddbdd02..000000000000
--- a/sys-devel/autoconf/files/digest-autoconf-2.57
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 407ea53787ce13f5ca427e9a51e05bc2 autoconf-2.57.tar.bz2 811439
-MD5 9de56d4a161a723228220b0f425dc711 autoconf-2.13.tar.gz 443844