summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2004-03-29 21:53:56 +0000
committerJon Portnoy <avenj@gentoo.org>2004-03-29 21:53:56 +0000
commit916ec3f9aed649c5595d594c0f8126c573072e28 (patch)
tree1626a12f352fa6c5e5d5989b6ec2bc05450d46e0 /sys-devel
parentVersion bumped. (diff)
downloadhistorical-916ec3f9aed649c5595d594c0f8126c573072e28.tar.gz
historical-916ec3f9aed649c5595d594c0f8126c573072e28.tar.bz2
historical-916ec3f9aed649c5595d594c0f8126c573072e28.zip
strip-flags per bug 42698
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/patch/ChangeLog5
-rw-r--r--sys-devel/patch/Manifest6
-rw-r--r--sys-devel/patch/patch-2.5.9.ebuild5
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-devel/patch/ChangeLog b/sys-devel/patch/ChangeLog
index 4695fa8c47ad..c129ad9e2de9 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.19 2003/10/20 15:06:48 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/ChangeLog,v 1.20 2004/03/29 21:53:56 avenj Exp $
+
+ 29 Mar 2004; Jon Portnoy <avenj@gentoo.org> patch-2.5.9.ebuild :
+ Added strip-flags, bug #42698.
21 Oct 2003; Martin Holzer <mholzer@gentoo.org> patch-2.5.9.ebuild:
Adding gentoo mirrors. Closes #30106 .
diff --git a/sys-devel/patch/Manifest b/sys-devel/patch/Manifest
index 291f1defde11..b85d8e09f30a 100644
--- a/sys-devel/patch/Manifest
+++ b/sys-devel/patch/Manifest
@@ -1,6 +1,6 @@
-MD5 faf6ba2faf7466dd544e47a4cb7d8b31 ChangeLog 2530
-MD5 113d8b76c54663b406b5ecb5c06244e6 patch-2.5.4-r5.ebuild 914
-MD5 7f6af65b440b2396e3c403174ba27a22 patch-2.5.9.ebuild 1033
+MD5 19af6d6f96a24773d4476bc36c0e2cb2 ChangeLog 2629
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
+MD5 113d8b76c54663b406b5ecb5c06244e6 patch-2.5.4-r5.ebuild 914
+MD5 932f0809e1f29656cc176400172f6ea0 patch-2.5.9.ebuild 1069
MD5 d8308835b63cc0644a67523856ef2df8 files/digest-patch-2.5.4-r5 63
MD5 7113f2413944cb06cecdd0c57ab54078 files/digest-patch-2.5.9 63
diff --git a/sys-devel/patch/patch-2.5.9.ebuild b/sys-devel/patch/patch-2.5.9.ebuild
index c8a0ffffeb68..6713e190cc22 100644
--- a/sys-devel/patch/patch-2.5.9.ebuild
+++ b/sys-devel/patch/patch-2.5.9.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 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.9.ebuild,v 1.13 2004/03/02 16:10:35 iggy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/patch/patch-2.5.9.ebuild,v 1.14 2004/03/29 21:53:56 avenj Exp $
+
+inherit flag-o-matic
DESCRIPTION="Utility to apply diffs to files"
HOMEPAGE="http://www.gnu.org/software/patch/patch.html"
@@ -16,6 +18,7 @@ IUSE="build static"
DEPEND="virtual/glibc"
src_compile() {
+ strip-flags
CFLAGS="$CFLAGS -DLINUX -D_XOPEN_SOURCE=500"
ac_cv_sys_long_file_names=yes \
./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man