* [gentoo-commits] proj/gnome:gnome-next commit in: sys-apps/accountsservice/
@ 2011-09-15 13:08 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-15 13:08 UTC (permalink / raw
To: gentoo-commits
commit: 173901c5d69d48e46dcc17c1d0fe4121f53f8ee0
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Thu Sep 15 12:55:35 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Sep 15 12:55:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=173901c5
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/accountsservice-0.6.13.ebuild,v 1.2 2011/09/05 19:54:39 maekke Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit eutils gnome2 systemd
+
+DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
+HOMEPAGE="http://www.fedoraproject.org/wiki/Features/UserAccountDialog"
+SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="+introspection"
+
+RDEPEND="
+ dev-libs/glib:2
+ dev-libs/dbus-glib
+ sys-auth/polkit
+
+ introspection? ( >=dev-libs/gobject-introspection-0.9.12 )"
+DEPEND="${RDEPEND}
+ dev-libs/libxslt
+ dev-util/pkgconfig
+ sys-devel/gettext
+ >=dev-util/intltool-0.40"
+
+# Documentaton doesn't validate
+RESTRICT="test"
+
+pkg_setup() {
+ # docbook docs don't validate, disable doc rebuild
+ G2CONF="${G2CONF}
+ --disable-static
+ --localstatedir=/var
+ --disable-docbook-docs
+ --disable-maintainer-mode
+ --disable-more-warnings
+ $(systemd_with_unitdir)
+ $(use_enable introspection)"
+ DOCS="AUTHORS NEWS README TODO"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: sys-apps/accountsservice/
@ 2011-09-19 5:43 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-19 5:43 UTC (permalink / raw
To: gentoo-commits
commit: 10ff7bf9f869e5f8215c9afb785ad6cc4991eeb4
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Mon Sep 19 05:41:43 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Mon Sep 19 05:41:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=10ff7bf9
sys-apps/accountsservice: 0.6.14 now in gx86
---
.../accountsservice/accountsservice-0.6.14.ebuild | 46 --------------------
1 files changed, 0 insertions(+), 46 deletions(-)
diff --git a/sys-apps/accountsservice/accountsservice-0.6.14.ebuild b/sys-apps/accountsservice/accountsservice-0.6.14.ebuild
deleted file mode 100644
index b718fac..0000000
--- a/sys-apps/accountsservice/accountsservice-0.6.14.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/accountsservice/accountsservice-0.6.13.ebuild,v 1.2 2011/09/05 19:54:39 maekke Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit eutils gnome2 systemd
-
-DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
-HOMEPAGE="http://www.fedoraproject.org/wiki/Features/UserAccountDialog"
-SRC_URI="http://www.freedesktop.org/software/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="+introspection"
-
-RDEPEND="
- dev-libs/glib:2
- dev-libs/dbus-glib
- sys-auth/polkit
-
- introspection? ( >=dev-libs/gobject-introspection-0.9.12 )"
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- dev-util/pkgconfig
- sys-devel/gettext
- >=dev-util/intltool-0.40"
-
-# Documentaton doesn't validate
-RESTRICT="test"
-
-pkg_setup() {
- # docbook docs don't validate, disable doc rebuild
- G2CONF="${G2CONF}
- --disable-static
- --localstatedir=/var
- --disable-docbook-docs
- --disable-maintainer-mode
- --disable-more-warnings
- $(systemd_with_unitdir)
- $(use_enable introspection)"
- DOCS="AUTHORS NEWS README TODO"
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-19 5:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-15 13:08 [gentoo-commits] proj/gnome:gnome-next commit in: sys-apps/accountsservice/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-09-19 5:43 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox