diff options
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/Manifest.gz | bin | 9263 -> 9259 bytes | |||
-rw-r--r-- | sys-auth/oath-toolkit/Manifest | 2 | ||||
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild (renamed from sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild) | 10 |
3 files changed, 8 insertions, 4 deletions
diff --git a/sys-auth/Manifest.gz b/sys-auth/Manifest.gz Binary files differindex 39979f8799cb..ec7a1d3f4def 100644 --- a/sys-auth/Manifest.gz +++ b/sys-auth/Manifest.gz diff --git a/sys-auth/oath-toolkit/Manifest b/sys-auth/oath-toolkit/Manifest index 3577149e19e3..c6cb2ba2323b 100644 --- a/sys-auth/oath-toolkit/Manifest +++ b/sys-auth/oath-toolkit/Manifest @@ -1,3 +1,3 @@ DIST oath-toolkit-2.6.12.tar.gz 4706950 BLAKE2B 8bd184fa7166bc35af3bd632d0dd24ae00480f78a850e2ed4f058ec22711852757f01623ede16c8990daa366752578430be7c93a27d87c8ae92faf9a3aade1a1 SHA512 f82967e4b86bac57bec4b048fedd351ca7ae6f368f4b3a61135057c28c531a2c9845b51660dee2a6f5db66d5065619d22921b94229c672d1889077a710a0f0ce -EBUILD oath-toolkit-2.6.12.ebuild 1823 BLAKE2B aab6e792dd4121d95fdb4e479b3fd13dd1f24dce5db6d875659d565e1d8cafa7ff93543f40332939045bedf61174858372504a9b1a715f29b322ca2718f0cd5a SHA512 cdb5dd25d19ed4d1e8599ae6a91691ea0190f387ace00d18b1b65237e1fe36daaebcc7d524abe7c8e8a395503a53a23403cda879a79c1a36cade415c62ae6df8 +EBUILD oath-toolkit-2.6.12-r1.ebuild 2116 BLAKE2B db50a37b3ba20d1b51fdcacf3b9d7f3434e5986751fa835213698be10010259f0291858b989c1d58e20a72d706b91903ecc7897bc3d5d8b207c459467ac9d2cd SHA512 c18735e1ee2ff4d0bab9caec4ec730c8377d79f29c0d4c70cf03e3277efea30dfd60678fadfb458add2b5d59770737bde83aab01b7225965f0abe1b03c239bb5 MISC metadata.xml 592 BLAKE2B c5428eac278df13bc3cf23e1d5dce5ac4802a262d9f586574035a54af1e0b70547d9ce645636159e3f0cd8942bd77fb4e4f2253ba962d373189ea17f209dc824 SHA512 ed86f998c76cbe3bbcf2e1efa7c91cca0d3872530b6194f8534ff41da407bb8b642c6742fae5a65f2fc216144c977ca33c1b7f414872e5e23c3862b01c256a43 diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild index 5ac94c24f38e..a2d357e1055a 100644 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.12.ebuild +++ b/sys-auth/oath-toolkit/oath-toolkit-2.6.12-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit pam +inherit libtool pam DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms" HOMEPAGE="https://www.nongnu.org/oath-toolkit/" @@ -16,7 +16,6 @@ IUSE="pam static-libs test" RESTRICT="!test? ( test )" DEPEND=" - dev-libs/icu:= dev-libs/libxml2 dev-libs/xmlsec:= pam? ( sys-libs/pam ) @@ -38,6 +37,11 @@ QA_CONFIG_IMPL_DECL_SKIP=( src_prepare() { default + elibtoolize + # upstream has a gdoc.mk, which declares that Makefile.am -> Makefile.in has a rebuild rule on: + # $(top_builddir)/configure + # which is baffling and also totally breaks elibtoolize. Munge the timestamps into forgetting about this. + touch */man/Makefile.gdoc */man/Makefile.in || die # After patching, we have to fix the mtime on libpskc/global.c so # that it doesn't cause Makefile.gdoc to be rebuilt so that it |