Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/gnome-online-accounts: metadata.xml ChangeLog gnome-online-accounts-3.2.1.ebuild
Date: Sat, 29 Oct 2011 05:57:12
Message-Id: 20111029055703.424762004B@flycatcher.gentoo.org
1 tetromino 11/10/29 05:57:03
2
3 Added: metadata.xml ChangeLog
4 gnome-online-accounts-3.2.1.ebuild
5 Log:
6 New ebuild from the gnome overlay, needed for gnome-3.2.
7
8 (Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.1 net-libs/gnome-online-accounts/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>gnome</herd>
22 <use>
23 <flag name="introspection">Use <pkg>gnome-base/gnome-control-center</pkg>
24 to set GNOME online accounts preferences</flag>
25 <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
26 for introspection</flag>
27 </use>
28 </pkgmetadata>
29
30
31
32 1.1 net-libs/gnome-online-accounts/ChangeLog
33
34 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog?rev=1.1&content-type=text/plain
36
37 Index: ChangeLog
38 ===================================================================
39 # ChangeLog for net-libs/gnome-online-accounts
40 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
41 # $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/ChangeLog,v 1.1 2011/10/29 05:57:03 tetromino Exp $
42
43 *gnome-online-accounts-3.2.1 (29 Oct 2011)
44
45 29 Oct 2011; Alexandre Rostovtsev <tetromino@g.o>
46 +gnome-online-accounts-3.2.1.ebuild, +metadata.xml:
47 New ebuild from the gnome overlay, needed for gnome-3.2.
48
49
50
51
52 1.1 net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild?rev=1.1&content-type=text/plain
56
57 Index: gnome-online-accounts-3.2.1.ebuild
58 ===================================================================
59 # Copyright 1999-2011 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 # $Header: /var/cvsroot/gentoo-x86/net-libs/gnome-online-accounts/gnome-online-accounts-3.2.1.ebuild,v 1.1 2011/10/29 05:57:03 tetromino Exp $
62
63 EAPI="4"
64 GNOME2_LA_PUNT="yes"
65
66 inherit gnome2
67
68 DESCRIPTION="GNOME framework for accessing online accounts"
69 HOMEPAGE="http://www.gnome.org/"
70
71 LICENSE="LGPL-2"
72 SLOT="0"
73 IUSE="doc gnome +introspection"
74 KEYWORDS="~amd64 ~x86"
75
76 # pango used in goaeditablelabel
77 # libsoup used in goaoauthprovider
78 # Require {glib,gdbus-codegen}-2.30.0 due to GDBus API changes between 2.29.92
79 # and 2.30.0
80 RDEPEND="
81 >=dev-libs/glib-2.30.0:2
82 dev-libs/json-glib
83 gnome-base/libgnome-keyring
84 net-libs/libsoup:2.4
85 >=net-libs/libsoup-gnome-2.26:2.4
86 net-libs/rest:0.7
87 net-libs/webkit-gtk:3
88 >=x11-libs/gtk+-3.0.0:3
89 >=x11-libs/libnotify-0.7
90 x11-libs/pango
91
92 introspection? ( >=dev-libs/gobject-introspection-0.6.2 )"
93 # goa-daemon can launch gnome-control-center
94 PDEPEND="gnome? ( >=gnome-base/gnome-control-center-3.2 )"
95 DEPEND="${RDEPEND}
96 dev-libs/libxslt
97 >=dev-util/gdbus-codegen-2.30.0
98 dev-util/intltool
99 sys-devel/gettext
100
101 doc? ( >=dev-util/gtk-doc-1.3 )"
102
103 pkg_setup() {
104 G2CONF="${G2CONF}
105 --disable-static"
106 DOCS="NEWS" # README is empty
107 }