Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libgee: libgee-0.10.5.ebuild ChangeLog libgee-0.10.2.ebuild libgee-0.10.3.ebuild libgee-0.8.5.ebuild
Date: Sat, 28 Sep 2013 20:34:36
Message-Id: 20130928203430.C8C572004C@flycatcher.gentoo.org
1 pacho 13/09/28 20:34:30
2
3 Modified: ChangeLog
4 Added: libgee-0.10.5.ebuild
5 Removed: libgee-0.10.2.ebuild libgee-0.10.3.ebuild
6 libgee-0.8.5.ebuild
7 Log:
8 Version bump, drop old
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.77 dev-libs/libgee/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.77&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.77&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.76&r2=1.77
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
22 retrieving revision 1.76
23 retrieving revision 1.77
24 diff -u -r1.76 -r1.77
25 --- ChangeLog 25 Aug 2013 18:37:15 -0000 1.76
26 +++ ChangeLog 28 Sep 2013 20:34:30 -0000 1.77
27 @@ -1,6 +1,12 @@
28 # ChangeLog for dev-libs/libgee
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.76 2013/08/25 18:37:15 eva Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.77 2013/09/28 20:34:30 pacho Exp $
32 +
33 +*libgee-0.10.5 (28 Sep 2013)
34 +
35 + 28 Sep 2013; Pacho Ramos <pacho@g.o> +libgee-0.10.5.ebuild,
36 + -libgee-0.10.2.ebuild, -libgee-0.10.3.ebuild, -libgee-0.8.5.ebuild:
37 + Version bump, drop old
38
39 *libgee-0.10.4 (25 Aug 2013)
40
41
42
43
44 1.1 dev-libs/libgee/libgee-0.10.5.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libgee-0.10.5.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/libgee-0.10.5.ebuild,v 1.1 2013/09/28 20:34:30 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57
58 inherit gnome2
59
60 DESCRIPTION="GObject-based interfaces and classes for commonly used data structures"
61 HOMEPAGE="https://wiki.gnome.org/Libgee"
62
63 LICENSE="LGPL-2.1+"
64 SLOT="0.8"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-linux"
66 IUSE="+introspection"
67
68 # FIXME: add doc support, requires valadoc
69 RDEPEND="
70 >=dev-libs/glib-2.32:2
71 introspection? ( >=dev-libs/gobject-introspection-0.9.6:= )
72 "
73 DEPEND="${RDEPEND}
74 virtual/pkgconfig
75 "
76
77 src_configure() {
78 DOCS="AUTHORS ChangeLog* MAINTAINERS NEWS README"
79 gnome2_src_configure \
80 $(use_enable introspection)
81 VALAC="$(type -P false)"
82 }