From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R4Bgi-0005YI-W3 for garchives@archives.gentoo.org; Thu, 15 Sep 2011 13:09:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFAC321C03B; Thu, 15 Sep 2011 13:08:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A80D121C03B for ; Thu, 15 Sep 2011 13:08:59 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CEF421B401D for ; Thu, 15 Sep 2011 13:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3552980044 for ; Thu, 15 Sep 2011 13:08:58 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <173901c5d69d48e46dcc17c1d0fe4121f53f8ee0.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: sys-apps/accountsservice/ X-VCS-Repository: proj/gnome X-VCS-Files: sys-apps/accountsservice/accountsservice-0.6.14.ebuild X-VCS-Directories: sys-apps/accountsservice/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 173901c5d69d48e46dcc17c1d0fe4121f53f8ee0 Date: Thu, 15 Sep 2011 13:08:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6baba0e84231c1bf5dec6b6791ec2b11 commit: 173901c5d69d48e46dcc17c1d0fe4121f53f8ee0 Author: Alexandre Rostovtsev gmail com> AuthorDate: Thu Sep 15 12:55:35 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Thu Sep 15 12:55:35 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D173901c5 sys-apps/accountsservice: add 0.6.14 Needed for fast user switching with gnome-shell-3.1.x and gdm-3.1.x. --- .../accountsservice/accountsservice-0.6.14.ebuild | 46 ++++++++++++++= ++++++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/sys-apps/accountsservice/accountsservice-0.6.14.ebuild b/sys= -apps/accountsservice/accountsservice-0.6.14.ebuild new file mode 100644 index 0000000..b718fac --- /dev/null +++ b/sys-apps/accountsservice/accountsservice-0.6.14.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsserv= ice-0.6.13.ebuild,v 1.2 2011/09/05 19:54:39 maekke Exp $ + +EAPI=3D"4" +GCONF_DEBUG=3D"no" +GNOME2_LA_PUNT=3D"yes" + +inherit eutils gnome2 systemd + +DESCRIPTION=3D"D-Bus interfaces for querying and manipulating user accou= nt information" +HOMEPAGE=3D"http://www.fedoraproject.org/wiki/Features/UserAccountDialog= " +SRC_URI=3D"http://www.freedesktop.org/software/${PN}/${P}.tar.xz" + +LICENSE=3D"GPL-3" +SLOT=3D"0" +KEYWORDS=3D"~amd64 ~arm ~x86" +IUSE=3D"+introspection" + +RDEPEND=3D" + dev-libs/glib:2 + dev-libs/dbus-glib + sys-auth/polkit + + introspection? ( >=3Ddev-libs/gobject-introspection-0.9.12 )" +DEPEND=3D"${RDEPEND} + dev-libs/libxslt + dev-util/pkgconfig + sys-devel/gettext + >=3Ddev-util/intltool-0.40" + +# Documentaton doesn't validate +RESTRICT=3D"test" + +pkg_setup() { + # docbook docs don't validate, disable doc rebuild + G2CONF=3D"${G2CONF} + --disable-static + --localstatedir=3D/var + --disable-docbook-docs + --disable-maintainer-mode + --disable-more-warnings + $(systemd_with_unitdir) + $(use_enable introspection)" + DOCS=3D"AUTHORS NEWS README TODO" +}