diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-06-18 01:21:15 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-06-18 01:21:15 +0000 |
commit | 84bf886fef8d80210b7c1615288831343be5bf39 (patch) | |
tree | 995ac08af499bf13ccd8047757ff7e5f63b0813d /sys-devel | |
parent | nvidia headers fix (diff) | |
download | historical-84bf886fef8d80210b7c1615288831343be5bf39.tar.gz historical-84bf886fef8d80210b7c1615288831343be5bf39.tar.bz2 historical-84bf886fef8d80210b7c1615288831343be5bf39.zip |
clean out cruft
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/patch/files/digest-patch-2.5.4-r3 | 1 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r3.ebuild | 40 |
3 files changed, 1 insertions, 44 deletions
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index 3c8deb216ed5..01b67936751c 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,7 +1,5 @@ -MD5 9831ecbee0faa83c851e037374dea160 ChangeLog 1785 -MD5 50fbe09e2332a6cd62000c016bc48f11 patch-2.5.4-r3.ebuild 914 MD5 bcf8b9c8bc2b34e71c0c31db240ef2f2 patch-2.5.4-r4.ebuild 1033 MD5 d8479625d2caeff66bcf438ff0adcd93 patch-2.5.4-r5.ebuild 950 -MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r3 63 +MD5 9831ecbee0faa83c851e037374dea160 ChangeLog 1785 MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r4 63 MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63 diff --git a/sys-devel/patch/files/digest-patch-2.5.4-r3 b/sys-devel/patch/files/digest-patch-2.5.4-r3 deleted file mode 100644 index 65e848fff1e9..000000000000 --- a/sys-devel/patch/files/digest-patch-2.5.4-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee5ae84d115f051d87fcaaef3b4ae782 patch-2.5.4.tar.gz 186879 diff --git a/sys-devel/patch/patch-2.5.4-r3.ebuild b/sys-devel/patch/patch-2.5.4-r3.ebuild deleted file mode 100644 index 7cbc78d56d43..000000000000 --- a/sys-devel/patch/patch-2.5.4-r3.ebuild +++ /dev/null @@ -1,40 +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/patch/patch-2.5.4-r3.ebuild,v 1.10 2003/02/13 16:34:05 vapier Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utility to apply diffs to files" -SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" -HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -DEPEND="virtual/glibc" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 sparc " - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man - if [ -z "`use static`" ] - then - try make ${MAKEOPTS} - else - try make ${MAKEOPTS} LDFLAGS=-static - fi - -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man install - if [ -z "`use build`" ] - then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share/man - fi - -} - - - |