diff options
Diffstat (limited to 'sys-auth/pam-face-authentication')
5 files changed, 0 insertions, 83 deletions
diff --git a/sys-auth/pam-face-authentication/Manifest b/sys-auth/pam-face-authentication/Manifest deleted file mode 100644 index e712657b5c6..00000000000 --- a/sys-auth/pam-face-authentication/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pam-face-authentication-0.3.tar.gz 833054 SHA256 24cec1adb649a809fba4a131111df0de5701d8b0ee0b3295c6a80d97f6ddec64 SHA512 a140aa6c2662c83e656727c92db61d9f8df6061e222b0934bb0bf73b6472e14b124027e2b3da1a3f5d7fa8b4d3d7d9b198bb3132f5a79f8ad0847f567ff0c79d WHIRLPOOL 33c483d77fa48cb61de373a74328e49fd7af2f88d95d3380a8746ad023abf8ee1c12b7edde8cf7b3239180f16a28d878a58a7424df693847c7d01f9c4c3df209 diff --git a/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-cmake.patch b/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-cmake.patch deleted file mode 100644 index 927bc7ad4b1..00000000000 --- a/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-cmake.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -76,7 +76,7 @@ - SET( VERSION "0.3" ) - SET( PKGDATADIR "${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}" ) - SET( BINDIR "${CMAKE_INSTALL_PREFIX}/${BIN_INSTALL_DIR}" ) --SET( XWINDOW_BINDIR "${CMAKE_INSTALL_PREFIX}/kde/4/${BIN_INSTALL_DIR}" ) -+SET( XWINDOW_BINDIR "${CMAKE_INSTALL_PREFIX}/${BIN_INSTALL_DIR}" ) - ADD_DEFINITIONS (-DVERSION='"${VERSION}"' -DPKGDATADIR=\"${PKGDATADIR}\" -DBINDIR=\"${BINDIR}\") - FIND_PACKAGE( PAM REQUIRED ) - -@@ -123,7 +123,7 @@ - TARGETS - pam_face_authentication - DESTINATION -- /lib/security/ -+ /lib${LIB_SUFFIX}/security/ - ) - - INSTALL( diff --git a/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch b/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch deleted file mode 100644 index 5597b1c3f80..00000000000 --- a/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-opencv.patch +++ /dev/null @@ -1,23 +0,0 @@ -Fixes build with newer versions of OpenCV. ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -88,7 +88,7 @@ - - INCLUDE_DIRECTORIES( "${CMAKE_SOURCE_DIR}/include" ) - INCLUDE_DIRECTORIES( ${CMAKE_BINARY_DIR} ) --INCLUDE_DIRECTORIES(${OPENCV_INCLUDE_DIR}) -+INCLUDE_DIRECTORIES(${OpenCV_INCLUDE_DIRS}) - INCLUDE_DIRECTORIES(${PAM_INCLUDE_DIR}) - ADD_LIBRARY(pam_face_authentication SHARED ${PAM_FACE_AUTHENTICATE_SRCS}) - SET_TARGET_PROPERTIES( pam_face_authentication PROPERTIES PREFIX "") -@@ -96,8 +96,8 @@ - TARGET_LINK_LIBRARIES( xwindowFaceAuth ${X11_LIBRARIES}) - - ADD_EXECUTABLE( qt-facetrainer ${QT_FACETRAINER_SRCS} ${QT_FACETRAINER_MOC_SRCS} ${QT_FACETRAINER_RC_SRCS} ${QT_FACETRAINER_UI_HDRS} ) --TARGET_LINK_LIBRARIES( pam_face_authentication ${PAM_LIBRARIES} ${OPENCV_LIBRARIES}) --TARGET_LINK_LIBRARIES( qt-facetrainer ${QT_LIBRARIES} ${OPENCV_LIBRARIES}) -+TARGET_LINK_LIBRARIES( pam_face_authentication ${PAM_LIBRARIES} ${OpenCV_LIBS}) -+TARGET_LINK_LIBRARIES( qt-facetrainer ${QT_LIBRARIES} ${OpenCV_LIBS}) - - if( UNIX AND NOT APPLE ) - if( NOT DESKTOP_ENTRY ) diff --git a/sys-auth/pam-face-authentication/metadata.xml b/sys-auth/pam-face-authentication/metadata.xml deleted file mode 100644 index 8d1e86a9cef..00000000000 --- a/sys-auth/pam-face-authentication/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> -<herd>kde</herd> -</pkgmetadata> diff --git a/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild b/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild deleted file mode 100644 index c9bf52cd371..00000000000 --- a/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit cmake-utils eutils - -DESCRIPTION="This is Pluggable Authentication Module for Face based Authentication" -HOMEPAGE="http://code.google.com/p/pam-face-authentication/" -SRC_URI="http://pam-face-authentication.googlecode.com/files/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="debug" - -DEPEND=" - >=media-libs/opencv-1.0.0 - >=sci-libs/gsl-1.9 - virtual/pam -" -RDEPEND="${DEPEND}" - -DOCS=( AUTHORS ChangeLog README ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.3-cmake.patch - epatch "${FILESDIR}"/${PN}-0.3-opencv.patch - - cp /usr/share/OpenCV/OpenCVConfig.cmake cmake/modules/FindOpenCV.cmake || die - sed -i cmake/modules/FindOpenCV.cmake \ - -e 's:${OpenCV_INSTALL_PATH}:/usr:' || die -} |
