diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-08-16 23:59:14 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-08-16 23:59:14 +0200 |
commit | ce92c0991240a65a33eebc591c5cf712814f30d1 (patch) | |
tree | af0311af59b9b0d0b4e36d03e89c003456c61d0c /sys-apps | |
parent | tweak (diff) | |
download | keruspe-ce92c0991240a65a33eebc591c5cf712814f30d1.tar.gz keruspe-ce92c0991240a65a33eebc591c5cf712814f30d1.tar.bz2 keruspe-ce92c0991240a65a33eebc591c5cf712814f30d1.zip |
in ::gnome
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/accountsservice/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/accountsservice/accountsservice-0.6.13.ebuild | 45 |
2 files changed, 0 insertions, 47 deletions
diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest deleted file mode 100644 index 8c0dc4cf..00000000 --- a/sys-apps/accountsservice/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD accountsservice-0.6.13.ebuild 1063 RMD160 b569098b264d3a2140393e5f71af36c8e6ff6674 SHA1 571659f3605a112077586ce2d0522fe62899d7d0 SHA256 785cdc9702af28583fad95277694ce0f27eb9f20b01ecc27740ee2a6ca9d581f -DIST accountsservice-0.6.13.tar.xz 285196 RMD160 b5f11ea5afce6eecb4daa2d3b628562cc9b27bc6 SHA1 87c8c4e5b79c97ef47a92f07d825dfc823d07ff9 SHA256 c385ae9c0af9fae16348408563845cf7a0d5d4bfb6279ba02fbb9d915f71a943 diff --git a/sys-apps/accountsservice/accountsservice-0.6.13.ebuild b/sys-apps/accountsservice/accountsservice-0.6.13.ebuild deleted file mode 100644 index 7ade1496..00000000 --- a/sys-apps/accountsservice/accountsservice-0.6.13.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="3" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" -inherit 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 ~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" -} |