Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: libxmlpp-2.36.0.ebuild ChangeLog
Date: Sat, 24 Nov 2012 19:14:35
Message-Id: 20121124191424.261AF20C65@flycatcher.gentoo.org
1 eva 12/11/24 19:14:24
2
3 Modified: ChangeLog
4 Added: libxmlpp-2.36.0.ebuild
5 Log:
6 Version bump. Bump to EAPI 5. Examples are now tests as well and handled accordingly.
7
8 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.122 dev-cpp/libxmlpp/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.122&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.122&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?r1=1.121&r2=1.122
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
20 retrieving revision 1.121
21 retrieving revision 1.122
22 diff -u -r1.121 -r1.122
23 --- ChangeLog 4 May 2012 03:44:56 -0000 1.121
24 +++ ChangeLog 24 Nov 2012 19:14:24 -0000 1.122
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-cpp/libxmlpp
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.121 2012/05/04 03:44:56 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.122 2012/11/24 19:14:24 eva Exp $
30 +
31 +*libxmlpp-2.36.0 (24 Nov 2012)
32 +
33 + 24 Nov 2012; Gilles Dartiguelongue <eva@g.o> +libxmlpp-2.36.0.ebuild:
34 + Version bump. Bump to EAPI 5. Examples are now tests as well and handled
35 + accordingly.
36
37 04 May 2012; Jeff Horelick <jdhore@g.o> libxmlpp-1.0.5.ebuild,
38 libxmlpp-2.34.2.ebuild:
39
40
41
42 1.1 dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libxmlpp-2.36.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.36.0.ebuild,v 1.1 2012/11/24 19:14:24 eva Exp $
52
53 EAPI="5"
54 GCONF_DEBUG="no"
55 GNOME2_LA_PUNT="yes"
56 GNOME_ORG_MODULE="${PN/pp/++}"
57
58 inherit gnome2
59
60 DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
61 HOMEPAGE="http://libxmlplusplus.sourceforge.net/"
62
63 LICENSE="LGPL-2.1"
64 SLOT="2.6"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
66 IUSE="doc test"
67
68 RDEPEND=">=dev-libs/libxml2-2.7.3
69 >=dev-cpp/glibmm-2.32"
70 DEPEND="${RDEPEND}
71 virtual/pkgconfig"
72
73 src_prepare() {
74 DOCS="AUTHORS ChangeLog NEWS README*"
75 G2CONF="${G2CONF} $(use_enable doc documentation)"
76
77 gnome2_src_prepare
78 }
79
80 src_install() {
81 gnome2_src_install
82
83 rm -fr "${ED}"usr/share/doc/libxml++*
84 use doc && dohtml docs/reference/html/*
85 }