Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: sys-auth/elogind/, sys-auth/elogind/files/
Date: Sat, 27 May 2017 07:30:24
Message-Id: 1495870147.7a1466bb0e3986a3a8f9f8251787f9243b94c3c9.asturm@gentoo
1 commit: 7a1466bb0e3986a3a8f9f8251787f9243b94c3c9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 27 07:29:07 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat May 27 07:29:07 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7a1466bb
7
8 sys-auth/elogind: Switch to v229-stable branch
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11
12 .../elogind/{elogind-225.9999.ebuild => elogind-229.9999.ebuild} | 6 ++----
13 .../{elogind-225.9999-docs.patch => elogind-229.9999-docs.patch} | 0
14 2 files changed, 2 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-auth/elogind/elogind-225.9999.ebuild b/sys-auth/elogind/elogind-229.9999.ebuild
17 similarity index 96%
18 rename from sys-auth/elogind/elogind-225.9999.ebuild
19 rename to sys-auth/elogind/elogind-229.9999.ebuild
20 index b0ac9a87d2..06af60d1e8 100644
21 --- a/sys-auth/elogind/elogind-225.9999.ebuild
22 +++ b/sys-auth/elogind/elogind-229.9999.ebuild
23 @@ -8,7 +8,7 @@ inherit autotools git-r3 linux-info pam udev
24 DESCRIPTION="The systemd project's logind, extracted to a standalone package"
25 HOMEPAGE="https://github.com/elogind/elogind"
26 EGIT_REPO_URI="https://github.com/elogind/elogind.git"
27 -EGIT_BRANCH="dev_v226-r1"
28 +EGIT_BRANCH="v229-stable"
29
30 LICENSE="CC0-1.0 LGPL-2.1+ public-domain"
31 SLOT="0"
32 @@ -38,9 +38,7 @@ DEPEND="${COMMON_DEPEND}
33 "
34 PDEPEND="policykit? ( sys-auth/polkit )"
35
36 -PATCHES=(
37 - "${FILESDIR}/${P}-docs.patch"
38 -)
39 +PATCHES=( "${FILESDIR}/${P}-docs.patch" )
40
41 pkg_setup() {
42 local CONFIG_CHECK="~CGROUPS ~EPOLL ~INOTIFY_USER ~SECURITY_SMACK
43
44 diff --git a/sys-auth/elogind/files/elogind-225.9999-docs.patch b/sys-auth/elogind/files/elogind-229.9999-docs.patch
45 similarity index 100%
46 rename from sys-auth/elogind/files/elogind-225.9999-docs.patch
47 rename to sys-auth/elogind/files/elogind-229.9999-docs.patch