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: ChangeLog libgee-0.2.0.ebuild libgee-0.1.5.ebuild
Date: Sun, 02 Aug 2009 21:26:30
Message-Id: E1MXiZX-00087o-W6@stork.gentoo.org
1 eva 09/08/02 21:26:27
2
3 Modified: ChangeLog
4 Added: libgee-0.2.0.ebuild
5 Removed: libgee-0.1.5.ebuild
6 Log:
7 Version bump. Generate GIR file.
8 (Portage version: 2.2_rc33/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-libs/libgee/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 23 Jul 2009 23:02:43 -0000 1.2
24 +++ ChangeLog 2 Aug 2009 21:26:27 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-libs/libgee
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.2 2009/07/23 23:02:43 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.3 2009/08/02 21:26:27 eva Exp $
30 +
31 +*libgee-0.2.0 (02 Aug 2009)
32 +
33 + 02 Aug 2009; Gilles Dartiguelongue <eva@g.o> -libgee-0.1.5.ebuild,
34 + +libgee-0.2.0.ebuild:
35 + Version bump. Generate GIR file.
36
37 *libgee-0.1.6 (23 Jul 2009)
38
39
40
41
42 1.1 dev-libs/libgee/libgee-0.2.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgee/libgee-0.2.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libgee/libgee-0.2.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libgee-0.2.0.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.2.0.ebuild,v 1.1 2009/08/02 21:26:27 eva Exp $
52
53 inherit gnome2
54
55 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
56 HOMEPAGE="http://live.gnome.org/Libgee"
57
58 LICENSE="LGPL-2.1"
59 SLOT="0"
60 KEYWORDS="~amd64 ~arm ~x86"
61 IUSE=""
62
63 RDEPEND=">=dev-libs/glib-2.12"
64 DEPEND="${RDEPEND}
65 dev-lang/vala
66 dev-util/pkgconfig"