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.5.ebuild
Date: Sat, 30 Mar 2013 21:56:06
Message-Id: 20130330215602.9A7BF2171D@flycatcher.gentoo.org
1 eva 13/03/30 21:56:02
2
3 Modified: ChangeLog
4 Added: libgee-0.8.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key C6085806)
9
10 Revision Changes Path
11 1.68 dev-libs/libgee/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 30 Mar 2013 21:53:38 -0000 1.67
24 +++ ChangeLog 30 Mar 2013 21:56:02 -0000 1.68
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-libs/libgee
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.67 2013/03/30 21:53:38 eva Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.68 2013/03/30 21:56:02 eva Exp $
30 +
31 +*libgee-0.8.5 (30 Mar 2013)
32 +
33 + 30 Mar 2013; Gilles Dartiguelongue <eva@g.o> +libgee-0.8.5.ebuild:
34 + Version bump.
35
36 *libgee-0.6.8 (30 Mar 2013)
37
38
39
40
41 1.1 dev-libs/libgee/libgee-0.8.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.8.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libgee-0.8.5.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.5.ebuild,v 1.1 2013/03/30 21:56:02 eva Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 VALA_MIN_API_VERSION="0.18"
55
56 inherit gnome2 multilib vala
57
58 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
59 HOMEPAGE="https://live.gnome.org/Libgee"
60
61 LICENSE="LGPL-2.1+"
62 SLOT="0.8"
63 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
64 IUSE="+introspection"
65
66 # FIXME: add doc support, requires valadoc
67 RDEPEND="
68 >=dev-libs/glib-2.12:2
69 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )"
70 DEPEND="${RDEPEND}
71 virtual/pkgconfig
72 $(vala_depend)"
73
74 src_configure() {
75 DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
76 gnome2_src_configure $(use_enable introspection)
77 }