summaryrefslogtreecommitdiff
path: root/sys-auth/pam_dotfile
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-12-14 13:26:14 +0000
commit6abbf81ef2f298e3221ff5e67a1f3c5f23958212 (patch)
tree25413d1cb3a0cbfe36029db32398c0f333609215 /sys-auth/pam_dotfile
parent9c417bacd51da6d8b57fa9f37425161d30d4b95b (diff)
gentoo resync : 14.12.2020
Diffstat (limited to 'sys-auth/pam_dotfile')
-rw-r--r--sys-auth/pam_dotfile/Manifest2
-rw-r--r--sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild22
2 files changed, 12 insertions, 12 deletions
diff --git a/sys-auth/pam_dotfile/Manifest b/sys-auth/pam_dotfile/Manifest
index 4222b36e91b2..c98b4d7927bb 100644
--- a/sys-auth/pam_dotfile/Manifest
+++ b/sys-auth/pam_dotfile/Manifest
@@ -1,4 +1,4 @@
AUX pam_dotfile-0.7-gentoo.patch 3789 BLAKE2B 686a14c3a4bbb0f7bb4d128b1bb32deaff3d6d9500c49d29a559a2ebba34d95b0bc88fc28f217a3ccfd0d66ef4fdef4c9fdf6920b409337a530e3e93e2619723 SHA512 83501f36f044cc24c2437112444e1280866e2c78f4f2823cd2b4ec2883fd6bff81fb23c7108bc773e50d1dbf97ac307df09245984cdf4fd068f314ad4bc57771
DIST pam_dotfile-0.7.tar.gz 229009 BLAKE2B 99cec03f963735806f89ec6d099450993277877cc25562b4eb0c98dd61dbd8a8c5fcbb2c23ab24883c0fe4f44632fdbf0c6d8eeed646e3af28744b9a5aabba11 SHA512 544160068af2c6a488271d36cfae43340d4d7801702aef629ba781dff12b99334bc76ec14396783d0a9823d0f976c847335fe8b1b07cbbb6e43d0bd658ff7500
-EBUILD pam_dotfile-0.7-r2.ebuild 925 BLAKE2B 3540ad7c5d88730afb9e2750eacbf95df5bd7864f388a95aa9bd02906cd4d779880152e180b6e25a6b99f40e414b60fbafe68057fe80ee28a1f9092c2ed787db SHA512 ce9f0e7e4aa32ede25830e5becd7a55c455c942832e8d1e2fe7f5c330c4d19af65469e71e72eaba3f20cfa84e606a2898de993a1c28a1ba196d638789dbbf3ce
+EBUILD pam_dotfile-0.7-r2.ebuild 887 BLAKE2B 4b6b02182217f6a851e58091efc8c72288ab1652f4db77450d20a16418caebe55c6879741f78c90c956c8277ac7f2de458200a82273dc6212640840391fc21b2 SHA512 bbd72ff25d21b38aef122d416c95189114ac1b19ea41b600b7d503b8528b83a05121c36d9c6bd5a757600fd3e07c6dd010125504d94190b4651a2fbe33bd4ecf
MISC metadata.xml 250 BLAKE2B 346e26a90f4356494c6d7bfeb637847465e6373029a3a3868dda98c626e7a0609630686d0ba049663069e8226dbac93ce54721ab2546c0917f4394227aa2b708 SHA512 6a8c6ec368756be9593d3f0b944d7bd198865711781f1ea49d5f059848243b268a0744482b93e9d1bf7f01a77e973e526a0e40733fb20925661de715ea3b4e25
diff --git a/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild b/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild
index 5ec0eed67259..335c08e47e4d 100644
--- a/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild
+++ b/sys-auth/pam_dotfile/pam_dotfile-0.7-r2.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit eutils pam autotools autotools-utils
+inherit autotools pam
MY_P="${P/_beta/beta}"
-S="${WORKDIR}/${MY_P}"
DESCRIPTION="pam module to allow password-storing in \$HOME/dotfiles"
HOMEPAGE="http://0pointer.de/lennart/projects/pam_dotfile/
@@ -18,14 +17,15 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="doc"
+BDEPEND="doc? ( www-client/lynx )"
RDEPEND="sys-libs/pam"
-DEPEND="${RDEPEND}
- doc? ( www-client/lynx )"
+DEPEND="${RDEPEND}"
-HTML_DOCS="doc"
+S="${WORKDIR}/${MY_P}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
+ default
+ eapply "${FILESDIR}"/${P}-gentoo.patch
eautoreconf
}
@@ -34,12 +34,12 @@ src_configure() {
$(use_enable doc lynx)
--with-pammoddir=$(getpam_mod_dir)
)
- autotools-utils_src_configure
+ econf "${myeconfargs[@]}"
}
src_install() {
- autotools-utils_src_install
+ default
# kill the libtool archives
- rm -rf "${D}"/$(getpam_mod_dir)/*.la
+ rm -rf "${D}"/$(getpam_mod_dir)/*.la || die
}