public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers (jer)" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: ChangeLog libxml2-2.6.30.ebuild
Date: Tue, 27 Nov 2007 03:34:57 +0000	[thread overview]
Message-ID: <E1IwrDt-00054u-Ff@stork.gentoo.org> (raw)

jer         07/11/27 03:34:57

  Modified:             ChangeLog libxml2-2.6.30.ebuild
  Log:
  Stable for HPPA (bug #199322).
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.199                dev-libs/libxml2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.199&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?rev=1.199&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/ChangeLog?r1=1.198&r2=1.199

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	20 Nov 2007 19:04:40 -0000	1.198
+++ ChangeLog	27 Nov 2007 03:34:56 -0000	1.199
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libxml2
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.198 2007/11/20 19:04:40 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/ChangeLog,v 1.199 2007/11/27 03:34:56 jer Exp $
+
+  27 Nov 2007; Jeroen Roovers <jer@gentoo.org> libxml2-2.6.30.ebuild:
+  Stable for HPPA (bug #199322).
 
   20 Nov 2007; Markus Rothe <corsair@gentoo.org> libxml2-2.6.30.ebuild:
   Stable on ppc64; bug #199322



1.8                  dev-libs/libxml2/libxml2-2.6.30.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild?r1=1.7&r2=1.8

Index: libxml2-2.6.30.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libxml2-2.6.30.ebuild	20 Nov 2007 19:04:40 -0000	1.7
+++ libxml2-2.6.30.ebuild	27 Nov 2007 03:34:56 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild,v 1.7 2007/11/20 19:04:40 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libxml2/libxml2-2.6.30.ebuild,v 1.8 2007/11/27 03:34:56 jer Exp $
 
 inherit libtool flag-o-matic eutils
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~m68k mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE="debug doc ipv6 python readline test"
 
 XSTS_HOME="http://www.w3.org/XML/2004/xml-schema-test-suite"
@@ -37,7 +37,7 @@
 	if use test; then
 		cp ${DISTDIR}/${XSTS_TARBALL_1} \
 			${DISTDIR}/${XSTS_TARBALL_2} \
-			${S}/xstc/ \
+			"${S}"/xstc/ \
 			|| die "Failed to install test tarballs"
 	fi
 
@@ -73,7 +73,7 @@
 	# Patching the Makefiles to respect get_libdir
 	# Fixes BUG #86766, please keep this.
 	# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26
-	for x in $(find ${S} -name "Makefile") ; do
+	for x in $(find "${S}" -name "Makefile") ; do
 		sed \
 			-e "s|^\(PYTHON_SITE_PACKAGES\ =\ \/usr\/\).*\(\/python.*\)|\1$(get_libdir)\2|g" \
 			-i ${x} \
@@ -89,8 +89,8 @@
 	dodoc AUTHORS ChangeLog Copyright NEWS README* TODO*
 
 	if ! use doc; then
-		rm -rf ${D}/usr/share/gtk-doc
-		rm -rf ${D}/usr/share/doc/${P}/html
+		rm -rf "${D}"/usr/share/gtk-doc
+		rm -rf "${D}"/usr/share/doc/${P}/html
 	fi
 }
 



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-11-27  3:35 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27  3:34 Jeroen Roovers (jer) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-11-20 19:04 [gentoo-commits] gentoo-x86 commit in dev-libs/libxml2: ChangeLog libxml2-2.6.30.ebuild Markus Rothe (corsair)
2007-11-19  2:03 Joshua Kinard (kumba)
2007-11-17 17:48 Raul Porcel (armin76)
2007-11-17 14:59 Gysbert Wassenaar (nixnut)
2007-11-17 13:11 Dawid Weglinski (cla)
2007-11-16 16:57 Samuli Suominen (drac)
2007-09-11 19:56 Leonardo Boshell (leonardop)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1IwrDt-00054u-Ff@stork.gentoo.org \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox