Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sys-apps/accountsservice/
Date: Fri, 25 Feb 2011 19:42:11
Message-Id: d976ce347e0ce530984e54aebc4ef6a433c0dbc7.nirbheek@gentoo
1 commit: d976ce347e0ce530984e54aebc4ef6a433c0dbc7
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 25 02:16:16 2011 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 25 19:41:54 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d976ce34
7
8 sys-apps/accountsservice: 0.6.1 -> 0.6.4
9
10 ---
11 ...e-0.6.1.ebuild => accountsservice-0.6.4.ebuild} | 17 +++++++++++------
12 1 files changed, 11 insertions(+), 6 deletions(-)
13
14 diff --git a/sys-apps/accountsservice/accountsservice-0.6.1.ebuild b/sys-apps/accountsservice/accountsservice-0.6.4.ebuild
15 similarity index 69%
16 rename from sys-apps/accountsservice/accountsservice-0.6.1.ebuild
17 rename to sys-apps/accountsservice/accountsservice-0.6.4.ebuild
18 index 9d284f1..f5fea2f 100644
19 --- a/sys-apps/accountsservice/accountsservice-0.6.1.ebuild
20 +++ b/sys-apps/accountsservice/accountsservice-0.6.4.ebuild
21 @@ -7,20 +7,20 @@ EAPI="3"
22 inherit gnome2
23
24 DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
25 -# Let's not even talk about why a GNOME dependency is hosted on fedora space.
26 HOMEPAGE="http://www.fedoraproject.org/wiki/Features/UserAccountDialog"
27 -SRC_URI="http://mclasen.fedorapeople.org/accounts/${P}.tar.bz2"
28 -# ... yes I know the git repo is at http://cgit.freedesktop.org/accountsservice/
29 +SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.bz2"
30
31 LICENSE="GPL-3"
32 SLOT="0"
33 KEYWORDS="~amd64 ~x86"
34 -IUSE="debug doc"
35 +IUSE="doc +introspection"
36
37 RDEPEND="
38 dev-libs/glib:2
39 dev-libs/dbus-glib
40 - sys-auth/polkit"
41 + sys-auth/polkit
42 +
43 + introspection? ( >=dev-libs/gobject-introspection-0.9.12 )"
44 DEPEND="${RDEPEND}
45 dev-libs/libxslt
46 dev-util/pkgconfig
47 @@ -32,10 +32,15 @@ DEPEND="${RDEPEND}
48
49 doc? ( app-text/xmlto )"
50
51 +# Documentaton doesn't validate
52 +RESTRICT="test"
53 +
54 pkg_setup() {
55 # Can configure systemdsystemunitdir
56 G2CONF="${G2CONF}
57 --disable-maintainer-mode
58 - $(use_enable doc docbook-docs)"
59 + --disable-more-warnings
60 + $(use_enable doc docbook-docs)
61 + $(use_enable introspection)"
62 DOCS="AUTHORS NEWS README TODO"
63 }