Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/
Date: Sun, 28 Apr 2019 18:20:21
Message-Id: 1556475603.c6f85d52d37a040dbcf39ef85e0cbe2e165950d1.zlogene@gentoo
1 commit: c6f85d52d37a040dbcf39ef85e0cbe2e165950d1
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 28 18:19:50 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 28 18:20:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f85d52
7
8 sys-auth/libfprint: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 sys-auth/libfprint/Manifest | 1 -
14 sys-auth/libfprint/libfprint-0.8.2.ebuild | 42 -------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/sys-auth/libfprint/Manifest b/sys-auth/libfprint/Manifest
18 index 5464d7d9a2e..1b3ff85a28d 100644
19 --- a/sys-auth/libfprint/Manifest
20 +++ b/sys-auth/libfprint/Manifest
21 @@ -1,4 +1,3 @@
22 DIST libfprint-0.6.0.tar.bz2 323590 BLAKE2B 8a592241ded8826337db075dd26960a9712e1a01855c6fd2c461b73ea6e2fac5248bce16165144b48271b368d0b2a82963eab00a64a88c27539e19aee54b9ba4 SHA512 2ab9ceec0c357779c94d3b8e94c11a733825bd735bec0e5c762d215d69bf295da0c5db7fd365e2a7efdcf25747777371f793b5e99d5c98e1bf9dcb1170e10ef9
23 DIST libfprint-0.6.0_vfs0050.patch.gz 9944 BLAKE2B b53a74f64c9691cee7c4e7f2f54afcffe2b00b63914900ed107426a9e42721548caa1ec80e1e39251ee6a0daec6ecf7f80d6704d37bc984dd1ac76320d0b4256 SHA512 658f936c462cf50d4325d33da6c8298768dfbe4bf442933fc197c8f4bebd741ef6878bcfe123606790c3ddcc3e217fd5f97b3755d36b181c5837dc28e146d674
24 -DIST libfprint-0.8.2.tar.gz 418437 BLAKE2B 396fee3b84958f273462fe92553a6a2dbefcadfc54c56531855fcef94613cd03ba68705585802992f86aa8175cb7dda0e80e96931de4a11da973b1f9ce2c4777 SHA512 56f7927adcb40866bfef67624221b921ba3d68e770e707c432f47c0bb1f5e233fd2427bacb448544167257b6ad9edf9008a188f408142288f4dbfee2115e9a8f
25 DIST libfprint-0.99.0.tar.gz 473925 BLAKE2B 799e3600393e4b25f7b0685ff0456ca391e5fcaef36e5b4475371cd07c848e40820dbbdc5a241fe11c6ee08b818380967129f85e177b5d8714b9dbc4d7b68ea1 SHA512 eca1d45baa23b7db1fcc5d7a9a396fe504aadc6ec2e68da32b5415fb0fff1227566d579271e0b34895ce7f3baa55314a0ccd20bb8c4adba253063b7b61284748
26
27 diff --git a/sys-auth/libfprint/libfprint-0.8.2.ebuild b/sys-auth/libfprint/libfprint-0.8.2.ebuild
28 deleted file mode 100644
29 index da49365cca3..00000000000
30 --- a/sys-auth/libfprint/libfprint-0.8.2.ebuild
31 +++ /dev/null
32 @@ -1,42 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit eapi7-ver meson udev
39 -
40 -DESCRIPTION="library to add support for consumer fingerprint readers"
41 -HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/ https://github.com/freedesktop/libfprint"
42 -SRC_URI="https://github.com/freedesktop/libfprint/archive/V_$(ver_rs 0-3 '_').tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
47 -IUSE="doc examples"
48 -
49 -RDEPEND="dev-libs/glib:2
50 - dev-libs/nss
51 - virtual/libusb:1=
52 - x11-libs/pixman
53 - x11-libs/libX11
54 - x11-libs/libXv"
55 -
56 -DEPEND="${RDEPEND}
57 - dev-util/gtk-doc
58 - virtual/pkgconfig"
59 -
60 -PATCHES=( ${FILESDIR}/${P}-fix-implicit-declaration.patch )
61 -
62 -S="${WORKDIR}/${PN}-V_$(ver_rs 0-3 '_')"
63 -
64 -src_configure() {
65 - local emesonargs=(
66 - -Ddoc=$(usex doc true false)
67 - -Dx11-examples=$(usex examples true false)
68 - -Ddrivers=all
69 - -Dudev_rules=true
70 - -Dudev_rules_dir=$(get_udevdir)/rules.d
71 - --libdir=/usr/$(get_libdir)
72 - )
73 - meson_src_configure
74 -}