Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/
Date: Mon, 30 Oct 2017 17:06:18
Message-Id: 1509382528.0d28caf0623797b3716c4a4317ec0d94795010ce.leio@gentoo
1 commit: 0d28caf0623797b3716c4a4317ec0d94795010ce
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 30 15:53:24 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 30 16:55:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d28caf0
7
8 sys-apps/accountsservice: remove old
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.2
11
12 .../accountsservice/accountsservice-0.6.43.ebuild | 53 ----------------------
13 1 file changed, 53 deletions(-)
14
15 diff --git a/sys-apps/accountsservice/accountsservice-0.6.43.ebuild b/sys-apps/accountsservice/accountsservice-0.6.43.ebuild
16 deleted file mode 100644
17 index 86a4a8472f8..00000000000
18 --- a/sys-apps/accountsservice/accountsservice-0.6.43.ebuild
19 +++ /dev/null
20 @@ -1,53 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -inherit gnome2 systemd
26 -
27 -DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
28 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/"
29 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
30 -
31 -LICENSE="GPL-3+"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
34 -
35 -IUSE="doc +introspection selinux systemd"
36 -
37 -CDEPEND="
38 - >=dev-libs/glib-2.37.3:2
39 - sys-auth/polkit
40 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
41 - systemd? ( >=sys-apps/systemd-186:0= )
42 - !systemd? ( sys-auth/consolekit )
43 -"
44 -DEPEND="${CDEPEND}
45 - dev-libs/libxslt
46 - dev-util/gdbus-codegen
47 - >=dev-util/gtk-doc-am-1.15
48 - >=dev-util/intltool-0.40
49 - sys-devel/gettext
50 - virtual/pkgconfig
51 - doc? (
52 - app-text/docbook-xml-dtd:4.1.2
53 - app-text/xmlto )
54 -"
55 -RDEPEND="${CDEPEND}
56 - selinux? ( sec-policy/selinux-accountsd )
57 -"
58 -
59 -PATCHES=(
60 - "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"
61 -)
62 -
63 -src_configure() {
64 - gnome2_src_configure \
65 - --disable-static \
66 - --disable-more-warnings \
67 - --localstatedir="${EPREFIX}"/var \
68 - --enable-admin-group="wheel" \
69 - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
70 - $(use_enable doc docbook-docs) \
71 - $(use_enable introspection) \
72 - $(use_enable systemd)
73 -}