summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2016-02-16 21:58:31 +0100
committerLars Wendler <polynomial-c@gentoo.org>2016-02-16 21:58:31 +0100
commitab2039ffbe1d42c7df13575aa3986b0fbbb1c1f6 (patch)
treec439470b570739f872367223541d0d7ff1b1e55d /sys-auth/libfprint
parentsys-auth/libfprint: Security revbump fixing broken udev rule (bug #562218). (diff)
downloadgentoo-ab2039ffbe1d42c7df13575aa3986b0fbbb1c1f6.tar.gz
gentoo-ab2039ffbe1d42c7df13575aa3986b0fbbb1c1f6.tar.bz2
gentoo-ab2039ffbe1d42c7df13575aa3986b0fbbb1c1f6.zip
sys-auth/libfprint: Removed old.
Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-auth/libfprint')
-rw-r--r--sys-auth/libfprint/libfprint-0.6.0-r1.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/sys-auth/libfprint/libfprint-0.6.0-r1.ebuild b/sys-auth/libfprint/libfprint-0.6.0-r1.ebuild
deleted file mode 100644
index 3da16ada856d..000000000000
--- a/sys-auth/libfprint/libfprint-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools eutils udev vcs-snapshot
-
-MY_PV="V_${PV//./_}"
-DESCRIPTION="library to add support for consumer fingerprint readers"
-HOMEPAGE="http://cgit.freedesktop.org/libfprint/libfprint/"
-SRC_URI="http://cgit.freedesktop.org/${PN}/${PN}/snapshot/${MY_PV}.tar.bz2 -> ${P}.tar.bz2
- https://dev.gentoo.org/~xmw/${P}_vfs0050.patch.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug static-libs vanilla"
-
-RDEPEND="virtual/libusb:1
- dev-libs/glib:2
- dev-libs/nss
- x11-libs/pixman"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- if ! use vanilla ; then
- epatch "${WORKDIR}"/${P}_vfs0050.patch
- fi
-
- # upeke2 and fdu2000 were missing from all_drivers.
- sed -e '/^all_drivers=/s:"$: upeke2 fdu2000":' \
- -i configure.ac || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --with-drivers=all \
- $(use_enable debug debug-log) \
- $(use_enable static-libs static) \
- -enable-udev-rules \
- --with-udev-rules-dir=$(get_udevdir)/rules.d
-}
-
-src_install() {
- default
-
- prune_libtool_files
-
- dodoc AUTHORS HACKING NEWS README THANKS TODO
-}