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: Wed, 27 Dec 2017 13:02:43
Message-Id: 1514379718.98111a4eda0e0f58db82720a07e66dd4a0f63b4b.leio@gentoo
1 commit: 98111a4eda0e0f58db82720a07e66dd4a0f63b4b
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 27 12:54:37 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 27 13:01:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98111a4e
7
8 sys-apps/accountsservice: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 sys-apps/accountsservice/Manifest | 1 -
13 .../accountsservice-0.6.43-r1.ebuild | 60 ----------------------
14 2 files changed, 61 deletions(-)
15
16 diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest
17 index 10e9bc1b4a6..2e0a9fdecf9 100644
18 --- a/sys-apps/accountsservice/Manifest
19 +++ b/sys-apps/accountsservice/Manifest
20 @@ -1,2 +1 @@
21 -DIST accountsservice-0.6.43.tar.xz 381008 BLAKE2B 62b29bbb04eef0503c29cb9d81056776f7cb3840145231f049f8b335dfc11bfd60f2ec717e3543b0af73c597da2e4c2d4139c0c535b1716923695355f06e7e4e SHA512 0673430b7e5fd726397a9358d60d5c34542afaa786b795d3c8b544dc2bdab151c74f9a3daa4bcd94dc7669400a78cd4cddc453cad78ee8e431bf7c1f417138e2
22 DIST accountsservice-0.6.45.tar.xz 382740 BLAKE2B ce88e53c7d0187f53ed0a2758f81c8e2d1083ab1c95ec6cddebb2167b36706b1537ecf74b7904a9002c6179cfdf811a3268451af9443727ba9793a9af06cf8aa SHA512 09975f9fa03a3177d923de6d6f6e6acfffeb2ff4924c45eaac78c994c16974427c8e936a87034747ba494d2bb3df6e8a92ff44db387761b06e06e311d7cf105a
23
24 diff --git a/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild b/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
25 deleted file mode 100644
26 index 67204e4eb6e..00000000000
27 --- a/sys-apps/accountsservice/accountsservice-0.6.43-r1.ebuild
28 +++ /dev/null
29 @@ -1,60 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -GNOME2_EAUTORECONF="yes"
36 -inherit gnome2 systemd
37 -
38 -DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
39 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/"
40 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
41 -
42 -LICENSE="GPL-3+"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
45 -
46 -IUSE="doc elogind +introspection selinux systemd"
47 -
48 -REQUIRED_USE="?? ( elogind systemd )"
49 -
50 -CDEPEND="
51 - >=dev-libs/glib-2.37.3:2
52 - sys-auth/polkit
53 - elogind? ( >=sys-auth/elogind-229.4 )
54 - introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
55 - systemd? ( >=sys-apps/systemd-186:0= )
56 - !systemd? ( !elogind? ( sys-auth/consolekit ) )
57 -"
58 -DEPEND="${CDEPEND}
59 - dev-libs/libxslt
60 - dev-util/gdbus-codegen
61 - >=dev-util/gtk-doc-am-1.15
62 - >=dev-util/intltool-0.40
63 - sys-devel/gettext
64 - virtual/pkgconfig
65 - doc? (
66 - app-text/docbook-xml-dtd:4.1.2
67 - app-text/xmlto )
68 -"
69 -RDEPEND="${CDEPEND}
70 - selinux? ( sec-policy/selinux-accountsd )
71 -"
72 -
73 -PATCHES=(
74 - "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"
75 - "${FILESDIR}/${P}-elogind.patch"
76 -)
77 -
78 -src_configure() {
79 - gnome2_src_configure \
80 - --disable-static \
81 - --disable-more-warnings \
82 - --localstatedir="${EPREFIX}"/var \
83 - --enable-admin-group="wheel" \
84 - --with-systemdsystemunitdir="$(systemd_get_systemunitdir)" \
85 - $(use_enable doc docbook-docs) \
86 - $(use_enable elogind) \
87 - $(use_enable introspection) \
88 - $(use_enable systemd)
89 -}