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-libs/libgee: metadata.xml ChangeLog libgee-0.5.2.ebuild
Date: Tue, 31 Aug 2010 21:48:08
Message-Id: 20100831214754.A13D020051@flycatcher.gentoo.org
1 eva 10/08/31 21:47:54
2
3 Modified: metadata.xml ChangeLog
4 Added: libgee-0.5.2.ebuild
5 Log:
6 Version bump. Bug fixes to a couple of classes.
7
8 (Portage version: 2.2_rc72/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 dev-libs/libgee/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 17 May 2009 22:33:55 -0000 1.1
24 +++ metadata.xml 31 Aug 2010 21:47:54 -0000 1.2
25 @@ -5,5 +5,9 @@
26 <longdescription lang="en">
27 libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures.
28 </longdescription>
29 +<use>
30 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
31 + for introspection</flag>
32 +</use>
33 </pkgmetadata>
34
35
36
37
38 1.12 dev-libs/libgee/ChangeLog
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.11&r2=1.12
43
44 Index: ChangeLog
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- ChangeLog 11 Aug 2010 17:05:27 -0000 1.11
51 +++ ChangeLog 31 Aug 2010 21:47:54 -0000 1.12
52 @@ -1,6 +1,12 @@
53 # ChangeLog for dev-libs/libgee
54 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.11 2010/08/11 17:05:27 josejx Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.12 2010/08/31 21:47:54 eva Exp $
57 +
58 +*libgee-0.5.2 (31 Aug 2010)
59 +
60 + 31 Aug 2010; Gilles Dartiguelongue <eva@g.o> +libgee-0.5.2.ebuild,
61 + metadata.xml:
62 + Version bump. Bug fixes to a couple of classes.
63
64 11 Aug 2010; Joseph Jezak <josejx@g.o> libgee-0.5.1-r1.ebuild:
65 Marked ~ppc for bug #296794.
66
67
68
69 1.1 dev-libs/libgee/libgee-0.5.2.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.5.2.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.5.2.ebuild?rev=1.1&content-type=text/plain
73
74 Index: libgee-0.5.2.ebuild
75 ===================================================================
76 # Copyright 1999-2010 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.5.2.ebuild,v 1.1 2010/08/31 21:47:54 eva Exp $
79
80 inherit gnome2 multilib
81
82 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
83 HOMEPAGE="http://live.gnome.org/Libgee"
84
85 LICENSE="LGPL-2.1"
86 SLOT="0"
87 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
88 IUSE="introspection"
89
90 RDEPEND=">=dev-libs/glib-2.12
91 introspection? ( >=dev-libs/gobject-introspection-0.9 )"
92 DEPEND="${RDEPEND}
93 dev-lang/vala
94 dev-util/pkgconfig"
95
96 DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
97
98 src_install() {
99 gnome2_src_install
100 find "${D}" -name "*.la" -delete || die
101 }