diff options
Diffstat (limited to 'sys-auth')
5 files changed, 45 insertions, 16 deletions
diff --git a/sys-auth/kdm-plugin-pam-face-authentication/Manifest b/sys-auth/kdm-plugin-pam-face-authentication/Manifest index 947ea047084..8b131dd8a79 100644 --- a/sys-auth/kdm-plugin-pam-face-authentication/Manifest +++ b/sys-auth/kdm-plugin-pam-face-authentication/Manifest @@ -1,3 +1,3 @@ DIST kdm-plugin-pam-face-authentication-0.2.tar.gz 4598 RMD160 0a8fab6be7ec2d7476dba2dac11c904fe23130e6 SHA1 48c75b9bece397cb16688b6d84e9959df56c6185 SHA256 ed1a5d849b5ea19d25ca74ac526be4e1e14b4942f8b74e8f70164ec2d108679f -EBUILD kdm-plugin-pam-face-authentication-0.2.ebuild 543 RMD160 7e10a5e270a06abee58a7ed16f9e44656f89f49f SHA1 ec732e6ef86b5d43ea60e2c8f998c44f5110ce27 SHA256 1ff22c5cf5b49ae45c9f13688b3c7c4a3e2645586f87a772b71c81fd11b5778c +EBUILD kdm-plugin-pam-face-authentication-0.2.ebuild 518 RMD160 648ec271d48f703f6283337499f550078664846f SHA1 27129a77c9d85de7268e58a6c21e0ebf27be1687 SHA256 d633b352af87ae662ad164f5d941358b4515583549f372e5fdc851a8bd713672 MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a diff --git a/sys-auth/kdm-plugin-pam-face-authentication/kdm-plugin-pam-face-authentication-0.2.ebuild b/sys-auth/kdm-plugin-pam-face-authentication/kdm-plugin-pam-face-authentication-0.2.ebuild index e309c8d8791..f0bf8fcd454 100644 --- a/sys-auth/kdm-plugin-pam-face-authentication/kdm-plugin-pam-face-authentication-0.2.ebuild +++ b/sys-auth/kdm-plugin-pam-face-authentication/kdm-plugin-pam-face-authentication-0.2.ebuild @@ -8,11 +8,14 @@ inherit kde4-base DESCRIPTION="This is kdm plugin for 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/kdm-plugin-pam-face-authentication-0.2.tar.gz" +SRC_URI="http://pam-face-authentication.googlecode.com/files/${P}.tar.gz" + LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" +KEYWORDS="~amd64 ~x86" +IUSE="debug" -DEPEND=">=sys-auth/pam-face-authentication-0.3" +DEPEND=" + >=sys-auth/pam-face-authentication-0.3 +" RDEPEND="${DEPEND}" diff --git a/sys-auth/pam-face-authentication/Manifest b/sys-auth/pam-face-authentication/Manifest index 8273906d663..7bf65c8974c 100644 --- a/sys-auth/pam-face-authentication/Manifest +++ b/sys-auth/pam-face-authentication/Manifest @@ -1,3 +1,4 @@ +AUX pam-face-authentication-0.3-cmake.patch 799 RMD160 2ed645800da8bb8073d3f62c6624372db4046fca SHA1 0df31f86fab1fe1cfc68e3683568c8f8da6ca169 SHA256 392c8840a4fec4bfb052de8193e7c23f2c20edfc0541948b5a26d44bd8156297 DIST pam-face-authentication-0.3.tar.gz 833054 RMD160 9adfec00b6e90322ce1f892480ca517c29ee8c04 SHA1 e341462a2b4dee9bf1d731250096a1f57c033147 SHA256 24cec1adb649a809fba4a131111df0de5701d8b0ee0b3295c6a80d97f6ddec64 -EBUILD pam-face-authentication-0.3.ebuild 596 RMD160 739b5ec8e9b73910ad74a2c74ba16552b44f5fa6 SHA1 c15ae9159d33e3ac7e2921906588ba10e8dbfc6d SHA256 f47737c1c79df6c5494b7921c0409b8c063ce81495cc343348a5156cd970702f +EBUILD pam-face-authentication-0.3.ebuild 618 RMD160 f3ac4ac175d6ec1464eb5b8c1cb513897c2c3ae9 SHA1 459c70f439fc4f95c523ed7dd60c62581dc3b157 SHA256 7fa6f1a7a826bc242ca43e0299b42eaa7012e3be1d0b515e6024aaf54f670633 MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a 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 new file mode 100644 index 00000000000..924688c041f --- /dev/null +++ b/sys-auth/pam-face-authentication/files/pam-face-authentication-0.3-cmake.patch @@ -0,0 +1,21 @@ +diff -ru ../pam-face-authentication-0.3/CMakeLists.txt ./CMakeLists.txt +--- ../pam-face-authentication-0.3/CMakeLists.txt 2009-08-09 18:41:56.000000000 +0200 ++++ ./CMakeLists.txt 2010-07-07 11:16:58.565021679 +0200 +@@ -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/pam-face-authentication-0.3.ebuild b/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild index c6b29e8fbe3..37477c32f57 100644 --- a/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild +++ b/sys-auth/pam-face-authentication/pam-face-authentication-0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -10,16 +10,20 @@ DESCRIPTION="This is Pluggable Authentication Module for Face based Authenticati HOMEPAGE="http://code.google.com/p/pam-face-authentication/" SRC_URI="http://pam-face-authentication.googlecode.com/files/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 amd64" -IUSE="" +KEYWORDS="~amd64 ~x86" +IUSE="debug" -DEPEND=">=sys-libs/pam-0.99.8 - >=media-libs/opencv-1.0.0 - >=sci-libs/gsl-1.9" +DEPEND=" + >=media-libs/opencv-1.0.0 + >=sci-libs/gsl-1.9 + >=sys-libs/pam-0.99.8 +" RDEPEND="${DEPEND}" -src_prepare() { - sed -i 's:/kde/4::g' CMakeLists.txt -} +PATCHES=( + "${FILESDIR}/${PN}-0.3-cmake.patch" +) + +DOCS=(AUTHORS ChangeLog README) |
