diff options
author | Michael Weber <xmw@gentoo.org> | 2015-08-09 23:36:28 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2015-08-09 23:36:28 +0200 |
commit | 9eb177a987da09d38e8866c17ac688c9ad1d5aa2 (patch) | |
tree | c404669e034e87c4054cfbdadbc5a9f8dcef7058 /sys-auth/libfprint | |
parent | dev-python/botocore: add version 1.1.7 (diff) | |
download | gentoo-9eb177a987da09d38e8866c17ac688c9ad1d5aa2.tar.gz gentoo-9eb177a987da09d38e8866c17ac688c9ad1d5aa2.tar.bz2 gentoo-9eb177a987da09d38e8866c17ac688c9ad1d5aa2.zip |
sys-auth/libfprint: drop old revisions.
Package-Manager: portage-2.2.20
Diffstat (limited to 'sys-auth/libfprint')
-rw-r--r-- | sys-auth/libfprint/libfprint-0.5.0.ebuild | 47 | ||||
-rw-r--r-- | sys-auth/libfprint/libfprint-0.5.1.ebuild | 46 |
2 files changed, 0 insertions, 93 deletions
diff --git a/sys-auth/libfprint/libfprint-0.5.0.ebuild b/sys-auth/libfprint/libfprint-0.5.0.ebuild deleted file mode 100644 index 50d8c817e468..000000000000 --- a/sys-auth/libfprint/libfprint-0.5.0.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug static-libs" - -RDEPEND="virtual/libusb:1 - dev-libs/nss - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] x11-libs/gdk-pixbuf )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}-automake-1.13.patch" - 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 - # --disable-udev-rules fails https://bugs.freedesktop.org/show_bug.cgi?id=59076 - # $(use_enable udev udev-rules) \ -} - -src_install() { - emake DESTDIR="${D}" install - - prune_libtool_files - - dodoc AUTHORS HACKING NEWS README THANKS TODO -} diff --git a/sys-auth/libfprint/libfprint-0.5.1.ebuild b/sys-auth/libfprint/libfprint-0.5.1.ebuild deleted file mode 100644 index e4e7f348e13c..000000000000 --- a/sys-auth/libfprint/libfprint-0.5.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -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" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug static-libs" - -RDEPEND="virtual/libusb:1 - dev-libs/nss - || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] x11-libs/gdk-pixbuf )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - 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 - # --disable-udev-rules fails https://bugs.freedesktop.org/show_bug.cgi?id=59076 - # $(use_enable udev udev-rules) \ -} - -src_install() { - emake DESTDIR="${D}" install - - prune_libtool_files - - dodoc AUTHORS HACKING NEWS README THANKS TODO -} |