Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/libxmlpp: ChangeLog libxmlpp-2.20.0-r1.ebuild libxmlpp-2.20.0.ebuild
Date: Tue, 30 Oct 2007 11:22:21
Message-Id: E1ImpAh-0004LF-KE@stork.gentoo.org
1 remi 07/10/30 11:22:11
2
3 Modified: ChangeLog
4 Added: libxmlpp-2.20.0-r1.ebuild
5 Removed: libxmlpp-2.20.0.ebuild
6 Log:
7 dev-cpp/libxmlpp: remove sed command on .pc file, upstream file is correct
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.61 dev-cpp/libxmlpp/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.61&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?rev=1.61&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/ChangeLog?r1=1.60&r2=1.61
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v
20 retrieving revision 1.60
21 retrieving revision 1.61
22 diff -u -r1.60 -r1.61
23 --- ChangeLog 14 Oct 2007 23:16:31 -0000 1.60
24 +++ ChangeLog 30 Oct 2007 11:22:11 -0000 1.61
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-cpp/libxmlpp
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.60 2007/10/14 23:16:31 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/ChangeLog,v 1.61 2007/10/30 11:22:11 remi Exp $
30 +
31 +*libxmlpp-2.20.0-r1 (30 Oct 2007)
32 +
33 + 30 Oct 2007; RĂ©mi Cardona <remi@g.o> -libxmlpp-2.20.0.ebuild,
34 + +libxmlpp-2.20.0-r1.ebuild:
35 + remove sed command on .pc file, upstream file is correct (fixes Gentoo bug
36 + #197302 and Gnome bug #491191)
37
38 *libxmlpp-2.20.0 (14 Oct 2007)
39
40
41
42
43 1.1 dev-cpp/libxmlpp/libxmlpp-2.20.0-r1.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.20.0-r1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.20.0-r1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libxmlpp-2.20.0-r1.ebuild
49 ===================================================================
50 # Copyright 1999-2007 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/libxmlpp/libxmlpp-2.20.0-r1.ebuild,v 1.1 2007/10/30 11:22:11 remi Exp $
53
54 inherit gnome2 eutils
55
56 MY_PN="${PN/pp/++}"
57 MY_P="${MY_PN}-${PV}"
58 S="${WORKDIR}/${MY_P}"
59
60 DESCRIPTION="C++ wrapper for the libxml2 XML parser library"
61 HOMEPAGE="http://libxmlplusplus.sourceforge.net/"
62 SRC_URI="mirror://gnome/sources/libxml++/${PV%.*}/${MY_P}.tar.bz2"
63
64 LICENSE="LGPL-2.1"
65 SLOT="2.6"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
67 IUSE="doc"
68
69 RDEPEND=">=dev-libs/libxml2-2.6.1
70 >=dev-cpp/glibmm-2.4"
71
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 MAKEOPTS="${MAKEOPTS} -j1"
76 DOCS="AUTHORS ChangeLog NEWS README*"
77
78 src_unpack() {
79 gnome2_src_unpack
80
81 # don't waste time building the examples
82 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
83 die "sed Makefile.in failed"
84 }
85
86 src_install() {
87 gnome2_src_install
88
89 rm -fr "${D}"/usr/share/doc/libxml++*
90 use doc && dohtml docs/reference/${PV%.*}/html/*
91 }
92
93
94
95 --
96 gentoo-commits@g.o mailing list