public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/
Date: Sun, 21 Mar 2021 08:24:12 +0000 (UTC)	[thread overview]
Message-ID: <1616314933.33e332558e7251242d342098bfc92bb0172c40a1.juippis@gentoo> (raw)

commit:     33e332558e7251242d342098bfc92bb0172c40a1
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 08:22:13 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 08:22:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33e33255

sys-auth/libfprint: drop 0.99.0, 1.90.1, 1.90.2

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-auth/libfprint/Manifest                   |  3 --
 sys-auth/libfprint/libfprint-0.99.0.ebuild    | 44 ------------------------
 sys-auth/libfprint/libfprint-1.90.1-r1.ebuild | 48 ---------------------------
 sys-auth/libfprint/libfprint-1.90.2-r1.ebuild | 48 ---------------------------
 4 files changed, 143 deletions(-)

diff --git a/sys-auth/libfprint/Manifest b/sys-auth/libfprint/Manifest
index d95d6f98ffc..621b1f07fdb 100644
--- a/sys-auth/libfprint/Manifest
+++ b/sys-auth/libfprint/Manifest
@@ -1,5 +1,2 @@
-DIST libfprint-0.99.0.tar.gz 473925 BLAKE2B 799e3600393e4b25f7b0685ff0456ca391e5fcaef36e5b4475371cd07c848e40820dbbdc5a241fe11c6ee08b818380967129f85e177b5d8714b9dbc4d7b68ea1 SHA512 eca1d45baa23b7db1fcc5d7a9a396fe504aadc6ec2e68da32b5415fb0fff1227566d579271e0b34895ce7f3baa55314a0ccd20bb8c4adba253063b7b61284748
 DIST libfprint-1.0.tar.gz 475347 BLAKE2B cb560898cec11861c4529c0c37c328f74eaf271c1932ca5126b7bd6c82fafee24aff393c0fe223fef018a34a409647065d5f98a999c00f0e7a879e33bdfcd3cb SHA512 2d7f569368035cce0a579ef3412a1961c28aab254ae6174ce9ad11ce97b3dce824d0c6123adac12718cb074439e4d5b93bf978e5341824f179231d1faa219a26
-DIST libfprint-1.90.1.tar.gz 2348486 BLAKE2B d9f43253d8be874f3d78e19dbd148788d8abdc3cd0d6f5c931a4aad650acaf647f9c818c22a575f9ebe0a698a338693448f6f460c780adcd7140dedbdc4e025f SHA512 0548d29e55aaa59e73f0fd13cac6b85dd3a048358c365423e12884c3877c3e30422ee3fc4d18a3daba2f26383fb886f1d40a74dba5d947f7bdec6b8852995b4e
-DIST libfprint-1.90.2.tar.gz 4152489 BLAKE2B d8e8dde93acfc83dc253741517eb840b1a950b5626f2aabef4d4a44fcef2db95096e7d467ae3191c3478e93c0919acbf48010b0c4dd23a538466a25d8204ddf6 SHA512 58326714ce92514e2f95da84c94ca1286cadb0f0bb7de68f15aba0120a22e4a51d8bc6d3d7dc0a4e46e3620e2bd0b3247d07782a3308daf2edd44a4ddb60d226
 DIST libfprint-1.90.6.tar.gz 6375191 BLAKE2B 0e6300da25eb910dc50c3752731f877ad26093bd901a8de222ec21965596fe88e643b0923edc4e100d96e3910595bb00c3935ef8b19840ac5c4ff1d9405f2d09 SHA512 91ce2bbc5bed17d8a343fa78cede3d0f14a83706a9c950334db98933ceea5c11c3af81f9692108bf49b3a31f91a4be34812f27a7703f164ebffdbc29eb73fac8

