From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CEC581386F1 for ; Sun, 9 Aug 2015 21:36:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51285E07F4; Sun, 9 Aug 2015 21:36:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA731E07F4 for ; Sun, 9 Aug 2015 21:36:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1E21340768 for ; Sun, 9 Aug 2015 21:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4A4F11B for ; Sun, 9 Aug 2015 21:36:37 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1439156188.9eb177a987da09d38e8866c17ac688c9ad1d5aa2.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/libfprint/libfprint-0.5.0.ebuild sys-auth/libfprint/libfprint-0.5.1.ebuild X-VCS-Directories: sys-auth/libfprint/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 9eb177a987da09d38e8866c17ac688c9ad1d5aa2 X-VCS-Branch: master Date: Sun, 9 Aug 2015 21:36:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2cfe9283-017f-45f2-af67-0b2b52daf38e X-Archives-Hash: d2a741b5ccff6410389a64354ea53e50 commit: 9eb177a987da09d38e8866c17ac688c9ad1d5aa2 Author: Michael Weber gentoo org> AuthorDate: Sun Aug 9 21:36:28 2015 +0000 Commit: Michael Weber gentoo org> CommitDate: Sun Aug 9 21:36:28 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb177a9 sys-auth/libfprint: drop old revisions. Package-Manager: portage-2.2.20 sys-auth/libfprint/libfprint-0.5.0.ebuild | 47 ------------------------------- sys-auth/libfprint/libfprint-0.5.1.ebuild | 46 ------------------------------ 2 files changed, 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 50d8c81..0000000 --- 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 e4e7f34..0000000 --- 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 -}