diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:06:42 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-04-30 12:06:42 +0000 |
commit | 90a370f7e0be4f5888e3d51463d3c26d660b9c21 (patch) | |
tree | 5e139a766dfecebe0203fcfcacd3964d6a82b3f6 /sys-devel/patch | |
parent | Cleanup (diff) | |
download | historical-90a370f7e0be4f5888e3d51463d3c26d660b9c21.tar.gz historical-90a370f7e0be4f5888e3d51463d3c26d660b9c21.tar.bz2 historical-90a370f7e0be4f5888e3d51463d3c26d660b9c21.zip |
Cleanup
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/files/digest-patch-2.5.4-r1 | 1 | ||||
-rw-r--r-- | sys-devel/patch/files/digest-patch-2.5.4-r2 | 1 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r1.ebuild | 26 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r2.ebuild | 29 |
4 files changed, 0 insertions, 57 deletions
diff --git a/sys-devel/patch/files/digest-patch-2.5.4-r1 b/sys-devel/patch/files/digest-patch-2.5.4-r1 deleted file mode 100644 index 528dd04a27b6..000000000000 --- a/sys-devel/patch/files/digest-patch-2.5.4-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee5ae84d115f051d87fcaaef3b4ae782 patch-2.5.4.tar.gz diff --git a/sys-devel/patch/files/digest-patch-2.5.4-r2 b/sys-devel/patch/files/digest-patch-2.5.4-r2 deleted file mode 100644 index 528dd04a27b6..000000000000 --- a/sys-devel/patch/files/digest-patch-2.5.4-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 ee5ae84d115f051d87fcaaef3b4ae782 patch-2.5.4.tar.gz diff --git a/sys-devel/patch/patch-2.5.4-r1.ebuild b/sys-devel/patch/patch-2.5.4-r1.ebuild deleted file mode 100644 index e8b03536de71..000000000000 --- a/sys-devel/patch/patch-2.5.4-r1.ebuild +++ /dev/null @@ -1,26 +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-devel/patch/patch-2.5.4-r1.ebuild,v 1.6 2001/01/31 20:49:07 achim Exp $ - -P=patch-2.5.4 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utility to apply diffs to files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/patch/${A} - ftp://ftp.gnu.org/gnu/patch/${A}" -HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -DEPEND="virtual/glibc" - -src_compile() { - try ./configure --host=${CHOST} --prefix=/usr - try make ${MAKEOPTS} -} - -src_install() { - try make prefix=${D}/usr install - dodoc AUTHORS COPYING ChangeLog NEWS README -} - - - diff --git a/sys-devel/patch/patch-2.5.4-r2.ebuild b/sys-devel/patch/patch-2.5.4-r2.ebuild deleted file mode 100644 index d94ba6b80014..000000000000 --- a/sys-devel/patch/patch-2.5.4-r2.ebuild +++ /dev/null @@ -1,29 +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-devel/patch/patch-2.5.4-r2.ebuild,v 1.1 2001/02/07 16:05:19 achim Exp $ - -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Utility to apply diffs to files" -SRC_URI="ftp://gatekeeper.dec.com/pub/GNU/patch/${A} - ftp://ftp.gnu.org/gnu/patch/${A}" -HOMEPAGE="http://www.gnu.org/software/patch/patch.html" -DEPEND="virtual/glibc" - -src_compile() { - - try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man - try make ${MAKEOPTS} - -} - -src_install() { - - try make prefix=${D}/usr mandir=${D}/usr/share/man install - dodoc AUTHORS COPYING ChangeLog NEWS README - -} - - - |