diff --git a/sys-auth/libfprint/libfprint-0.99.0.ebuild b/sys-auth/libfprint/libfprint-0.99.0.ebuild
deleted file mode 100644
index 9e8a004c30b..00000000000
--- a/sys-auth/libfprint/libfprint-0.99.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson udev
-
-DESCRIPTION="library to add support for consumer fingerprint readers"
-HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/ https://github.com/freedesktop/libfprint"
-SRC_URI="https://github.com/freedesktop/libfprint/archive/V_$(ver_rs 0-3 '_').tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86"
-IUSE="examples"
-
-RDEPEND="dev-libs/glib:2
-	 dev-libs/nss
-	 virtual/libusb:1=
-	 x11-libs/gtk+:3
-	 x11-libs/pixman
-	 x11-libs/libX11
-	 x11-libs/libXv"
-
-DEPEND="${RDEPEND}
-	dev-util/gtk-doc"
-
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
-
-S="${WORKDIR}/${PN}-V_$(ver_rs 0-3 '_')"
-
-src_configure() {
-		local emesonargs=(
-			-Ddoc=false
-			-Dx11-examples=$(usex examples true false)
-			-Ddrivers=all
-			-Dudev_rules=true
-			-Dudev_rules_dir=$(get_udevdir)/rules.d
-			--libdir=/usr/$(get_libdir)
-		)
-		meson_src_configure
-}

diff --git a/sys-auth/libfprint/libfprint-1.90.1-r1.ebuild b/sys-auth/libfprint/libfprint-1.90.1-r1.ebuild
deleted file mode 100644
index f58fbf922a7..00000000000
--- a/sys-auth/libfprint/libfprint-1.90.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson udev
-
-DESCRIPTION="library to add support for consumer fingerprint readers"
-HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/ https://github.com/freedesktop/libfprint https://gitlab.freedesktop.org/libfprint/libfprint"
-SRC_URI="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples +introspection"
-
-RDEPEND="dev-libs/glib:2
-	>=dev-libs/libgusb-0.3.1
-	dev-libs/nss
-	virtual/libusb:1=
-	x11-libs/gtk+:3
-	x11-libs/pixman
-	x11-libs/libX11
-	x11-libs/libXv
-	!>=${CATEGORY}/${PN}-1.90:0"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-util/gtk-doc
-	virtual/pkgconfig
-	introspection? ( dev-libs/gobject-introspection )"
-
-PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_configure() {
-		local emesonargs=(
-			-Ddoc=false
-			$(meson_use examples gtk-examples)
-			$(meson_use introspection)
-			-Ddrivers=all
-			-Dudev_rules=true
-			-Dudev_rules_dir=$(get_udevdir)/rules.d
-			--libdir=/usr/$(get_libdir)
-		)
-		meson_src_configure
-}

