summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-09-18 19:36:15 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-09-18 19:36:15 +0000
commita5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247 (patch)
tree0d83af8923647f92b1091ff5bd7ba81ffdab9047 /dev-libs/libxml2
parentversion bump (diff)
downloadgentoo-2-a5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247.tar.gz
gentoo-2-a5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247.tar.bz2
gentoo-2-a5f9cd6c2b44a762548b0f8e5b9101d0bb0fc247.zip
removing quotes from filter-flags
Diffstat (limited to 'dev-libs/libxml2')
-rw-r--r--dev-libs/libxml2/ChangeLog6
-rw-r--r--dev-libs/libxml2/Manifest6
-rw-r--r--dev-libs/libxml2/libxml2-2.5.11.ebuild6
-rw-r--r--dev-libs/libxml2/libxml2-2.5.8.ebuild4
4 files changed, 13 insertions, 9 deletions
diff --git a/dev-libs/libxml2/ChangeLog b/dev-libs/libxml2/ChangeLog
index bdc1a9550835..95ff9bbb6a62 100644
--- a/dev-libs/libxml2/ChangeLog
+++ b/dev-libs/libxml2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/libxml2
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.50 2003/09/17 20:03:30 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.51 2003/09/18 19:36:09 liquidx Exp $
+
+ 18 Sep 2003; Alastair Tse <liquidx@gentoo.org> libxml2-2.5.11.ebuild,
+ libxml2-2.5.8.ebuild:
+ remove quotes in filter-flags
17 Sep 2003; Alastair Tse <liquidx@gentoo.org> libxml2-2.5.11.ebuild,
libxml2-2.5.8.ebuild:
diff --git a/dev-libs/libxml2/Manifest b/dev-libs/libxml2/Manifest
index 9538abf2ec7b..6ab869827b8d 100644
--- a/dev-libs/libxml2/Manifest
+++ b/dev-libs/libxml2/Manifest
@@ -1,10 +1,10 @@
-MD5 06903f1df023f5e7d2893aadd81a61c4 ChangeLog 6469
+MD5 bc7f1ce11441d8b268f1049d7b7e111c ChangeLog 6598
MD5 82e1d16f095d6d7fb6d257113812b028 libxml2-2.4.30.ebuild 1477
MD5 4402f5fb2868bfaea954c3044a42d237 libxml2-2.5.10.ebuild 1561
-MD5 245ba8e869dcf4ce10762788ff55e641 libxml2-2.5.11.ebuild 1697
+MD5 c0678478a2e8eeb7d3c92efc972057e0 libxml2-2.5.11.ebuild 1694
MD5 d6e3d197694805e94cb094f7ab9b08fa libxml2-2.5.4.ebuild 1679
MD5 20af0a03d2853b1e4271f46c2589f836 libxml2-2.5.7.ebuild 1686
-MD5 e5e433c0687fd6b0dd5063660bd5abfc libxml2-2.5.8.ebuild 1892
+MD5 a8a1b2cac1bfb8ecc1bac761745278c1 libxml2-2.5.8.ebuild 1889
MD5 b7abaf7ddac20f03d375f0ab022864e0 libxml2-2.5.9.ebuild 1802
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 9cfd17e057e09b2880060eb051e4dfcb files/digest-libxml2-2.4.30 68
diff --git a/dev-libs/libxml2/libxml2-2.5.11.ebuild b/dev-libs/libxml2/libxml2-2.5.11.ebuild
index eb4833722848..b3493893a25c 100644
--- a/dev-libs/libxml2/libxml2-2.5.11.ebuild
+++ b/dev-libs/libxml2/libxml2-2.5.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.11.ebuild,v 1.2 2003/09/17 20:03:30 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.11.ebuild,v 1.3 2003/09/18 19:36:09 liquidx Exp $
inherit eutils libtool gnome.org flag-o-matic
@@ -21,8 +21,8 @@ src_compile() {
elibtoolize
# filter seemingly problematic CFLAGS (#26320)
- filter-flags "-fprefetch-loop-arrays" "-funroll-loops"
-
+ filter-flags -fprefetch-loop-arrays -funroll-loops
+
# USE zlib support breaks gnome2
# (libgnomeprint for instance fails to compile with
# fresh install, and existing) - <azarah@gentoo.org> (22 Dec 2002).
diff --git a/dev-libs/libxml2/libxml2-2.5.8.ebuild b/dev-libs/libxml2/libxml2-2.5.8.ebuild
index 856e950988a8..ade7a3e3d580 100644
--- a/dev-libs/libxml2/libxml2-2.5.8.ebuild
+++ b/dev-libs/libxml2/libxml2-2.5.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.8.ebuild,v 1.9 2003/09/17 23:39:07 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.5.8.ebuild,v 1.10 2003/09/18 19:36:09 liquidx Exp $
inherit eutils libtool gnome.org
@@ -21,7 +21,7 @@ src_compile() {
elibtoolize
# filter seemingly problematic CFLAGS (#26320)
- filter-flags "-fprefetch-loop-arrays" "-funroll-loops"
+ filter-flags -fprefetch-loop-arrays -funroll-loops
if [ "${ARCH}" == "alpha" -a "${CC}" == "ccc" ]; then
# i think the author assumes __DECC is defined only on Tru64.