From f2a4590af8c93a3c400413a3372fc7713c595ec6 Mon Sep 17 00:00:00 2001 From: Daniel Robbins Date: Mon, 14 Aug 2000 21:34:33 +0000 Subject: Wahoo. Sed 3.02.80 is the best version. Wish GNU updated ftp.gnu.org more often :( --- sys-apps/sed/sed-3.02.80.ebuild | 24 ++++++++++++++++++++++++ sys-apps/sed/sed-3.02a.ebuild | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 sys-apps/sed/sed-3.02.80.ebuild delete mode 100644 sys-apps/sed/sed-3.02a.ebuild (limited to 'sys-apps/sed') diff --git a/sys-apps/sed/sed-3.02.80.ebuild b/sys-apps/sed/sed-3.02.80.ebuild new file mode 100644 index 000000000000..2ae402de7979 --- /dev/null +++ b/sys-apps/sed/sed-3.02.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02.80.ebuild,v 1.1 2000/08/14 21:34:33 drobbins Exp $ + +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Super-useful stream editor" +CATEGORY="sys-apps" +SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}" + +src_compile() { + ./configure --prefix=/usr --host=${CHOST} + make +} + +src_install() { + into /usr + doinfo doc/sed.info + doman doc/sed.1 + dobin sed/sed + dodoc COPYING NEWS README* THANKS TODO AUTHORS BUGS ANNOUNCE +} + diff --git a/sys-apps/sed/sed-3.02a.ebuild b/sys-apps/sed/sed-3.02a.ebuild deleted file mode 100644 index d6ab11590e29..000000000000 --- a/sys-apps/sed/sed-3.02a.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Daniel Robbins -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-3.02a.ebuild,v 1.1 2000/08/14 15:45:57 drobbins Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Super-useful stream editor" -CATEGORY="sys-apps" -SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}" - -src_compile() { - ./configure --prefix=/usr --host=${CHOST} - make -} - -src_install() { - into /usr - doinfo doc/sed.info - doman doc/sed.1 - dobin sed/sed - dodoc COPYING NEWS README* THANKS TODO AUTHORS BUGS ANNOUNCE -} - -- cgit v1.2.3-65-gdbad