diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 13:58:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 13:58:28 +0000 |
commit | 8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch) | |
tree | a2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /sys-auth | |
parent | f2299aed04cae8310f7fce0be5396370e346d966 (diff) |
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/Manifest.gz | bin | 9584 -> 9426 bytes | |||
-rw-r--r-- | sys-auth/pam_fprint/Manifest | 4 | ||||
-rw-r--r-- | sys-auth/pam_fprint/files/pam_fprint-0.2-headers.patch | 12 | ||||
-rw-r--r-- | sys-auth/pam_fprint/metadata.xml | 8 | ||||
-rw-r--r-- | sys-auth/pam_fprint/pam_fprint-0.2-r2.ebuild | 28 |
5 files changed, 0 insertions, 52 deletions
diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz Binary files differindex 864934d4abc8..000f9365b59d 100644 --- a/sys-auth/Manifest.gz +++ b/sys-auth/Manifest.gz diff --git a/sys-auth/pam_fprint/Manifest b/sys-auth/pam_fprint/Manifest deleted file mode 100644 index 6e981edb68f2..000000000000 --- a/sys-auth/pam_fprint/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX pam_fprint-0.2-headers.patch 281 BLAKE2B b05e33732c83483a790198dd884c7051f071a450935e8236a6d345446d4bc9c415815c251c9fd537f78abb7822a12e8b94916c429bf0635bfc4edc441ca897ff SHA512 f7bbc72805ccbea7ba66b88fdf1f9793b3e8c076e7e64cab0be2c04881fb786b7ba9559067efad2956a3fd26aa647794b19b0cd0c52472fbd3ecd7205d71d006 -DIST pam_fprint-0.2.tar.bz2 72781 BLAKE2B 196bfd6a714da2d0fa8fe616a63e31008024a02b785aa393a62acd2267c1cc87382aef1d7af8d9f626c406534dd1e952dec520e6fc5dc0bc52d157246762c15c SHA512 c860488efabfd6301b4e19596e15545bbcb1a15f79bfd7c61a357ef47cf0a621ec0d15328d5be30f7ef045813e18333bd0aea7fb8fcb06681007dcacca6396fd -EBUILD pam_fprint-0.2-r2.ebuild 648 BLAKE2B 2c7f0f96e4fb7ed78287090fa91e7be48c2946e2082437e1d3fab80c98dbfa23cccae9da977f8d5a599b6d5515425b4136678ef08133c6f835c10268eb792547 SHA512 30ce64b0613975c8a3d27407297d71ae2737c2285aec7b0eaa1cc3de13a72fdebd75b4e9694a80e072d133c7a58011032e881bbdac2e2c2557dd731847582451 -MISC metadata.xml 244 BLAKE2B e33de6604aa3c4e2c73bab01dab8387fa6c030ed7061346eca6ac4da3c8ab92fa2ce3084b82dc3dee7014b04685b9161395db8c9a6d51760e84b521a1e14426e SHA512 b148b3fc992b6984609615433f93f4929343cbdbb0253fc179c0306bacac592e007ac639ca4e42499f838fdb1588d76a658f5213f49801e86d561121b1b79b77 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 <xmw@gentoo.org> 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 -} |