Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/accountsservice/
Date: Tue, 28 Jun 2016 20:30:39
Message-Id: 1467145775.81a46cff452ccbd16f1e5009028f9d1bb7114420.pacho@gentoo
1 commit: 81a46cff452ccbd16f1e5009028f9d1bb7114420
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 20:02:49 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 20:29:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a46cff
7
8 sys-apps/accountsservice: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 sys-apps/accountsservice/Manifest | 1 -
13 .../accountsservice/accountsservice-0.6.39.ebuild | 59 ----------------------
14 2 files changed, 60 deletions(-)
15
16 diff --git a/sys-apps/accountsservice/Manifest b/sys-apps/accountsservice/Manifest
17 index 3ee491f..06217c4 100644
18 --- a/sys-apps/accountsservice/Manifest
19 +++ b/sys-apps/accountsservice/Manifest
20 @@ -1,2 +1 @@
21 -DIST accountsservice-0.6.39.tar.xz 367648 SHA256 f938a3d517ddd44c7605b49f11028198071906e0fde96f22c7e16d1eb275335d SHA512 b72f2edf95b7df5b38c75fbe4be2581384f7ff3631248a9fd2a523a13638e2c9c8933f195b8991a7138a556786531258b00878dc1a68863b616d2d2a17cbcf33 WHIRLPOOL 34b199ea220a8a34743ded82fba37b1ce90f7aafc9b7c1eb5988ef772d5d1f4d5283267327370d5a26966cc5370549323ffd2a9645bead9700b1a53dd5afe9bf
22 DIST accountsservice-0.6.40.tar.xz 367772 SHA256 f04f756600cbab558671658ab8e77212de2a000c07bc0469e7b51541871fcb2b SHA512 da12a97ca9a2eb69d978fd3b5f46e8dd2e2f3e6f57db027e0b8c8c583c715d45f105c9ddcd1a2a1c4a2f4bfce672431e601a7cd0f063b31675fd6f13b6cb4ef8 WHIRLPOOL 3a12f5e5e68f3b21ec1347a9e1677b8eee10818ced138e35a3b1f61d8814a6af5ad50aed352a0fcbec819d8271c46c8db2e93ea0c7ccbbb5672f0f7e7e4786be
23
24 diff --git a/sys-apps/accountsservice/accountsservice-0.6.39.ebuild b/sys-apps/accountsservice/accountsservice-0.6.39.ebuild
25 deleted file mode 100644
26 index bcf9e85..0000000
27 --- a/sys-apps/accountsservice/accountsservice-0.6.39.ebuild
28 +++ /dev/null
29 @@ -1,59 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -
37 -inherit eutils gnome2 systemd
38 -
39 -DESCRIPTION="D-Bus interfaces for querying and manipulating user account information"
40 -HOMEPAGE="https://www.freedesktop.org/wiki/Software/AccountsService/"
41 -SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~sparc x86"
46 -
47 -IUSE="doc +introspection selinux systemd"
48 -
49 -CDEPEND="
50 - >=dev-libs/glib-2.37.3:2
51 - sys-auth/polkit
52 - introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
53 - systemd? ( >=sys-apps/systemd-186:0= )
54 - !systemd? ( sys-auth/consolekit )
55 -"
56 -DEPEND="${CDEPEND}
57 - dev-libs/libxslt
58 - dev-util/gdbus-codegen
59 - >=dev-util/gtk-doc-am-1.15
60 - >=dev-util/intltool-0.40
61 - sys-devel/gettext
62 - virtual/pkgconfig
63 - doc? (
64 - app-text/docbook-xml-dtd:4.1.2
65 - app-text/xmlto )
66 -"
67 -RDEPEND="${CDEPEND}
68 - selinux? ( sec-policy/selinux-accountsd )
69 -"
70 -
71 -src_prepare() {
72 - epatch "${FILESDIR}/${PN}-0.6.35-gentoo-system-users.patch"
73 -
74 - gnome2_src_prepare
75 -}
76 -
77 -src_configure() {
78 - gnome2_src_configure \
79 - --disable-static \
80 - --disable-more-warnings \
81 - --localstatedir="${EPREFIX}"/var \
82 - --docdir="${EPREFIX}"/usr/share/doc/${PF} \
83 - --enable-admin-group="wheel" \
84 - $(use_enable doc docbook-docs) \
85 - $(use_enable introspection) \
86 - $(use_enable systemd) \
87 - $(systemd_with_unitdir)
88 -}