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.2.ebuild libxmlpp-2.24.0.ebuild libxmlpp-2.13.1.ebuild libxmlpp-2.20.0-r1.ebuild
@ 2009-01-03 15:07 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-01-03 15:07 UTC (permalink / raw
  To: gentoo-commits

eva         09/01/03 15:07:59

  Modified:             ChangeLog
  Added:                libxmlpp-2.24.2.ebuild
  Removed:              libxmlpp-2.24.0.ebuild libxmlpp-2.13.1.ebuild
                        libxmlpp-2.20.0-r1.ebuild
  Log:
  Bump to 2.24.2. Fix memleaks and cleanup old revisions.
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)

Revision  Changes    Path
1.80                 dev-cpp/libxmlpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	21 Dec 2008 15:55:58 -0000	1.79
+++ ChangeLog	3 Jan 2009 15:07:59 -0000	1.80
@@ -1,6 +1,13 @@
 # ChangeLog for dev-cpp/libxmlpp
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.79 2008/12/21 15:55:58 eva Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.80 2009/01/03 15:07:59 eva Exp $
+
+*libxmlpp-2.24.2 (03 Jan 2009)
+
+  03 Jan 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  -libxmlpp-2.13.1.ebuild, -libxmlpp-2.20.0-r1.ebuild,
+  -libxmlpp-2.24.0.ebuild, +libxmlpp-2.24.2.ebuild:
+  Bump to 2.24.2. Fix memleaks and cleanup old revisions.
 
 *libxmlpp-2.24.1 (21 Dec 2008)
 



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

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

Index: libxmlpp-2.24.2.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.2.ebuild,v 1.1 2009/01/03 15:07:59 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-01-03 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-03 15:07 [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: ChangeLog libxmlpp-2.24.2.ebuild libxmlpp-2.24.0.ebuild libxmlpp-2.13.1.ebuild libxmlpp-2.20.0-r1.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