summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-11-13 20:35:29 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-11-13 20:35:29 +0300
commit87496ebe97b74d41c83fdcefa0a8d69f22df0a3a (patch)
treea3bae33a219bc776ac35c33345a76e52dff8c400
parentapp-admin/gopass: Drop old (diff)
downloadgentoo-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>
-rw-r--r--profiles/package.mask7
-rw-r--r--sys-auth/pam_passwdqc/metadata.xml11
-rw-r--r--sys-auth/pam_passwdqc/pam_passwdqc-1.3.0.ebuild14
3 files changed, 0 insertions, 32 deletions
diff --git a/profiles/package.mask b/profiles/package.mask
index f30b2d0d8830..5d826a5dde98 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -366,13 +366,6 @@ dev-lua/luacrypto
net-fs/openafs-kernel
<net-fs/openafs-1.8
-# Mikle Kolyada <zlogene@gentoo.org> (2020-10-09)
-# pam module separated from
-# the sys-auth/passwdqc package
-# (now merged back).
-# Removal in 30 days
-sys-auth/pam_passwdqc
-
# Azamat H. Hackimov <azamat.hackimov@gmail.com> (2020-10-06)
# 1.3.3 is broken and failing unittests for net-im/prosody. Bug #746782.
>=dev-lua/luaexpat-1.3.3
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}"