Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-csync/, sys-auth/pam-csync/files/
Date: Mon, 01 Jan 2018 17:36:46
Message-Id: 1514828135.9ef058de13673b82db814e371c285a1c0c677831.voyageur@gentoo
1 commit: 9ef058de13673b82db814e371c285a1c0c677831
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 1 17:35:35 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 1 17:35:35 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ef058de
7
8 sys-auth/pam-csync: remove after last rites
9
10 Bug: https://bugs.gentoo.org/501228
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 sys-auth/pam-csync/Manifest | 1 -
14 .../pam-csync/files/pam-csync-0.42.0-cmake.patch | 25 ----------------
15 .../pam-csync/files/pam-csync-0.42.0-ocsync.patch | 33 ----------------------
16 sys-auth/pam-csync/metadata.xml | 5 ----
17 sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild | 31 --------------------
18 5 files changed, 95 deletions(-)
19
20 diff --git a/sys-auth/pam-csync/Manifest b/sys-auth/pam-csync/Manifest
21 deleted file mode 100644
22 index 4d0cb5f71d9..00000000000
23 --- a/sys-auth/pam-csync/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST pam_csync-0.42.0.tar.gz 30457 BLAKE2B c3f24494cd5732e3dc7eb6bd15ce7c90988395d4e5c2cbbdc0bc03cadc82925fd25f6d891cb2b8fed6f6f2a070f1e57740cd9886611a99a96b846ee9e8cc3dd5 SHA512 ef6d0fbadf6afdf5a5adad1905e976330506fdf60835aa4190959b855fbc2c4c61bd709fe2aaaab731ec5430c999b3fd5e23f3a81c35a7b266b23cd092d24e06
27
28 diff --git a/sys-auth/pam-csync/files/pam-csync-0.42.0-cmake.patch b/sys-auth/pam-csync/files/pam-csync-0.42.0-cmake.patch
29 deleted file mode 100644
30 index 2b650d232e2..00000000000
31 --- a/sys-auth/pam-csync/files/pam-csync-0.42.0-cmake.patch
32 +++ /dev/null
33 @@ -1,25 +0,0 @@
34 -From 21dfcf6343cec2feb0e4ebd8b9e22a3aa39e5d9d Mon Sep 17 00:00:00 2001
35 -From: Jim McDonough <jmcd@×××××.org>
36 -Date: Mon, 10 Mar 2014 10:16:28 -0400
37 -Subject: [PATCH 1/2] Remove backward compatibility option for newer cmake
38 - builds to work.
39 -
40 ----
41 - src/CMakeLists.txt | 1 -
42 - 1 file changed, 1 deletion(-)
43 -
44 -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
45 -index 6732a3f..40225e4 100644
46 ---- a/src/CMakeLists.txt
47 -+++ b/src/CMakeLists.txt
48 -@@ -41,7 +41,6 @@ include_directories(
49 - ${PAM_CSYNC_PRIVATE_INCLUDE_DIRS}
50 - )
51 -
52 --set(CMAKE_BACKWARDS_COMPATIBILITY "2.2")
53 - macro_add_plugin(${PAM_CSYNC_LIBRARY} ${pam_SRCS})
54 -
55 - target_link_libraries(${PAM_CSYNC_LINK_LIBRARIES})
56 ---
57 -1.8.4.5
58 -
59
60 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
61 deleted file mode 100644
62 index d0c5ff99955..00000000000
63 --- a/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch
64 +++ /dev/null
65 @@ -1,33 +0,0 @@
66 -Since 0.60.0, upstream renamed to "ocsync".
67 -
68 ---- a/cmake/Modules/FindCSYNC.cmake
69 -+++ b/cmake/Modules/FindCSYNC.cmake
70 -@@ -20,7 +20,7 @@
71 - else (CSYNC_LIBRARIES AND CSYNC_INCLUDE_DIRS)
72 - find_path(CSYNC_INCLUDE_DIR
73 - NAMES
74 -- csync/csync.h
75 -+ ocsync/csync.h
76 - PATHS
77 - /usr/include
78 - /usr/local/include
79 -@@ -30,7 +30,7 @@
80 -
81 - find_library(CSYNC_LIBRARY
82 - NAMES
83 -- csync
84 -+ ocsync
85 - PATHS
86 - /usr/lib
87 - /usr/local/lib
88 ---- a/src/pam_csync.c
89 -+++ b/src/pam_csync.c
90 -@@ -50,7 +50,7 @@
91 - #include <security/pam_modutil.h>
92 - #include <security/pam_ext.h>
93 -
94 --#include <csync/csync.h>
95 -+#include <ocsync/csync.h>
96 -
97 - #include "pam_csync.h"
98 - #include "config.h"
99
100 diff --git a/sys-auth/pam-csync/metadata.xml b/sys-auth/pam-csync/metadata.xml
101 deleted file mode 100644
102 index 6f49eba8f49..00000000000
103 --- a/sys-auth/pam-csync/metadata.xml
104 +++ /dev/null
105 @@ -1,5 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 -<!-- maintainer-needed -->
110 -</pkgmetadata>
111
112 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
113 deleted file mode 100644
114 index b8f5552f3eb..00000000000
115 --- a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild
116 +++ /dev/null
117 @@ -1,31 +0,0 @@
118 -# Copyright 1999-2017 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI=6
122 -
123 -inherit cmake-utils
124 -
125 -DESCRIPTION="PAM module to provide roaming home directories for a user session"
126 -HOMEPAGE="https://www.csync.org/"
127 -SRC_URI="https://www.csync.org/files/${P/-/_}.tar.gz"
128 -
129 -LICENSE="GPL-2"
130 -SLOT="0"
131 -KEYWORDS="~amd64 ~x86"
132 -IUSE=""
133 -
134 -RDEPEND="
135 - >=dev-libs/iniparser-3.1:0
136 - >=net-misc/ocsync-0.60.0
137 - virtual/pam
138 -"
139 -DEPEND="${DEPEND}
140 - app-text/asciidoc
141 -"
142 -
143 -S="${WORKDIR}/${P/-/_}"
144 -
145 -PATCHES=(
146 - "${FILESDIR}/${P}-cmake.patch"
147 - "${FILESDIR}/${P}-ocsync.patch"
148 -)