sys-auth/google-authenticator-wrappers: treeclean

Closes: https://bugs.gentoo.org/952796 (pkgremoved)
Closes: https://bugs.gentoo.org/957240 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-10-30 08:59:18 +01:00
parent 1085fe98c9
commit b84c4ba18a
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
4 changed files with 0 additions and 72 deletions

View File

@ -231,11 +231,6 @@ net-firewall/itval
# Bugs #907861, #957553, #957554, #963466. Removal on 2025-10-29.
net-misc/grive
# Andreas Sturmlechner <asturm@gentoo.org> (2025-09-30)
# Dead upstream, EAPI-7 based, no one else is left packaging this.
# Bugs #952796, #957240. Removal on 2025-10-29.
sys-auth/google-authenticator-wrappers
# Sam James <sam@gentoo.org> (2025-09-21)
# Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting
# not just network. See bug #963106.

View File

@ -1 +0,0 @@
DIST google-authenticator-wrappers-3.tar.gz 6128 BLAKE2B a2c2b35a0c780213a6ba2940c05a205a8ccb043b6ff0808eb47a45c7d52da215293ca785c968f26ec99b7a97e770b127b391fb104b85db6c09efd6af31531786 SHA512 471beb9fdc0225d59efef5c24cbfe1beec5fc4916521c4205c8aec5c4b3dfb473e53fbc5ada337cf0118a715aee9f5e045411b6d43c301d94fc08cccdbc889da

View File

@ -1,50 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit cmake eapi9-ver
DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra"
HOMEPAGE="https://github.com/projg2/google-authenticator-wrappers"
SRC_URI="https://github.com/projg2/google-authenticator-wrappers/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
DEPEND="
acct-group/gauth
acct-user/gauth
"
RDEPEND="
${DEPEND}
sys-auth/google-authenticator
"
pkg_pretend() {
if [[ ${MERGE_TYPE} != buildonly ]] && ver_replacing -lt 3; then
ewarn "google-authenticator-wrappers v3 switches the secret store mechanism"
ewarn "from user-owned files to /var/lib/gauth. To migrate secrets, move"
ewarn "and chown, e.g.:"
ewarn
ewarn " mv /home/myuser/.google_authenticator /var/lib/gauth/myuser"
ewarn " chown gauth /var/lib/gauth/myuser"
ewarn
ewarn "If you do not migrate or reset secrets, second step authentication"
ewarn "will be disabled after the upgrade."
fi
}
src_configure() {
local mycmakeargs=(
-DGAUTH_USERNAME=gauth
)
cmake_src_configure
}
pkg_preinst() {
fowners gauth:gauth /var/lib/gauth /usr/bin/gauthctl /usr/bin/gauth-test
fperms ug+s /usr/bin/gauthctl /usr/bin/gauth-test
}

View File

@ -1,16 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<upstream>
<maintainer status="active">
<email>mgorny@gentoo.org</email>
<name>Michał Górny</name>
</maintainer>
<bugs-to>https://github.com/projg2/google-authenticator-wrappers/issues/</bugs-to>
<remote-id type="github">projg2/google-authenticator-wrappers</remote-id>
</upstream>
</pkgmetadata>