Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-csync/files/, sys-auth/pam-csync/
Date: Mon, 30 Jan 2017 08:43:31
Message-Id: 1485765801.7232edeb008162f5c5e52eeadf0950373820dccd.johu@gentoo
1 commit: 7232edeb008162f5c5e52eeadf0950373820dccd
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 30 08:40:40 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 30 08:43:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7232edeb
7
8 sys-auth/pam-csync: EAPI 6
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch | 8 ++++----
13 sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild | 4 ++--
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch b/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch
17 index 117a2b0..d0c5ff9 100644
18 --- a/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch
19 +++ b/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch
20 @@ -1,7 +1,7 @@
21 Since 0.60.0, upstream renamed to "ocsync".
22
23 ---- cmake/Modules/FindCSYNC.cmake
24 -+++ cmake/Modules/FindCSYNC.cmake
25 +--- a/cmake/Modules/FindCSYNC.cmake
26 ++++ b/cmake/Modules/FindCSYNC.cmake
27 @@ -20,7 +20,7 @@
28 else (CSYNC_LIBRARIES AND CSYNC_INCLUDE_DIRS)
29 find_path(CSYNC_INCLUDE_DIR
30 @@ -20,8 +20,8 @@ Since 0.60.0, upstream renamed to "ocsync".
31 PATHS
32 /usr/lib
33 /usr/local/lib
34 ---- src/pam_csync.c
35 -+++ src/pam_csync.c
36 +--- a/src/pam_csync.c
37 ++++ b/src/pam_csync.c
38 @@ -50,7 +50,7 @@
39 #include <security/pam_modutil.h>
40 #include <security/pam_ext.h>
41
42 diff --git a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild b/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
43 index b0e795c..fc66ded 100644
44 --- a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
45 +++ b/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
46 @@ -1,8 +1,8 @@
47 -# Copyright 1999-2015 Gentoo Foundation
48 +# Copyright 1999-2017 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Id$
51
52 -EAPI=4
53 +EAPI=6
54
55 inherit cmake-utils