diff --git a/sys-auth/libfprint/libfprint-1.90.2-r1.ebuild b/sys-auth/libfprint/libfprint-1.90.2-r1.ebuild
deleted file mode 100644
index f58fbf922a7..00000000000
--- a/sys-auth/libfprint/libfprint-1.90.2-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson udev
-
-DESCRIPTION="library to add support for consumer fingerprint readers"
-HOMEPAGE="https://cgit.freedesktop.org/libfprint/libfprint/ https://github.com/freedesktop/libfprint https://gitlab.freedesktop.org/libfprint/libfprint"
-SRC_URI="https://gitlab.freedesktop.org/libfprint/libfprint/-/archive/v${PV}/${PN}-v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="examples +introspection"
-
-RDEPEND="dev-libs/glib:2
-	>=dev-libs/libgusb-0.3.1
-	dev-libs/nss
-	virtual/libusb:1=
-	x11-libs/gtk+:3
-	x11-libs/pixman
-	x11-libs/libX11
-	x11-libs/libXv
-	!>=${CATEGORY}/${PN}-1.90:0"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-util/gtk-doc
-	virtual/pkgconfig
-	introspection? ( dev-libs/gobject-introspection )"
-
-PATCHES=( ${FILESDIR}/${PN}-0.8.2-fix-implicit-declaration.patch )
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_configure() {
-		local emesonargs=(
-			-Ddoc=false
-			$(meson_use examples gtk-examples)
-			$(meson_use introspection)
-			-Ddrivers=all
-			-Dudev_rules=true
-			-Dudev_rules_dir=$(get_udevdir)/rules.d
-			--libdir=/usr/$(get_libdir)
-		)
-		meson_src_configure
-}


             reply	other threads:[~2021-03-21  8:24 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21  8:24 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-02  9:21 [gentoo-commits] repo/gentoo:master commit in: sys-auth/libfprint/ Sam James
2024-06-14  9:10 Arthur Zamarin
2024-06-14  9:07 Arthur Zamarin
2024-06-14  9:07 Arthur Zamarin
2024-06-14  9:07 Arthur Zamarin
2024-06-14  9:05 Arthur Zamarin
2024-06-14  9:05 Arthur Zamarin
2024-06-03  6:30 Sam James
2024-06-03  5:53 Sam James
2024-04-05 15:27 Arthur Zamarin
2024-02-22  2:24 Patrick McLean
2023-11-30  0:39 Patrick McLean
2023-11-30  0:35 Patrick McLean
2023-07-27  5:11 WANG Xuerui
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-02-24 16:28 Arthur Zamarin
2023-01-13 18:20 Arthur Zamarin
2023-01-13 12:59 Arthur Zamarin
2022-12-28  0:56 Sam James
2022-12-18 21:31 Arthur Zamarin
2022-12-18 21:31 Arthur Zamarin
2022-12-18 11:44 Sam James
2022-12-18 11:36 Sam James
2022-12-18 11:30 Sam James
2022-08-11 10:55 Sam James
2022-06-07  1:42 Sam James
2022-04-29 10:21 Sam James
2022-04-17 19:17 Sam James
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-17 18:36 Arthur Zamarin
2022-04-10 17:51 Arthur Zamarin
2022-04-06  6:32 Agostino Sarubbo
2022-04-06  6:32 Agostino Sarubbo
2022-02-27  6:32 Sam James
2022-02-15 23:38 Conrad Kostecki
2022-01-04 15:33 Marek Szuba
2021-12-02  8:29 Agostino Sarubbo
2021-12-02  8:24 Agostino Sarubbo
2021-11-20  0:53 Marek Szuba
2021-10-21  4:29 Sam James
2021-10-20  9:46 Sam James
2021-10-20  3:26 Sam James
2021-10-20  3:26 Sam James
2021-08-27 15:19 Yixun Lan
2021-05-04 19:13 Sam James
2021-05-01 14:06 Sam James
2021-04-30 23:39 Sam James
2021-04-30 23:37 Sam James
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-03-30 13:03 Joonas Niilola
2021-03-28 12:17 Sam James
2021-03-26  7:45 Agostino Sarubbo
2021-03-25 18:12 Agostino Sarubbo
2021-03-22  0:10 Sam James
2021-03-22  0:10 Sam James
2021-03-22  0:10 Sam James
2021-03-15 18:06 Sergei Trofimovich
2021-03-15  6:32 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:11 Sam James
2021-03-14 22:03 Sam James
2021-03-13 11:37 Sam James
2021-03-13 11:35 Sam James
2021-02-18 13:47 Joonas Niilola
2021-01-12 12:28 Mikle Kolyada
2021-01-08  6:15 Matthew Thode
2021-01-05 22:00 Matt Turner
2021-01-05 22:00 Matt Turner
2020-11-13 12:42 Mikle Kolyada
2020-06-18 21:23 Mikle Kolyada
2020-03-19  9:58 Mikle Kolyada
2019-12-27 13:23 Mikle Kolyada
2019-09-13 13:15 Mikle Kolyada
2019-08-03 11:19 Aaron Bauman
2019-06-05 18:14 Sergei Trofimovich
2019-05-21 19:37 Mikle Kolyada
2019-04-28 18:22 Mikle Kolyada
2019-04-28 18:20 Mikle Kolyada
2018-12-22 21:25 Mikle Kolyada
2018-12-22 14:53 Mikle Kolyada
2018-09-02 15:05 Mikle Kolyada
2018-07-23 18:42 Sergei Trofimovich
2018-07-22  1:24 Mikle Kolyada
2018-07-08 17:23 Markus Meier
2018-06-26  2:04 Aaron Bauman
2018-06-25 13:36 Tobias Klausmann
2018-06-21 19:21 Sergei Trofimovich
2018-06-21  6:33 Sergei Trofimovich
2017-02-11 19:47 David Seifert
2016-02-16 20:58 Lars Wendler
2015-08-11 20:19 Michael Weber
2015-08-10 20:42 Michael Weber
2015-08-09 22:05 Michael Weber
2015-08-09 22:00 Michael Weber
2015-08-09 21:58 Michael Weber
2015-08-09 21:36 Michael Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1616314933.33e332558e7251242d342098bfc92bb0172c40a1.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox