diff options
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/m4/files/digest-m4-1.4 | 2 | ||||
-rw-r--r-- | sys-devel/m4/files/digest-m4-1.4-r1 | 2 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4-r1.ebuild | 56 | ||||
-rw-r--r-- | sys-devel/m4/m4-1.4.ebuild | 57 |
4 files changed, 0 insertions, 117 deletions
diff --git a/sys-devel/m4/files/digest-m4-1.4 b/sys-devel/m4/files/digest-m4-1.4 deleted file mode 100644 index 05b23dcd788a..000000000000 --- a/sys-devel/m4/files/digest-m4-1.4 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9eb2dd07740b2d2f3c7adb3e8d299bda m4-1.4.tar.gz 317588 -MD5 dd3b693906f1a69319d8b99b914df25b m4_1.4-15.diff.gz 5538 diff --git a/sys-devel/m4/files/digest-m4-1.4-r1 b/sys-devel/m4/files/digest-m4-1.4-r1 deleted file mode 100644 index 8c86a78cff32..000000000000 --- a/sys-devel/m4/files/digest-m4-1.4-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9eb2dd07740b2d2f3c7adb3e8d299bda m4-1.4.tar.gz 317588 -MD5 b418667177ed36743d65f4ef81bd4f68 m4_1.4-17.diff.gz 5949 diff --git a/sys-devel/m4/m4-1.4-r1.ebuild b/sys-devel/m4/m4-1.4-r1.ebuild deleted file mode 100644 index c83f4cadb357..000000000000 --- a/sys-devel/m4/m4-1.4-r1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4-r1.ebuild,v 1.12 2004/07/15 03:34:18 agriffis Exp $ - -inherit eutils gnuconfig - -PVER="17" -DESCRIPTION="GNU macro processor" -HOMEPAGE="http://www.gnu.org/software/m4/m4.html" -SRC_URI="ftp://ftp.seindal.dk/gnu/${P}.tar.gz - mirror://gentoo/m4_1.4-${PVER}.diff.gz - http://ftp.debian.org/debian/pool/main/m/m4/m4_1.4-${PVER}.diff.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc64 ppc sparc mips alpha arm hppa amd64 ia64 s390" -IUSE="bootstrap nls" - -DEPEND="virtual/libc - !bootstrap? ( >=sys-devel/libtool-1.3.5-r2 ) - nls? ( sys-devel/gettext )" -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${DISTDIR}/${PN}_1.4-${PVER}.diff.gz - - gnuconfig_update -} - -src_compile() { - local myconf= - - use nls || myconf="--disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --enable-changeword \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - libexecdir=${D}/usr/lib \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - -# rm -rf ${D}/usr/include - - dodoc BACKLOG ChangeLog NEWS README* THANKS TODO -} diff --git a/sys-devel/m4/m4-1.4.ebuild b/sys-devel/m4/m4-1.4.ebuild deleted file mode 100644 index 023f82a50c93..000000000000 --- a/sys-devel/m4/m4-1.4.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/m4/m4-1.4.ebuild,v 1.16 2004/07/15 03:34:18 agriffis Exp $ - -IUSE="bootstrap nls" - -inherit eutils gnuconfig - -S="${WORKDIR}/${PN}-1.4" -DESCRIPTION="GNU macro processor" -SRC_URI="ftp://ftp.seindal.dk/gnu/${PN}-1.4.tar.gz - mirror://gentoo/m4_1.4-15.diff.gz" -HOMEPAGE="http://www.gnu.org/software/m4/m4.html" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86 ppc sparc alpha mips hppa ia64" - -DEPEND="virtual/libc - !bootstrap? ( >=sys-devel/libtool-1.3.5-r2 ) - nls? ( sys-devel/gettext )" - -RDEPEND="virtual/libc" - -src_unpack() { - unpack ${A} - - cd ${S} - epatch ${DISTDIR}/${PN}_1.4-15.diff.gz - - gnuconfig_update -} - -src_compile() { - local myconf= - - use nls || myconf="--disable-nls" - - ./configure --host=${CHOST} \ - --prefix=/usr \ - --enable-changeword \ - ${myconf} || die - - emake || die -} - -src_install() { - make prefix=${D}/usr \ - libexecdir=${D}/usr/lib \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - -# rm -rf ${D}/usr/include - - dodoc BACKLOG ChangeLog COPYING NEWS README* THANKS TODO -} |