commit: 20833237009ba83e9be30e83e750158f3bcb8004 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> AuthorDate: Fri Jan 27 11:05:20 2023 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Fri Jan 27 11:07:32 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20833237
sys-auth/pam_fprint: treeclean Closes: https://bugs.gentoo.org/832003 Closes: https://bugs.gentoo.org/719534 Closes: https://bugs.gentoo.org/888665 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> profiles/package.mask | 6 ----- sys-auth/pam_fprint/Manifest | 1 - .../pam_fprint/files/pam_fprint-0.2-headers.patch | 12 ---------- sys-auth/pam_fprint/metadata.xml | 8 ------- sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild | 28 ---------------------- 5 files changed, 55 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index e68303a4d528..d2c52a23a3d2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -686,12 +686,6 @@ dev-scheme/scsh-lib net-p2p/vuze net-p2p/vuze-coreplugins -# Marco Scardovi <[email protected]> (2022-12-27) -# It builds only with a really old version of libfprint -# and has never been updated to new one. No revdeps, no real usage -# Removal on 2023-01-26. Bug #888665 -sys-auth/pam_fprint - # Sam James <[email protected]> (2022-12-27) # Regression in listing subvolumes (no UUIDs), bug #888549 # https://github.com/kdave/btrfs-progs/issues/562 diff --git a/sys-auth/pam_fprint/Manifest b/sys-auth/pam_fprint/Manifest deleted file mode 100644 index 975139d4b57b..000000000000 --- a/sys-auth/pam_fprint/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pam_fprint-0.2.tar.bz2 72781 BLAKE2B 196bfd6a714da2d0fa8fe616a63e31008024a02b785aa393a62acd2267c1cc87382aef1d7af8d9f626c406534dd1e952dec520e6fc5dc0bc52d157246762c15c SHA512 c860488efabfd6301b4e19596e15545bbcb1a15f79bfd7c61a357ef47cf0a621ec0d15328d5be30f7ef045813e18333bd0aea7fb8fcb06681007dcacca6396fd diff --git a/sys-auth/pam_fprint/files/pam_fprint-0.2-headers.patch b/sys-auth/pam_fprint/files/pam_fprint-0.2-headers.patch deleted file mode 100644 index 9ff6e551ee87..000000000000 --- a/sys-auth/pam_fprint/files/pam_fprint-0.2-headers.patch +++ /dev/null @@ -1,12 +0,0 @@ -Add definition of free and setenv, Michael Weber <[email protected]> Oct 18th, 2010 - ---- pam_fprint-0.2/src/pam_fprint.c -+++ pam_fprint-0.2/src/pam_fprint.c -@@ -22,6 +22,7 @@ - #include <sys/types.h> - #include <pwd.h> - #include <string.h> -+#include <stdlib.h> - - #include <fprint.h> - diff --git a/sys-auth/pam_fprint/metadata.xml b/sys-auth/pam_fprint/metadata.xml deleted file mode 100644 index 89c3d29171c9..000000000000 --- a/sys-auth/pam_fprint/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="sourceforge">fprint</remote-id> - </upstream> -</pkgmetadata> diff --git a/sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild b/sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild deleted file mode 100644 index 147cbb18ae28..000000000000 --- a/sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit pam - -DESCRIPTION="a simple PAM module which uses libfprint's functionality for authentication" -HOMEPAGE="http://www.reactivated.net/fprint/wiki/Pam_fprint" -SRC_URI="mirror://sourceforge/fprint/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86" - -RDEPEND=" - sys-auth/libfprint:0 - sys-libs/pam" -DEPEND="${RDEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-headers.patch ) - -src_install() { - dopammod src/${PN}.so - newbin src/pamtest pamtest.fprint - dobin src/pam_fprint_enroll - einstalldocs -}
