diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:34 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2000-08-16 04:38:34 +0000 |
commit | 5208fbf4b8428c0f3146f48f046f42c27ece0cd1 (patch) | |
tree | fd0263a0ab995ced009dbd237d7a0710fdea1c71 /sys-devel/patch | |
parent | removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore. (diff) | |
download | historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.tar.gz historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.tar.bz2 historical-5208fbf4b8428c0f3146f48f046f42c27ece0cd1.zip |
removed all "CATEGORY" entries in ebuild. They shouldn't be needed anymore.
Diffstat (limited to 'sys-devel/patch')
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/patch/patch-2.5.4-r1.ebuild b/sys-devel/patch/patch-2.5.4-r1.ebuild index 2bc19e5c5d42..e40d138083fe 100644 --- a/sys-devel/patch/patch-2.5.4-r1.ebuild +++ b/sys-devel/patch/patch-2.5.4-r1.ebuild @@ -1,13 +1,12 @@ # 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.1 2000/08/03 14:16:17 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r1.ebuild,v 1.2 2000/08/16 04:38:34 drobbins Exp $ P=patch-2.5.4 A=${P}.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" -CATEGORY="sys-devel" SRC_URI="ftp://ftp.gnu.org/gnu/patch/${A}" HOMEPAGE="http://www.gnu.org/software/patch/patch.html" |