diff options
Diffstat (limited to 'sys-build/sed/sed-3.02.80.ebuild')
-rw-r--r-- | sys-build/sed/sed-3.02.80.ebuild | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sys-build/sed/sed-3.02.80.ebuild b/sys-build/sed/sed-3.02.80.ebuild deleted file mode 100644 index 5f6e0c8e25cf..000000000000 --- a/sys-build/sed/sed-3.02.80.ebuild +++ /dev/null @@ -1,20 +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-build/sed/sed-3.02.80.ebuild,v 1.2 2001/02/15 18:17:32 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Super-useful stream editor" -SRC_URI="ftp://alpha.gnu.org/pub/gnu/sed/${A}" - -src_compile() { - try ./configure --prefix=/usr --host=${CHOST} --disable-nls - try make ${MAKEOPTS} LDFLAGS=-static -} - -src_install() { - into /usr - dobin sed/sed -} - |