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.3.ebuild ChangeLog libgee-0.10.1.ebuild
Date: Thu, 01 Aug 2013 18:56:25
Message-Id: 20130801185510.6A7402171C@flycatcher.gentoo.org
1 pacho 13/08/01 18:55:10
2
3 Modified: ChangeLog
4 Added: libgee-0.10.3.ebuild
5 Removed: libgee-0.10.1.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.75 dev-libs/libgee/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.75&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?rev=1.75&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/ChangeLog?r1=1.74&r2=1.75
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v
21 retrieving revision 1.74
22 retrieving revision 1.75
23 diff -u -r1.74 -r1.75
24 --- ChangeLog 14 Jul 2013 19:37:06 -0000 1.74
25 +++ ChangeLog 1 Aug 2013 18:55:10 -0000 1.75
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.74 2013/07/14 19:37:06 pacho Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libgee/ChangeLog,v 1.75 2013/08/01 18:55:10 pacho Exp $
31 +
32 +*libgee-0.10.3 (01 Aug 2013)
33 +
34 + 01 Aug 2013; Pacho Ramos <pacho@g.o> +libgee-0.10.3.ebuild,
35 + -libgee-0.10.1.ebuild:
36 + Version bump, drop old
37
38 *libgee-0.10.2 (14 Jul 2013)
39
40
41
42
43 1.1 dev-libs/libgee/libgee-0.10.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libgee/libgee-0.10.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libgee-0.10.3.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.10.3.ebuild,v 1.1 2013/08/01 18:55:10 pacho 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.32: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 }