public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: ChangeLog libxmlpp-2.24.3.ebuild libxmlpp-2.24.1.ebuild libxmlpp-1.0.4-r2.ebuild
@ 2009-03-08 13:49 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-03-08 13:49 UTC (permalink / raw
  To: gentoo-commits

eva         09/03/08 13:49:38

  Modified:             ChangeLog
  Added:                libxmlpp-2.24.3.ebuild
  Removed:              libxmlpp-2.24.1.ebuild libxmlpp-1.0.4-r2.ebuild
  Log:
  Bump to 2.24.3. Break ABI in TextReader but shouldn't be a problem. Clean up old revisions.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.86                 dev-cpp/libxmlpp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	26 Feb 2009 14:57:05 -0000	1.85
+++ ChangeLog	8 Mar 2009 13:49:37 -0000	1.86
@@ -1,6 +1,14 @@
 # ChangeLog for dev-cpp/libxmlpp
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.85 2009/02/26 14:57:05 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.86 2009/03/08 13:49:37 eva Exp $
+
+*libxmlpp-2.24.3 (08 Mar 2009)
+
+  08 Mar 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  -libxmlpp-1.0.4-r2.ebuild, -libxmlpp-2.24.1.ebuild,
+  +libxmlpp-2.24.3.ebuild:
+  Bump to 2.24.3. Break ABI in TextReader but shouldn't be a problem.
+  Clean up old revisions.
 
   26 Feb 2009; Joseph Jezak <josejx@gentoo.org> libxmlpp-1.0.5.ebuild:
   Marked ppc stable, ppc64 unstable for bug #245301.



1.1                  dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild?rev=1.1&content-type=text/plain

Index: libxmlpp-2.24.3.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.24.3.ebuild,v 1.1 2009/03/08 13:49:37 eva Exp $

inherit gnome2 eutils

MY_PN="${PN/pp/++}"
MY_P="${MY_PN}-${PV}"
S="${WORKDIR}/${MY_P}"

DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
HOMEPAGE="http://libxmlplusplus.sourceforge.net/"
SRC_URI="mirror://gnome/sources/libxml++/${PV%.*}/${MY_P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="2.6"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"

RDEPEND=">=dev-libs/libxml2-2.6.1
	>=dev-cpp/glibmm-2.4"

DEPEND="${RDEPEND}
	dev-util/pkgconfig"

MAKEOPTS="${MAKEOPTS} -j1"
DOCS="AUTHORS ChangeLog NEWS README*"

src_unpack() {
	gnome2_src_unpack

	# don't waste time building the examples
	sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
		die "sed Makefile.in failed"
}

src_install() {
	gnome2_src_install

	rm -fr "${D}"/usr/share/doc/libxml++*
	use doc && dohtml docs/reference/${PV%.*}/html/*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-08 13:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-08 13:49 [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: ChangeLog libxmlpp-2.24.3.ebuild libxmlpp-2.24.1.ebuild libxmlpp-1.0.4-r2.ebuild Gilles Dartiguelongue (eva)

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