diff options
author | Michael Weber <xmw@gentoo.org> | 2011-06-16 22:51:36 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2011-06-16 22:51:36 +0000 |
commit | 28946798b2fc221051fb351552d8ed406a2995cb (patch) | |
tree | 2ea74c6d02e180d9cc8bd11ed81433a51e64d1ae /sys-auth | |
parent | Version bump (diff) | |
download | gentoo-2-28946798b2fc221051fb351552d8ed406a2995cb.tar.gz gentoo-2-28946798b2fc221051fb351552d8ed406a2995cb.tar.bz2 gentoo-2-28946798b2fc221051fb351552d8ed406a2995cb.zip |
Dropping old version
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/libfprint/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/libfprint/libfprint-0.0.6.ebuild | 45 | ||||
-rw-r--r-- | sys-auth/libfprint/libfprint-0.1.0_pre2.ebuild | 50 |
3 files changed, 5 insertions, 96 deletions
diff --git a/sys-auth/libfprint/ChangeLog b/sys-auth/libfprint/ChangeLog index 4626b624913c..cbedd0eb2596 100644 --- a/sys-auth/libfprint/ChangeLog +++ b/sys-auth/libfprint/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/libfprint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.3 2011/03/29 12:54:04 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/ChangeLog,v 1.4 2011/06/16 22:51:36 xmw Exp $ + + 16 Jun 2011; Michael Weber <xmw@gentoo.org> -libfprint-0.0.6.ebuild, + -libfprint-0.1.0_pre2.ebuild, libfprint-0.3.0.ebuild: + Dropping old versions 29 Mar 2011; Christoph Mende <angelos@gentoo.org> libfprint-0.3.0.ebuild: Fix gtk+ slot deps diff --git a/sys-auth/libfprint/libfprint-0.0.6.ebuild b/sys-auth/libfprint/libfprint-0.0.6.ebuild deleted file mode 100644 index 29ecec9e8eac..000000000000 --- a/sys-auth/libfprint/libfprint-0.0.6.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.0.6.ebuild,v 1.1 2010/10/17 00:54:13 xmw Exp $ - -EAPI=3 - -DESCRIPTION="library to add support for consumer fingerprint readers" -HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint" -SRC_URI="mirror://sourceforge/${PN/lib/}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="X debug examples static-libs" - -RDEPEND="dev-libs/glib:2 - dev-libs/libusb - dev-libs/openssl - media-gfx/imagemagick - X? ( examples? ( - x11-libs/libX11 - x11-libs/libXv ) )" -DEPEND="${DEPEND} - dev-util/pkgconfig" - -src_configure() { - local my_conf="$(use_enable examples examples-build)" - if use X ; then - my_conf="${my_conf} $(use_enable examples x11-examples-build)" - fi - econf ${my_conf} \ - $(use_enable debug debug-log) \ - $(use_enable static-libs static) || die -} - -src_install(){ - emake DESTDIR="${D}" install || die - if use examples ; then - dobin examples/.libs/{enroll,img_capture,verify{,_live}} || die - if use X ; then - dobin examples/.libs/img_capture_continuous || die - fi - fi - dodoc AUTHORS ChangeLog HACKING NEWS README THANKS TODO || die -} diff --git a/sys-auth/libfprint/libfprint-0.1.0_pre2.ebuild b/sys-auth/libfprint/libfprint-0.1.0_pre2.ebuild deleted file mode 100644 index 9ca81f9fc39c..000000000000 --- a/sys-auth/libfprint/libfprint-0.1.0_pre2.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/libfprint/libfprint-0.1.0_pre2.ebuild,v 1.1 2010/10/17 00:54:13 xmw Exp $ - -EAPI=3 - -inherit versionator - -MY_PV=$(replace_version_separator 3 -) -DESCRIPTION="library to add support for consumer fingerprint readers" -HOMEPAGE="http://www.reactivated.net/fprint/wiki/Libfprint" -SRC_URI="mirror://sourceforge/${PN/lib/}/${PN}-${MY_PV}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="X debug examples static-libs" - -RDEPEND="dev-libs/glib:2 - dev-libs/libusb:1 - dev-libs/openssl - media-gfx/imagemagick - X? ( examples? ( - x11-libs/libXv ) )" - -DEPEND="${DEPEND} - dev-util/pkgconfig" - -S=${WORKDIR}/${PN}-${MY_PV} - -src_configure(){ - local my_conf="$(use_enable examples examples-build)" - if use X ; then - my_conf="${my_conf} $(use_enable examples x11-examples-build)" - fi - econf ${my_conf} \ - $(use_enable debug debug-log) \ - $(use_enable static-libs static) || die -} - -src_install(){ - emake DESTDIR="${D}" install || die - if use examples ; then - dobin examples/.libs/{enroll,img_capture,verify{,_live}} || die - if use X ; then - dobin examples/.libs/img_capture_continuous || die - fi - fi - dodoc AUTHORS ChangeLog HACKING NEWS README THANKS TODO || die -} |