diff options
-rw-r--r-- | sys-devel/patch/Manifest | 2 | ||||
-rw-r--r-- | sys-devel/patch/files/digest-patch-2.5.4-r5 | 1 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r5.ebuild | 34 |
3 files changed, 0 insertions, 37 deletions
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index 29995af0f75d..28c464bf076b 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,9 +1,7 @@ MD5 205a259d782ac496e933054878b7cc4c ChangeLog 3624 MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164 -MD5 ea3e4de8df930b86d227affc240ef047 patch-2.5.4-r5.ebuild 887 MD5 b65b158dc35ff3457c1d22419a652f1e patch-2.5.9.ebuild 1445 MD5 4d3cef8bc0d2335dec6b36093a1175a2 patch-2.5.9-r1.ebuild 1440 -MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63 MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63 MD5 4d1e5f04f223836b5c65c0995abd16ff files/2.5.9-deb-cr.patch 866 MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9-r1 63 diff --git a/sys-devel/patch/files/digest-patch-2.5.4-r5 b/sys-devel/patch/files/digest-patch-2.5.4-r5 deleted file mode 100644 index 65e848fff1e9..000000000000 --- a/sys-devel/patch/files/digest-patch-2.5.4-r5 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee5ae84d115f051d87fcaaef3b4ae782 patch-2.5.4.tar.gz 186879 diff --git a/sys-devel/patch/patch-2.5.4-r5.ebuild b/sys-devel/patch/patch-2.5.4-r5.ebuild deleted file mode 100644 index 846b9a99e4fb..000000000000 --- a/sys-devel/patch/patch-2.5.4-r5.ebuild +++ /dev/null @@ -1,34 +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/patch/patch-2.5.4-r5.ebuild,v 1.9 2004/07/02 08:42:03 eradicator Exp $ - -DESCRIPTION="Utility to apply diffs to files" -HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -SRC_URI="mirror://gnu/patch/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha mips hppa" -IUSE="build static" - -DEPEND="virtual/libc" - -src_compile() { - CFLAGS="$CFLAGS -DLINUX -D_XOPEN_SOURCE=500" - ac_cv_sys_long_file_names=yes \ - ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man - if ! use static; then - emake || die "emake failed" - else - emake LDFLAGS=-static || die "emake failed" - fi -} - -src_install() { - einstall - if ! use build; then - dodoc AUTHORS COPYING ChangeLog NEWS README - else - rm -rf ${D}/usr/share/man - fi -} |