diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2018-01-01 18:35:35 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-01-01 18:35:35 +0100 |
commit | 9ef058de13673b82db814e371c285a1c0c677831 (patch) | |
tree | 999448024f2e3dda78f6720259c0b1bd8392b7df /sys-auth | |
parent | net-misc/ocsync: remove after last rites (diff) | |
download | gentoo-9ef058de13673b82db814e371c285a1c0c677831.tar.gz gentoo-9ef058de13673b82db814e371c285a1c0c677831.tar.bz2 gentoo-9ef058de13673b82db814e371c285a1c0c677831.zip |
sys-auth/pam-csync: remove after last rites
Bug: https://bugs.gentoo.org/501228
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam-csync/Manifest | 1 | ||||
-rw-r--r-- | sys-auth/pam-csync/files/pam-csync-0.42.0-cmake.patch | 25 | ||||
-rw-r--r-- | sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch | 33 | ||||
-rw-r--r-- | sys-auth/pam-csync/metadata.xml | 5 | ||||
-rw-r--r-- | sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild | 31 |
5 files changed, 0 insertions, 95 deletions
diff --git a/sys-auth/pam-csync/Manifest b/sys-auth/pam-csync/Manifest deleted file mode 100644 index 4d0cb5f71d97..000000000000 --- a/sys-auth/pam-csync/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pam_csync-0.42.0.tar.gz 30457 BLAKE2B c3f24494cd5732e3dc7eb6bd15ce7c90988395d4e5c2cbbdc0bc03cadc82925fd25f6d891cb2b8fed6f6f2a070f1e57740cd9886611a99a96b846ee9e8cc3dd5 SHA512 ef6d0fbadf6afdf5a5adad1905e976330506fdf60835aa4190959b855fbc2c4c61bd709fe2aaaab731ec5430c999b3fd5e23f3a81c35a7b266b23cd092d24e06 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 deleted file mode 100644 index 2b650d232e2a..000000000000 --- a/sys-auth/pam-csync/files/pam-csync-0.42.0-cmake.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 21dfcf6343cec2feb0e4ebd8b9e22a3aa39e5d9d Mon Sep 17 00:00:00 2001 -From: Jim McDonough <jmcd@samba.org> -Date: Mon, 10 Mar 2014 10:16:28 -0400 -Subject: [PATCH 1/2] Remove backward compatibility option for newer cmake - builds to work. - ---- - src/CMakeLists.txt | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt -index 6732a3f..40225e4 100644 ---- a/src/CMakeLists.txt -+++ b/src/CMakeLists.txt -@@ -41,7 +41,6 @@ include_directories( - ${PAM_CSYNC_PRIVATE_INCLUDE_DIRS} - ) - --set(CMAKE_BACKWARDS_COMPATIBILITY "2.2") - macro_add_plugin(${PAM_CSYNC_LIBRARY} ${pam_SRCS}) - - target_link_libraries(${PAM_CSYNC_LINK_LIBRARIES}) --- -1.8.4.5 - 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 deleted file mode 100644 index d0c5ff99955a..000000000000 --- a/sys-auth/pam-csync/files/pam-csync-0.42.0-ocsync.patch +++ /dev/null @@ -1,33 +0,0 @@ -Since 0.60.0, upstream renamed to "ocsync". - ---- a/cmake/Modules/FindCSYNC.cmake -+++ b/cmake/Modules/FindCSYNC.cmake -@@ -20,7 +20,7 @@ - else (CSYNC_LIBRARIES AND CSYNC_INCLUDE_DIRS) - find_path(CSYNC_INCLUDE_DIR - NAMES -- csync/csync.h -+ ocsync/csync.h - PATHS - /usr/include - /usr/local/include -@@ -30,7 +30,7 @@ - - find_library(CSYNC_LIBRARY - NAMES -- csync -+ ocsync - PATHS - /usr/lib - /usr/local/lib ---- a/src/pam_csync.c -+++ b/src/pam_csync.c -@@ -50,7 +50,7 @@ - #include <security/pam_modutil.h> - #include <security/pam_ext.h> - --#include <csync/csync.h> -+#include <ocsync/csync.h> - - #include "pam_csync.h" - #include "config.h" diff --git a/sys-auth/pam-csync/metadata.xml b/sys-auth/pam-csync/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/sys-auth/pam-csync/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> 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 deleted file mode 100644 index b8f5552f3eb1..000000000000 --- a/sys-auth/pam-csync/pam-csync-0.42.0-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="PAM module to provide roaming home directories for a user session" -HOMEPAGE="https://www.csync.org/" -SRC_URI="https://www.csync.org/files/${P/-/_}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-libs/iniparser-3.1:0 - >=net-misc/ocsync-0.60.0 - virtual/pam -" -DEPEND="${DEPEND} - app-text/asciidoc -" - -S="${WORKDIR}/${P/-/_}" - -PATCHES=( - "${FILESDIR}/${P}-cmake.patch" - "${FILESDIR}/${P}-ocsync.patch" -) |