public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libnxml: ChangeLog libnxml-0.18.3.ebuild
@ 2009-06-09  9:28 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; 4+ messages in thread
From: Tiziano Mueller (dev-zero) @ 2009-06-09  9:28 UTC (permalink / raw
  To: gentoo-commits

dev-zero    09/06/09 09:28:20

  Modified:             ChangeLog
  Added:                libnxml-0.18.3.ebuild
  Log:
  Version bump (including eapi-2 transition, bug #245074).
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 net-libs/libnxml/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	29 Mar 2009 15:30:10 -0000	1.13
+++ ChangeLog	9 Jun 2009 09:28:20 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/libnxml
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.13 2009/03/29 15:30:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.14 2009/06/09 09:28:20 dev-zero Exp $
+
+*libnxml-0.18.3 (09 Jun 2009)
+
+  09 Jun 2009; Tiziano Müller <dev-zero@gentoo.org> +libnxml-0.18.3.ebuild:
+  Version bump (including eapi-2 transition, bug #245074).
 
 *libnxml-0.18.2 (29 Mar 2009)
 



1.1                  net-libs/libnxml/libnxml-0.18.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.1&content-type=text/plain

Index: libnxml-0.18.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.1 2009/06/09 09:28:20 dev-zero Exp $

EAPI="2"

DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams"
HOMEPAGE="http://www2.autistici.org/bakunin/codes.php"
SRC_URI="http://www2.autistici.org/bakunin/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc examples"

RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}
	doc? ( app-doc/doxygen )"

src_compile() {
	emake || die "make failed"

	if use doc; then
		ebegin "Creating documentation"
		doxygen doxy.conf || die "creating docs failed"
		eend 0
	fi
}

src_install() {
	emake DESTDIR="${D}" install || die "make install failed"
	dodoc AUTHORS ChangeLog NEWS README

	if use doc; then
		dohtml doc/html/*
	fi

	if use examples; then
		insinto /usr/share/doc/${PF}/test
		doins test/*.c
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnxml: ChangeLog libnxml-0.18.3.ebuild
@ 2011-09-26 22:16 Tim Harder (radhermit)
  0 siblings, 0 replies; 4+ messages in thread
From: Tim Harder (radhermit) @ 2011-09-26 22:16 UTC (permalink / raw
  To: gentoo-commits

radhermit    11/09/26 22:16:18

  Modified:             ChangeLog libnxml-0.18.3.ebuild
  Log:
  Update to EAPI 4 and add static-libs use flag.
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 net-libs/libnxml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	26 Sep 2011 22:12:40 -0000	1.15
+++ ChangeLog	26 Sep 2011 22:16:18 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnxml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.15 2011/09/26 22:12:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.16 2011/09/26 22:16:18 radhermit Exp $
+
+  26 Sep 2011; Tim Harder <radhermit@gentoo.org> libnxml-0.18.3.ebuild:
+  Update to EAPI 4 and add static-libs use flag.
 
   26 Sep 2011; Tim Harder <radhermit@gentoo.org> libnxml-0.17.1.ebuild,
   libnxml-0.18.0.ebuild, libnxml-0.18.2.ebuild, libnxml-0.18.3.ebuild:



1.3                  net-libs/libnxml/libnxml-0.18.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?r1=1.2&r2=1.3

Index: libnxml-0.18.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnxml-0.18.3.ebuild	26 Sep 2011 22:12:40 -0000	1.2
+++ libnxml-0.18.3.ebuild	26 Sep 2011 22:16:18 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.2 2011/09/26 22:12:40 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.3 2011/09/26 22:16:18 radhermit Exp $
 
-EAPI="2"
+EAPI="4"
 
 DESCRIPTION="A C-library for parsing and writing XML 1.0/1.1 files or streams"
 HOMEPAGE="http://www.autistici.org/bakunin/libnxml/doc/"
@@ -11,14 +11,19 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc examples"
+IUSE="doc examples static-libs"
 
 RDEPEND="net-misc/curl"
 DEPEND="${RDEPEND}
 	doc? ( app-doc/doxygen )"
 
+src_configure() {
+	econf \
+		$(use_enable static-libs static)
+}
+
 src_compile() {
-	emake || die "make failed"
+	emake
 
 	if use doc; then
 		ebegin "Creating documentation"
@@ -28,8 +33,7 @@
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "make install failed"
-	dodoc AUTHORS ChangeLog NEWS README
+	default
 
 	if use doc; then
 		dohtml doc/html/*
@@ -39,4 +43,6 @@
 		insinto /usr/share/doc/${PF}/test
 		doins test/*.c
 	fi
+
+	find "${D}" -name '*.la' -exec rm -f {} +
 }






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnxml: ChangeLog libnxml-0.18.3.ebuild
@ 2011-12-21  8:55 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-21  8:55 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    11/12/21 08:55:08

  Modified:             ChangeLog libnxml-0.18.3.ebuild
  Log:
  x86 stable wrt bug #393951
  
  (Portage version: 2.1.10.41/cvs/Linux i686)

Revision  Changes    Path
1.19                 net-libs/libnxml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	18 Dec 2011 20:04:44 -0000	1.18
+++ ChangeLog	21 Dec 2011 08:55:08 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnxml
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.18 2011/12/18 20:04:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.19 2011/12/21 08:55:08 phajdan.jr Exp $
+
+  21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libnxml-0.18.3.ebuild:
+  x86 stable wrt bug #393951
 
   18 Dec 2011; Agostino Sarubbo <ago@gentoo.org> libnxml-0.18.3.ebuild:
   Stable for AMD64, wrt bug #393951



1.5                  net-libs/libnxml/libnxml-0.18.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?r1=1.4&r2=1.5

Index: libnxml-0.18.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnxml-0.18.3.ebuild	18 Dec 2011 20:04:44 -0000	1.4
+++ libnxml-0.18.3.ebuild	21 Dec 2011 08:55:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.4 2011/12/18 20:04:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.5 2011/12/21 08:55:08 phajdan.jr Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="doc examples static-libs"
 
 RDEPEND="net-misc/curl"






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnxml: ChangeLog libnxml-0.18.3.ebuild
@ 2012-06-29 12:54 Brent Baude (ranger)
  0 siblings, 0 replies; 4+ messages in thread
From: Brent Baude (ranger) @ 2012-06-29 12:54 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/29 12:54:53

  Modified:             ChangeLog libnxml-0.18.3.ebuild
  Log:
  Marking libnxml-0.18.3 ppc for bug 393951
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.20                 net-libs/libnxml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	21 Dec 2011 08:55:08 -0000	1.19
+++ ChangeLog	29 Jun 2012 12:54:53 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnxml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.19 2011/12/21 08:55:08 phajdan.jr Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/ChangeLog,v 1.20 2012/06/29 12:54:53 ranger Exp $
+
+  29 Jun 2012; Brent Baude <ranger@gentoo.org> libnxml-0.18.3.ebuild:
+  Marking libnxml-0.18.3 ppc for bug 393951
 
   21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> libnxml-0.18.3.ebuild:
   x86 stable wrt bug #393951



1.6                  net-libs/libnxml/libnxml-0.18.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild?r1=1.5&r2=1.6

Index: libnxml-0.18.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnxml-0.18.3.ebuild	21 Dec 2011 08:55:08 -0000	1.5
+++ libnxml-0.18.3.ebuild	29 Jun 2012 12:54:53 -0000	1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.5 2011/12/21 08:55:08 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnxml/libnxml-0.18.3.ebuild,v 1.6 2012/06/29 12:54:53 ranger Exp $
 
 EAPI="4"
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="doc examples static-libs"
 
 RDEPEND="net-misc/curl"






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

end of thread, other threads:[~2012-06-29 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-26 22:16 [gentoo-commits] gentoo-x86 commit in net-libs/libnxml: ChangeLog libnxml-0.18.3.ebuild Tim Harder (radhermit)
  -- strict thread matches above, loose matches on Subject: below --
2012-06-29 12:54 Brent Baude (ranger)
2011-12-21  8:55 PaweA Hajdan (phajdan.jr)
2009-06-09  9:28 Tiziano Mueller (dev-zero)

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