diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-11-13 20:35:29 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-11-13 20:35:29 +0300 |
commit | 87496ebe97b74d41c83fdcefa0a8d69f22df0a3a (patch) | |
tree | a3bae33a219bc776ac35c33345a76e52dff8c400 /sys-auth | |
parent | app-admin/gopass: Drop old (diff) | |
download | gentoo-87496ebe97b74d41c83fdcefa0a8d69f22df0a3a.tar.gz gentoo-87496ebe97b74d41c83fdcefa0a8d69f22df0a3a.tar.bz2 gentoo-87496ebe97b74d41c83fdcefa0a8d69f22df0a3a.zip |
sys-auth/pam_passwdqc: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_passwdqc/metadata.xml | 11 | ||||
-rw-r--r-- | sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild | 14 |
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-auth/pam_passwdqc/metadata.xml b/sys-auth/pam_passwdqc/metadata.xml deleted file mode 100644 index 4abb4efe616c..000000000000 --- a/sys-auth/pam_passwdqc/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <longdescription> - Password strength checking for PAM aware password changing programs. This is an alternative to the default cracklib. - </longdescription> - <longdescription lang="ja"> - パスワード変更プログラムに反応する PAM のパスワード強度検査機能です。これはデフォルトの cracklib の代替です。 - </longdescription> -</pkgmetadata> diff --git a/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild b/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild deleted file mode 100644 index 0d8901ab8eed..000000000000 --- a/sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -DESCRIPTION="Stub ebuild to help migrate to newer package name" -HOMEPAGE="http://www.openwall.com/passwdqc/" - -LICENSE="Openwall BSD public-domain" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~amd64-linux ~x86-linux" - -DEPEND="sys-auth/passwdqc[pam(+)]" -RDEPEND="${DEPEND}" |