sys-apps/accountsservice: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 28 Jun 2016 20:02:49 +0000 (22:02 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 28 Jun 2016 20:29:35 +0000 (22:29 +0200)
Package-Manager: portage-2.3.0_rc1

sys-apps/accountsservice/Manifest
sys-apps/accountsservice/accountsservice-0.6.39.ebuild [deleted file]

index 3ee491ffddcc1cdfacf1f152a2f9d0c677c94f65..06217c4009482eabb81bc3a4de807658ffaba00c 100644 (file)
@@ -1,2 +1 @@
-DIST accountsservice-0.6.39.tar.xz 367648 SHA256 f938a3d517ddd44c7605b49f11028198071906e0fde96f22c7e16d1eb275335d SHA512 b72f2edf95b7df5b38c75fbe4be2581384f7ff3631248a9fd2a523a13638e2c9c8933f195b8991a7138a556786531258b00878dc1a68863b616d2d2a17cbcf33 WHIRLPOOL 34b199ea220a8a34743ded82fba37b1ce90f7aafc9b7c1eb5988ef772d5d1f4d5283267327370d5a26966cc5370549323ffd2a9645bead9700b1a53dd5afe9bf
 DIST accountsservice-0.6.40.tar.xz 367772 SHA256 f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b SHA512 da12a97ca9a2eb69d978fd3b5f46e8dd2e2f3e6f57db027e0b8c8c583c715d45f105c9ddcd1a2a1c4a2f4bfce672431e601a7cd0f063b31675fd6f13b6cb4ef8 WHIRLPOOL 3a12f5e5e68f3b21ec1347a9e1677b8eee10818ced138e35a3b1f61d8814a6af5ad50aed352a0fcbec819d8271c46c8db2e93ea0c7ccbbb5672f0f7e7e4786be
diff --git a/sys-apps/accountsservice/accountsservice-0.6.39.ebuild b/sys-apps/accountsservice/accountsservice-0.6.39.ebuild
deleted file mode 100644 (file)
index bcf9e85..0000000
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit eutils gnome2 systemd
-
-DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
-HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/"
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
-
-IUSE="doc +introspection selinux systemd"
-
-CDEPEND="
-       >=dev-libs/glib-2.37.3:2
-       sys-auth/polkit
-       introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
-       systemd? ( >=sys-apps/systemd-186:0= )
-       !systemd? ( sys-auth/consolekit )
-"
-DEPEND="${CDEPEND}
-       dev-libs/libxslt
-       dev-util/gdbus-codegen
-       >=dev-util/gtk-doc-am-1.15
-       >=dev-util/intltool-0.40
-       sys-devel/gettext
-       virtual/pkgconfig
-       doc? (
-               app-text/docbook-xml-dtd:4.1.2
-               app-text/xmlto )
-"
-RDEPEND="${CDEPEND}
-       selinux? ( sec-policy/selinux-accountsd )
-"
-
-src_prepare() {
-       epatch "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       gnome2_src_configure \
-               --disable-static \
-               --disable-more-warnings \
-               --localstatedir="${EPREFIX}"/var \
-               --docdir="${EPREFIX}"/usr/share/doc/${PF} \
-               --enable-admin-group="wheel" \
-               $(use_enable doc docbook-docs) \
-               $(use_enable introspection) \
-               $(use_enable systemd) \
-               $(systemd_with_unitdir)
-}