public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libwbxml: libwbxml-0.9.2_p48.ebuild ChangeLog
@ 2009-01-15  8:44 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2009-01-15  8:44 UTC (permalink / raw
  To: gentoo-commits

s4t4n       09/01/15 08:44:06

  Modified:             ChangeLog
  Added:                libwbxml-0.9.2_p48.ebuild
  Log:
  Resurrected version 0.9.2_p48 back from the grave as it has one dependant package.
  Added some basic QA fixes to it.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.24-tuxonice-r9 i686)

Revision  Changes    Path
1.13                 dev-libs/libwbxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	14 Jan 2009 14:48:48 -0000	1.12
+++ ChangeLog	15 Jan 2009 08:44:06 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libwbxml
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.12 2009/01/14 14:48:48 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.13 2009/01/15 08:44:06 s4t4n Exp $
+
+  15 Jan 2009; Michele Noberasco <s4t4n@gentoo.org> +libwbxml-0.9.2_p48.ebuild:
+  Resurrected version 0.9.2_p48 back from the grave as it has one dependant package.
+  Added some basic QA fixes to it.
 
 *libwbxml-0.10.1 (14 Jan 2009)
 



1.5                  dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild?r1=1.4&r2=1.5







^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-libs/libwbxml: libwbxml-0.9.2_p48.ebuild ChangeLog
@ 2010-03-11 14:52 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; 2+ messages in thread
From: Michele Noberasco (s4t4n) @ 2010-03-11 14:52 UTC (permalink / raw
  To: gentoo-commits

s4t4n       10/03/11 14:52:05

  Modified:             libwbxml-0.9.2_p48.ebuild ChangeLog
  Log:
  Added patch to fix installation of documentation outside /usr/share/doc/${PF}.
  Fixes bug #294592.
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild

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

Index: libwbxml-0.9.2_p48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libwbxml-0.9.2_p48.ebuild	28 Apr 2009 13:17:59 -0000	1.6
+++ libwbxml-0.9.2_p48.ebuild	11 Mar 2010 14:52:05 -0000	1.7
@@ -1,6 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild,v 1.6 2009/04/28 13:17:59 s4t4n Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/libwbxml-0.9.2_p48.ebuild,v 1.7 2010/03/11 14:52:05 s4t4n Exp $
+
+inherit eutils autotools
 
 IUSE=""
 
@@ -19,6 +21,24 @@
 
 S="${WORKDIR}/${MY_P}"
 
+src_unpack()
+{
+	unpack ${A}
+	cd "${S}"
+
+	# Remove doc stuff from Makefile.am, otherwise make install complains
+	epatch "${FILESDIR}/wbxml2-${PV}.make_install.patch"
+
+	# Don't rewrite use CFLAGS, pass everything as AM_CFLAGS instead.
+	sed -i \
+		-e '/-\(O3\|g\)/d' \
+		-e '/-Wall/s:\\::' \
+		-e 's:CFLAGS:AM_CFLAGS:' \
+		{src,tools}/Makefile.am
+
+	eautoreconf
+}
+
 src_install()
 {
 	einstall || die "Installation failed"



1.17                 dev-libs/libwbxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	16 May 2009 16:16:03 -0000	1.16
+++ ChangeLog	11 Mar 2010 14:52:05 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libwbxml
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.16 2009/05/16 16:16:03 nixnut Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libwbxml/ChangeLog,v 1.17 2010/03/11 14:52:05 s4t4n Exp $
+
+  11 Mar 2010; Michele Noberasco <s4t4n@gentoo.org> libwbxml-0.9.2_p48.ebuild:
+  Added patch to fix installation of documentation outside /usr/share/doc/${PF}.
+  Fixes bug #294592.
 
   16 May 2009; nixnut <nixnut@gentoo.org> libwbxml-0.10.1.ebuild:
   ppc stable #261166






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-11 14:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-15  8:44 [gentoo-commits] gentoo-x86 commit in dev-libs/libwbxml: libwbxml-0.9.2_p48.ebuild ChangeLog Michele Noberasco (s4t4n)
  -- strict thread matches above, loose matches on Subject: below --
2010-03-11 14:52 Michele Noberasco (s4t4n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox