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