diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-05-31 06:36:50 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-05-31 06:36:50 +0000 |
commit | 97d9ed6422bab3b78f4b99cca734641e69e8bd16 (patch) | |
tree | 96964000aebb6dcdc3f3cf6a2109ce724e4276f6 /sys-devel | |
parent | Add in the digest file that Prez forgot to commit! Clean hardcoded version nu... (diff) | |
download | historical-97d9ed6422bab3b78f4b99cca734641e69e8bd16.tar.gz historical-97d9ed6422bab3b78f4b99cca734641e69e8bd16.tar.bz2 historical-97d9ed6422bab3b78f4b99cca734641e69e8bd16.zip |
Added static to IUSE
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/patch/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/patch/Manifest | 4 | ||||
-rw-r--r-- | sys-devel/patch/patch-2.5.4-r5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog index 4a5592042e39..b4e17819796b 100644 --- a/sys-devel/patch/ChangeLog +++ b/sys-devel/patch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/patch # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.11 2003/05/15 22:12:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.12 2003/05/31 06:36:46 msterret Exp $ + + 30 May 2003; <msterret@gentoo.org> patch-2.5.4-r5.ebuild: + Added static to IUSE 01 May 2003; <msterret@gentoo.org> patch-2.5.4-r5.ebuild: added IUSE diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest index f423a167ba7f..3c8deb216ed5 100644 --- a/sys-devel/patch/Manifest +++ b/sys-devel/patch/Manifest @@ -1,7 +1,7 @@ -MD5 c161c0be5ceb7de4b879e68f7679cf0d ChangeLog 1701 +MD5 9831ecbee0faa83c851e037374dea160 ChangeLog 1785 MD5 50fbe09e2332a6cd62000c016bc48f11 patch-2.5.4-r3.ebuild 914 MD5 bcf8b9c8bc2b34e71c0c31db240ef2f2 patch-2.5.4-r4.ebuild 1033 -MD5 a13d318f3ecb2b589ef8d4041743256d patch-2.5.4-r5.ebuild 943 +MD5 d8479625d2caeff66bcf438ff0adcd93 patch-2.5.4-r5.ebuild 950 MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r3 63 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/patch-2.5.4-r5.ebuild b/sys-devel/patch/patch-2.5.4-r5.ebuild index 922069164637..41424a6831d8 100644 --- a/sys-devel/patch/patch-2.5.4-r5.ebuild +++ b/sys-devel/patch/patch-2.5.4-r5.ebuild @@ -1,8 +1,8 @@ # 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-r5.ebuild,v 1.2 2003/05/15 22:12:00 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.4-r5.ebuild,v 1.3 2003/05/31 06:36:46 msterret Exp $ -IUSE="build" +IUSE="build static" S=${WORKDIR}/${P} DESCRIPTION="Utility to apply diffs to files" |