diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-26 01:09:21 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-04-26 05:29:35 +0200 |
commit | 51b4456b419d5a9bddffa2913dc1e8c45231685c (patch) | |
tree | 2448df277301bd1f68b79c37a13a54d732bb0f36 /sys-auth | |
parent | profiles: Mask dev-libs/qjson for removal (diff) | |
download | gentoo-51b4456b419d5a9bddffa2913dc1e8c45231685c.tar.gz gentoo-51b4456b419d5a9bddffa2913dc1e8c45231685c.tar.bz2 gentoo-51b4456b419d5a9bddffa2913dc1e8c45231685c.zip |
sys-auth/fingerprint-gui: Drop old Qt4-based
Closes: https://bugs.gentoo.org/638826
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/fingerprint-gui/Manifest | 1 | ||||
-rw-r--r-- | sys-auth/fingerprint-gui/fingerprint-gui-1.07-r1.ebuild | 93 |
2 files changed, 0 insertions, 94 deletions
diff --git a/sys-auth/fingerprint-gui/Manifest b/sys-auth/fingerprint-gui/Manifest index 263764a7c3b3..4df985412c79 100644 --- a/sys-auth/fingerprint-gui/Manifest +++ b/sys-auth/fingerprint-gui/Manifest @@ -1,2 +1 @@ -DIST fingerprint-gui-1.07.tar.gz 7042051 BLAKE2B c9b371e6344fd2a838a4c99a2962362a8aece8c3bce995926ff935453cf2d0d6b6b5f189e359638eb717bdba167b67d4ac336d7035646c7e68b62d5140e15c1d SHA512 b63bc86cbff29587a7fe164dd9344178006079f2520265ecd3d96e57bf584694246e17db780051dcacfe39dc6bd4da437b16e33d2f7cb6b474ae61dfbced6a3b DIST fingerprint-gui-1.09.tar.gz 7037943 BLAKE2B b35b8a1c5f53752709da44903961527c01db20773298e4636d8c316946cd7d23022c9407081c55ba5f6ec55d9ed53b7f8ef858c44a623873834fa1cbd6aa941f SHA512 c4fb22368d82d72586f80009b5adb9db0a8e8777c3d1c1f23cf58a21f718a3e3d05bbc90fff295be969cf7f744f037fb886e975e626cf6d599f8f6b5f8323724 diff --git a/sys-auth/fingerprint-gui/fingerprint-gui-1.07-r1.ebuild b/sys-auth/fingerprint-gui/fingerprint-gui-1.07-r1.ebuild deleted file mode 100644 index f0a6530c0374..000000000000 --- a/sys-auth/fingerprint-gui/fingerprint-gui-1.07-r1.ebuild +++ /dev/null @@ -1,93 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib qt4-r2 readme.gentoo udev user - -DESCRIPTION="Use Fingerprint Devices with Linux" -HOMEPAGE="http://www.n-view.net/Appliance/fingerprint/" -HOMEPAGE="http://www.ullrich-online.cc/fingerprint/" -SRC_URI="http://www.ullrich-online.cc/${PN%-gui}/download/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+upekbsapi" - -DEPEND="app-crypt/qca:2[qt4,ssl] - sys-auth/libfprint - sys-auth/polkit-qt[qt4] - sys-libs/pam - x11-libs/libfakekey - dev-qt/qtcore:4 - !sys-auth/thinkfinger" -RDEPEND="${DEPEND}" - -QA_SONAME="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*" -QA_PRESTRIPPED="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*" -QA_FLAGS_IGNORED="/usr/lib/libbsapi.so.* /usr/lib64/libbsapi.so.*" - -src_prepare() { - sed -e '/Icon=/s:=.*:=Fingerprint:' \ - -i bin/${PN}/${PN}.desktop || die - sed -e "s:/etc/udev/rules.d:\"$(get_udevdir)\"/rules.d:g" \ - -i bin/${PN%-gui}-helper/${PN%-gui}-helper.pro || die - sed -e 's:GROUP="plugdev":GROUP="fingerprint":' \ - -i bin/fingerprint-helper/92-fingerprint-gui-uinput.rules \ - -i upek/91-fingerprint-gui-upek.rules || die -} - -src_configure() { - eqmake4 \ - PREFIX="${EROOT}"usr \ - LIB="$(get_libdir)" \ - LIBEXEC=libexec \ - LIBPOLKIT_QT=LIBPOLKIT_QT_1_1 -} - -src_install() { - export INSTALL_ROOT="${D}" #submakes need it as well, re-install fails otherwise. - emake -j1 install - rm -r "${ED}"/usr/share/doc/${PN} || die - if use upekbsapi ; then - use amd64 && dolib.so upek/lib64/libbsapi.so* - use x86 && dolib.so upek/lib/libbsapi.so* - udev_dorules upek/91-fingerprint-gui-upek.rules - insinto /etc - doins upek/upek.cfg - #dodir /var/upek_data - #fowners root:plugdev /var/upek_data - #fperms 0775 /var/upek_data - fi - doicon src/res/Fingerprint.png - - dodoc CHANGELOG README - dohtml doc/* - - readme.gentoo_src_install -} - -pkg_preinst() { - enewgroup fingerprint -} - -pkg_postinst() { - einfo "Fixing permisisons of fingerprints..." - find "${EROOT}"/var/lib/fingerprint-gui -exec chown root:root {} + || die "chown root:root failed" - find "${EROOR}"/var/lib/fingerprint-gui -type d -exec chmod 755 {} + || die "chmod 755 failed" - find "${EROOT}"/var/lib/fingerprint-gui -type f -exec chmod 600 {} + || die "chmod 600 failed" - - readme.gentoo_pkg_postinst -} - -FORCE_PRINT_ELOG=1 -DISABLE_AUTOFORMATTING=1 -DOC_CONTENTS="Please take a thorough look a the Install-step-by-step.html -in /usr/share/doc/${PF} for integration with pam/polkit/... -Hint: You may want - auth sufficient pam_fingerprint-gui.so -in /etc/pam.d/system-auth - -There are udev rules to enforce group fingerprint on the reader device -Please put yourself in that group and re-trigger the udev rules." |