summaryrefslogtreecommitdiff
path: root/sys-auth/bioapi
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /sys-auth/bioapi
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'sys-auth/bioapi')
-rw-r--r--sys-auth/bioapi/Manifest5
-rw-r--r--sys-auth/bioapi/bioapi-1.2.4.ebuild76
-rw-r--r--sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch15
-rw-r--r--sys-auth/bioapi/files/bioapi-1.2.4-build.patch42
-rw-r--r--sys-auth/bioapi/metadata.xml9
5 files changed, 0 insertions, 147 deletions
diff --git a/sys-auth/bioapi/Manifest b/sys-auth/bioapi/Manifest
deleted file mode 100644
index 0927f6b9fcdb..000000000000
--- a/sys-auth/bioapi/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX bioapi-1.2.3-no-delete.patch 504 BLAKE2B c24f21ce40f3b8ec1500c1de2d186f88a98517138c92a871404b9f27d94ad0af2599340b98624aa6b0b3c850b5b1e01e7576a8b504a8c1ac704a36dc2b18962b SHA512 790b9c674b3d42f4a03d3e0a4545932d29f45be29f1a66a83226639067a26efdce4b40279ee6178da850f01cf1747b89e37798bb45555e6644508bb0b86817d4
-AUX bioapi-1.2.4-build.patch 1258 BLAKE2B 1da2a01d1ccf5cf8f7c24855bf59e5dcf0a4b469e4a555ddcdd0710a983d13b6c7ae8ac6193c64ba3be68e40f9badee823dc0a48008c8af68e7c0c51df4a3a53 SHA512 1211812ab6d78a863d9bb4497f29a83fbdb7bd74428c34a4499d0e453dbb3a27ff15f3e436b0dd4b12e0d39bfffbefd40e2a55d27c0123975f450c112a163043
-DIST bioapi_1.2.4.tar.gz 953136 BLAKE2B 2ce44892f740696ea264776a1e03c170415b26326ddd4b48c73732b9556349860139a62ed0bdfad5eb6b085ed45286cfe838287aac57bca4a9767aa2a06c707d SHA512 99c67fea34b73291dcaeb1590fac88b3196d3ca65f788b92d0afd6ba85036b2d85397e3faa66b872a68bffaeb7c2bf5c731306bf02a25a435ef06cea18da746f
-EBUILD bioapi-1.2.4.ebuild 1825 BLAKE2B 6e87c54518fc1f40ab3f02f837eacec2caa2a18cb671e0620a87228943a36ed76bfa8065025bbd44e82c4984fadcb238beee93bb9fb5a419d4454ea23d49bd02 SHA512 20d305d39b54917187e35543915b55bb5105395c448e6f519197d2c51c8480ef5ac09bfbb897ba10acfbd7f28c343e49055c28a349a9465af089dd9a309e8585
-MISC metadata.xml 306 BLAKE2B 250c6baaa21d72fa5b14371e5c3dbe2dfe25a8d6a0b29d27435989c7a92a6d0451f019a15f81546d87244e58242cc8c97f0d9ff208bdf26193b8859326bef149 SHA512 2d830d584ab9efa4a19f02519fa96d8267ab8d723960822e17db244515bcdedff6d17c944af4a843fc430d9fce9d4cec43e719206af0b24e3ebea42769d2b25c
diff --git a/sys-auth/bioapi/bioapi-1.2.4.ebuild b/sys-auth/bioapi/bioapi-1.2.4.ebuild
deleted file mode 100644
index 01ed2ada33d9..000000000000
--- a/sys-auth/bioapi/bioapi-1.2.4.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib user
-
-DESCRIPTION="Framework for biometric-based authentication"
-HOMEPAGE="https://github.com/mr-c/bioapi-linux"
-SRC_URI="https://bioapi-linux.googlecode.com/files/${PN}_${PV}.tar.gz"
-
-LICENSE="bioapi"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="static-libs"
-
-S=${WORKDIR}/bioapi-linux
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.2.3-no-delete.patch
- epatch "${FILESDIR}"/${PN}-1.2.4-build.patch #336107
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static) \
- --without-Qt-dir
-}
-
-src_install() {
- SKIPCONFIG=true default
- use static-libs || find "${ED}" -name '*.la' -delete
- dohtml *.htm
-
- # rename generic binaries
- mv "${D}"/usr/bin/{,BioAPI}Sample || die
-}
-
-pkg_config() {
- mds_install -s /usr/$(get_libdir)
- mod_install -fi /usr/$(get_libdir)/libbioapi100.so
- mod_install -fi /usr/$(get_libdir)/libbioapi_dummy100.so
- mod_install -fi /usr/$(get_libdir)/libpwbsp.so
-}
-
-pkg_preinst() {
- if [[ -e ${EROOT}/var/bioapi ]] && [[ ! -e ${EROOT}/var/lib/bioapi ]] ; then
- einfo "Moving /var/bioapi to /var/lib/bioapi"
- dodir /var/lib
- mv "${ROOT}"/var/bioapi "${ROOT}"/var/lib/bioapi
- fi
-}
-
-pkg_postinst() {
- einfo "Some generic-named programs have been renamed:"
- einfo " Sample -> BioAPISample"
-
- if [[ ${EROOT} == "/" ]] ; then
- pkg_config
- else
- ewarn "You will need to run 'emerge --config bioapi' before"
- ewarn " you can use bioapi properly."
- fi
-
- # XXX: this can't be correct ...
- enewgroup bioapi
- chgrp bioapi "${EROOT}"/var/lib/bioapi -R
- chmod g+w,o= "${EROOT}"/var/lib/bioapi -R
- einfo "Note: users using bioapi must be in group bioapi."
-}
-
-pkg_prerm() {
- mod_install -fu libbioapi100.so
- mod_install -fu libbioapi_dummy100.so
- mod_install -fu libpwbsp.so
-}
diff --git a/sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch b/sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch
deleted file mode 100644
index b5664d11ec3a..000000000000
--- a/sys-auth/bioapi/files/bioapi-1.2.3-no-delete.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-do not delete the installed symlink -- let the package manager handle that
-
---- bioapi-linux/apps/mod_install/install.c
-+++ bioapi-linux/apps/mod_install/install.c
-@@ -496,10 +496,6 @@
- }
- else if ( Action == INSTALL_ACTION_UNINSTALL )
- {
--/* Linux-Port: Added the Linux branch */
--#if defined (LINUX) || defined (SOLARIS)
-- DeleteFile(szDstPath);
--#endif
- printf( "Module uninstalled successfully.\n" );
- }
- else if ( Action == INSTALL_ACTION_REFRESH )
diff --git a/sys-auth/bioapi/files/bioapi-1.2.4-build.patch b/sys-auth/bioapi/files/bioapi-1.2.4-build.patch
deleted file mode 100644
index d7a70afd4d0d..000000000000
--- a/sys-auth/bioapi/files/bioapi-1.2.4-build.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-http://code.google.com/p/bioapi-linux/issues/detail?id=4
-
---- a/addins/pwbsp/Makefile.in
-+++ b/addins/pwbsp/Makefile.in
-@@ -87,7 +87,7 @@ CC = @CC@
- CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
- CPP = @CPP@
--CPPFLAGS = -I${top_srcdir}/include/ \
-+AM_CPPFLAGS = -I${top_srcdir}/include/ \
- -I${top_srcdir}/imports/cdsa/v2_0/inc/
-
- CXX = @CXX@
-@@ -111,7 +111,7 @@ INSTALL_DATA = @INSTALL_DATA@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LD = @LD@
--LDFLAGS = -Wl,--version-script=${srcdir}/libpwbsp.ver
-+AM_LDFLAGS = -Wl,--version-script=${srcdir}/libpwbsp.ver
- LEX = @LEX@
- LEXLIB = @LEXLIB@
- LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
---- a/addins/qtpwbsp/Makefile.in
-+++ b/addins/qtpwbsp/Makefile.in
-@@ -96,7 +96,7 @@ CC = @CC@
- CCDEPMODE = @CCDEPMODE@
- CFLAGS = @CFLAGS@
- CPP = @CPP@
--CPPFLAGS = -I${top_srcdir}/include \
-+AM_CPPFLAGS = -I${top_srcdir}/include \
- -I${top_srcdir}/imports/cdsa/v2_0/inc \
- ${QT_CXXFLAGS}
-
-@@ -121,7 +121,7 @@ INSTALL_DATA = @INSTALL_DATA@
- INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
- LD = @LD@
--LDFLAGS = -Wl,--version-script=${srcdir}/libqtpwbsp.ver \
-+AM_LDFLAGS = -Wl,--version-script=${srcdir}/libqtpwbsp.ver \
- ${QT_LIBS}
-
- LEX = @LEX@
diff --git a/sys-auth/bioapi/metadata.xml b/sys-auth/bioapi/metadata.xml
deleted file mode 100644
index 1a2c07255fd3..000000000000
--- a/sys-auth/bioapi/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="google-code">bioapi-linux</remote-id>
- <remote-id type="github">mr-c/bioapi-linux</remote-id>
- </upstream>
-</pkgmetadata>