diff options
author | 2017-10-30 17:53:24 +0200 | |
---|---|---|
committer | 2017-10-30 18:55:28 +0200 | |
commit | 0d28caf0623797b3716c4a4317ec0d94795010ce (patch) | |
tree | 34481cff371fa2a4e86477186116a71b34dd341e /sys-apps | |
parent | net-dns/pdns-recursor: Version bump (diff) | |
download | gentoo-0d28caf0623797b3716c4a4317ec0d94795010ce.tar.gz gentoo-0d28caf0623797b3716c4a4317ec0d94795010ce.tar.bz2 gentoo-0d28caf0623797b3716c4a4317ec0d94795010ce.zip |
sys-apps/accountsservice: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/accountsservice/accountsservice-0.6.43.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/sys-apps/accountsservice/accountsservice-0.6.43.ebuild b/sys-apps/accountsservice/accountsservice-0.6.43.ebuild deleted file mode 100644 index 86a4a8472f8d..000000000000 --- a/sys-apps/accountsservice/accountsservice-0.6.43.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit 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 ) -" - -PATCHES=( - "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch" -) - -src_configure() { - gnome2_src_configure \ - --disable-static \ - --disable-more-warnings \ - --localstatedir="${EPREFIX}"/var \ - --enable-admin-group="wheel" \ - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \ - $(use_enable doc docbook-docs) \ - $(use_enable introspection) \ - $(use_enable systemd) -} |