diff --git a/profiles/package.mask b/profiles/package.mask index f785d454a5983..898f236300a78 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -231,11 +231,6 @@ net-firewall/itval # Bugs #907861, #957553, #957554, #963466. Removal on 2025-10-29. net-misc/grive -# Andreas Sturmlechner (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 (2025-09-21) # Breaks (common) mt7921e WiFi driver with a hang in many cases, affecting # not just network. See bug #963106. diff --git a/sys-auth/google-authenticator-wrappers/Manifest b/sys-auth/google-authenticator-wrappers/Manifest deleted file mode 100644 index 2eeb4c53df54b..0000000000000 --- a/sys-auth/google-authenticator-wrappers/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST google-authenticator-wrappers-3.tar.gz 6128 BLAKE2B a2c2b35a0c780213a6ba2940c05a205a8ccb043b6ff0808eb47a45c7d52da215293ca785c968f26ec99b7a97e770b127b391fb104b85db6c09efd6af31531786 SHA512 471beb9fdc0225d59efef5c24cbfe1beec5fc4916521c4205c8aec5c4b3dfb473e53fbc5ada337cf0118a715aee9f5e045411b6d43c301d94fc08cccdbc889da diff --git a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3-r1.ebuild b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3-r1.ebuild deleted file mode 100644 index 55a8078507e8b..0000000000000 --- a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3-r1.ebuild +++ /dev/null @@ -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 -} diff --git a/sys-auth/google-authenticator-wrappers/metadata.xml b/sys-auth/google-authenticator-wrappers/metadata.xml deleted file mode 100644 index 9b638fe4f1765..0000000000000 --- a/sys-auth/google-authenticator-wrappers/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - mgorny@gentoo.org - Michał Górny - - - - mgorny@gentoo.org - Michał Górny - - https://github.com/projg2/google-authenticator-wrappers/issues/ - projg2/google-authenticator-wrappers - -