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.8.2.ebuild
Date: Wed, 21 Nov 2012 23:27:57
Message-Id: 20121121232746.EB93C20C65@flycatcher.gentoo.org
1 eva 12/11/21 23:27:46
2
3 Modified: ChangeLog
4 Added: libgee-0.8.2.ebuild
5 Log:
6 Version bump.
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.55 dev-libs/libgee/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.55&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.55&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.54&r2=1.55
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
20 retrieving revision 1.54
21 retrieving revision 1.55
22 diff -u -r1.54 -r1.55
23 --- ChangeLog 21 Nov 2012 23:19:05 -0000 1.54
24 +++ ChangeLog 21 Nov 2012 23:27:46 -0000 1.55
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libgee
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.54 2012/11/21 23:19:05 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.55 2012/11/21 23:27:46 eva Exp $
30 +
31 +*libgee-0.8.2 (21 Nov 2012)
32 +
33 + 21 Nov 2012; Gilles Dartiguelongue <eva@g.o> +libgee-0.8.2.ebuild:
34 + Version bump.
35
36 *libgee-0.6.6.1 (21 Nov 2012)
37
38
39
40
41 1.1 dev-libs/libgee/libgee-0.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgee-0.8.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.8.2.ebuild,v 1.1 2012/11/21 23:27:46 eva Exp $
51
52 EAPI="4"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55 VALA_MIN_API_VERSION="0.18"
56
57 inherit gnome2 multilib vala
58
59 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures."
60 HOMEPAGE="http://live.gnome.org/Libgee"
61
62 LICENSE="LGPL-2.1+"
63 SLOT="0.8"
64 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
65 IUSE="+introspection"
66
67 # FIXME: add doc support, requires valadoc
68 RDEPEND="
69 >=dev-libs/glib-2.12:2
70 introspection? ( >=dev-libs/gobject-introspection-0.9.6 )"
71 DEPEND="${RDEPEND}
72 virtual/pkgconfig
73 >=dev-lang/vala-0.17.5
74 $(vala_depend)"
75
76 DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
77
78 src_configure() {
79 G2CONF="${G2CONF} $(use_enable introspection)"
80 gnome2_src_configure
81 }
82
83 src_prepare() {
84 vala_src_prepare
85 gnome2_src_prepare
86 }