diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-06-28 22:02:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-06-28 22:29:35 +0200 |
commit | 81a46cff452ccbd16f1e5009028f9d1bb7114420 (patch) | |
tree | 8dbdd017f51cc881ca9617d3de111e8cc24889f5 /sys-apps | |
parent | sys-apps/accountsservice: Rekeyword on arm64 as it's not clear why new versio... (diff) | |
download | gentoo-81a46cff452ccbd16f1e5009028f9d1bb7114420.tar.gz gentoo-81a46cff452ccbd16f1e5009028f9d1bb7114420.tar.bz2 gentoo-81a46cff452ccbd16f1e5009028f9d1bb7114420.zip |
sys-apps/accountsservice: Drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/accountsservice/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/accountsservice/accountsservice-0.6.39.ebuild | 59 |
2 files changed, 0 insertions, 60 deletions
diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest index 3ee491ffddcc..06217c400948 100644 --- a/sys-apps/accountsservice/Manifest +++ b/sys-apps/accountsservice/Manifest @@ -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 index bcf9e857bf96..000000000000 --- a/sys-apps/accountsservice/accountsservice-0.6.39.ebuild +++ /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) -} |