From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8715B158096 for ; Fri, 2 Sep 2022 18:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E97EE095D; Fri, 2 Sep 2022 18:10:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AEA4E095D for ; Fri, 2 Sep 2022 18:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98941340EB0 for ; Fri, 2 Sep 2022 18:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2DFF5B2 for ; Fri, 2 Sep 2022 18:10:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1662142197.2053467e31cccb2986e84c7b7317129a2ed10d89.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/pam-script/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-auth/pam-script/Manifest sys-auth/pam-script/pam-script-1.1.8.ebuild X-VCS-Directories: sys-auth/pam-script/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2053467e31cccb2986e84c7b7317129a2ed10d89 X-VCS-Branch: master Date: Fri, 2 Sep 2022 18:10:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aea552eb-4e69-4198-84a1-1398a3a9dbbb X-Archives-Hash: ea35cd523ba1e41e21d17973235d5b4c commit: 2053467e31cccb2986e84c7b7317129a2ed10d89 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 29 20:11:40 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 2 18:09:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2053467e sys-auth/pam-script: drop 1.1.8, EAPI-6-- Signed-off-by: Andreas Sturmlechner gentoo.org> sys-auth/pam-script/Manifest | 1 - sys-auth/pam-script/pam-script-1.1.8.ebuild | 46 ----------------------------- 2 files changed, 47 deletions(-) diff --git a/sys-auth/pam-script/Manifest b/sys-auth/pam-script/Manifest index 56ab8b2cc102..814d6a65625b 100644 --- a/sys-auth/pam-script/Manifest +++ b/sys-auth/pam-script/Manifest @@ -1,2 +1 @@ -DIST pam-script-1.1.8.tar.gz 36442 BLAKE2B 29ea87d694deb5483d34dd60fd4192d8d2050f6c5291fe5d2e7fa90408e7d8ce07b5b987a58142e43893d352d13d002604958b70565827d720e0ee89c6d8eb48 SHA512 c4b99c69a759b6422189707c52439a6afe59e32fca6238acf00116ed104b625920fb36b3e1f0aaf5edc77325b1f7b10d52ac2530d85cec53d941ae906e077543 DIST pam-script-1.1.9.tar.gz 34890 BLAKE2B 0cb1c978cf335039185d34ea9d9a6a5363d73c86e05b24735d3a13d88c2eb03734831ee1fe80a87ca9d89c5b793cdc498b7fb2890a2e09209adfdd43784c2fd8 SHA512 319dff52923f7f895ff123bd6258bc83668b41da1172961e1747cb12fbdd260c6907b73f9881f5c3a50d4e2c4074b66747d7d6bbe1e0d7ab0411251705b59537 diff --git a/sys-auth/pam-script/pam-script-1.1.8.ebuild b/sys-auth/pam-script/pam-script-1.1.8.ebuild deleted file mode 100644 index 18558310dab8..000000000000 --- a/sys-auth/pam-script/pam-script-1.1.8.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -MY_PN=${PN/-/_} -MY_P=${MY_PN}-${PV} - -DESCRIPTION="PAM module for running scripts during authorization, password change and session" -HOMEPAGE="https://github.com/jeroennijhof/pam_script/" -SRC_URI="https://github.com/jeroennijhof/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND="sys-libs/pam" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf \ - --libdir=/$(get_libdir)/security \ - --sysconfdir=/etc/security/${PN} -} - -src_install() { - default - - if use examples ; then - docinto examples - dodoc etc/README.examples - exeinto /usr/share/doc/${PF}/examples - doexe etc/{logscript,tally} - docompress -x /usr/share/doc/${PF}/examples/{logscript,tally} - fi -}