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/gdl: gdl-3.10.0.ebuild ChangeLog gdl-3.8.0.ebuild gdl-3.4.2.ebuild
Date: Tue, 24 Dec 2013 15:45:02
Message-Id: 20131224154457.C00ED2004C@flycatcher.gentoo.org
1 pacho 13/12/24 15:44:57
2
3 Modified: ChangeLog
4 Added: gdl-3.10.0.ebuild
5 Removed: gdl-3.8.0.ebuild gdl-3.4.2.ebuild
6 Log:
7 Version bump for Gnome 3.10, drop old
8
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.98 dev-libs/gdl/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.98&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?rev=1.98&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/ChangeLog?r1=1.97&r2=1.98
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v
21 retrieving revision 1.97
22 retrieving revision 1.98
23 diff -u -r1.97 -r1.98
24 --- ChangeLog 22 Dec 2013 15:49:35 -0000 1.97
25 +++ ChangeLog 24 Dec 2013 15:44:57 -0000 1.98
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-libs/gdl
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.97 2013/12/22 15:49:35 jer Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gdl/ChangeLog,v 1.98 2013/12/24 15:44:57 pacho Exp $
31 +
32 +*gdl-3.10.0 (24 Dec 2013)
33 +
34 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gdl-3.10.0.ebuild,
35 + -gdl-3.4.2.ebuild, -gdl-3.8.0.ebuild:
36 + Version bump for Gnome 3.10, drop old
37
38 22 Dec 2013; Jeroen Roovers <jer@g.o> gdl-3.8.1.ebuild:
39 Stable for HPPA (bug #478252).
40
41
42
43 1.1 dev-libs/gdl/gdl-3.10.0.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.10.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gdl/gdl-3.10.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: gdl-3.10.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/gdl/gdl-3.10.0.ebuild,v 1.1 2013/12/24 15:44:57 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56
57 inherit gnome2
58
59 DESCRIPTION="GNOME docking library"
60 HOMEPAGE="https://developer.gnome.org/gdl/"
61
62 LICENSE="LGPL-2.1+"
63 SLOT="3/5" # subslot = libgdl-3 soname version
64 IUSE="+introspection"
65 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
66
67 RDEPEND="
68 dev-libs/glib:2
69 >=x11-libs/gtk+-3.0.0:3[introspection?]
70 >=dev-libs/libxml2-2.4:2
71 introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
72 "
73 DEPEND="${RDEPEND}
74 >=dev-util/gtk-doc-am-1.4
75 >=dev-util/intltool-0.40.4
76 virtual/pkgconfig
77 "
78
79 src_configure() {
80 DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
81 gnome2_src_configure $(use_enable introspection)
82 }