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.12.0.ebuild ChangeLog libgee-0.10.4.ebuild
Date: Mon, 23 Dec 2013 23:00:08
Message-Id: 20131223230004.2752F2004C@flycatcher.gentoo.org
1 eva 13/12/23 23:00:04
2
3 Modified: ChangeLog
4 Added: libgee-0.12.0.ebuild
5 Removed: libgee-0.10.4.ebuild
6 Log:
7 Version bump for Gnome 3.10. Clean up old revision.
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C6085806)
10
11 Revision Changes Path
12 1.80 dev-libs/libgee/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.80&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.80&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.79&r2=1.80
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
21 retrieving revision 1.79
22 retrieving revision 1.80
23 diff -u -r1.79 -r1.80
24 --- ChangeLog 8 Dec 2013 18:02:12 -0000 1.79
25 +++ ChangeLog 23 Dec 2013 23:00:03 -0000 1.80
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/libgee
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.79 2013/12/08 18:02:12 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.80 2013/12/23 23:00:03 eva Exp $
31 +
32 +*libgee-0.12.0 (23 Dec 2013)
33 +
34 + 23 Dec 2013; Gilles Dartiguelongue <eva@g.o> -libgee-0.10.4.ebuild,
35 + +libgee-0.12.0.ebuild:
36 + Version bump for Gnome 3.10. Clean up old revision.
37
38 08 Dec 2013; Pacho Ramos <pacho@g.o> libgee-0.10.5.ebuild,
39 libgee-0.6.8.ebuild:
40
41
42
43 1.1 dev-libs/libgee/libgee-0.12.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.12.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.12.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libgee-0.12.0.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.12.0.ebuild,v 1.1 2013/12/23 23:00:03 eva Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
60 HOMEPAGE="https://wiki.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.36:2
70 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
71 "
72 DEPEND="${RDEPEND}
73 virtual/pkgconfig
74 "
75
76 src_configure() {
77 DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
78 gnome2_src_configure \
79 $(use_enable introspection)
80 VALAC="$(type -P false)"
81 }