diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-24 03:02:55 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-24 03:02:55 +0000 |
commit | 530a5a826feeb71085fb8a01927f4d775a0b131b (patch) | |
tree | b7669c45ea3f2a3a37b2437817a370226bb1c819 /sys-auth/oath-toolkit | |
parent | 71dd9d29cdaf7cc0ecdb9ea37d128726a941c630 (diff) |
gentoo auto-resync : 24:11:2024 - 03:02:54
Diffstat (limited to 'sys-auth/oath-toolkit')
-rw-r--r-- | sys-auth/oath-toolkit/Manifest | 3 | ||||
-rw-r--r-- | sys-auth/oath-toolkit/files/oath-toolkit-2.6.11-fix-musl-build.patch | 24 | ||||
-rw-r--r-- | sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild | 83 |
3 files changed, 0 insertions, 110 deletions
diff --git a/sys-auth/oath-toolkit/Manifest b/sys-auth/oath-toolkit/Manifest index 995b3c17dbf9..3577149e19e3 100644 --- a/sys-auth/oath-toolkit/Manifest +++ b/sys-auth/oath-toolkit/Manifest @@ -1,6 +1,3 @@ -AUX oath-toolkit-2.6.11-fix-musl-build.patch 639 BLAKE2B da20b1df13643d4c357b4825003e917c891d1c8c6821a00d6eb219e10013e863649a09847906df0cda539644b9d5436565e101aaf850b99921f13c1b7c0440d9 SHA512 00b2541211fcb38e770d27a1d226d759dfce11c5e65acd64175a5124dc197bfcee24094f222daa4bbe84c1c78b78eac5f26aef3930556dcd3072c5cb5e36d4ab -DIST oath-toolkit-2.6.11.tar.gz 4699215 BLAKE2B f3fa3ab1818f4f9bbf7c8c88432cd3432fbfb30dfcc660ab85f07e2d3d7e1616fc24579900bc55bbf72fb81b2eac4a6591553968872f07d8b3955ce4e6495afd SHA512 42df879bebccdde3d38558ba735e09db14d0c916b9f0d3a1842e0ecc80614b7d1ee44db39d3097970a2a7108446da6eefd09bdd32dd2fb81d6aed06dc19552fd DIST oath-toolkit-2.6.12.tar.gz 4706950 BLAKE2B 8bd184fa7166bc35af3bd632d0dd24ae00480f78a850e2ed4f058ec22711852757f01623ede16c8990daa366752578430be7c93a27d87c8ae92faf9a3aade1a1 SHA512 f82967e4b86bac57bec4b048fedd351ca7ae6f368f4b3a61135057c28c531a2c9845b51660dee2a6f5db66d5065619d22921b94229c672d1889077a710a0f0ce -EBUILD oath-toolkit-2.6.11.ebuild 1895 BLAKE2B 8cae439af65e0e82670f0fda0cf312d91d6cb3637e8b62d72bc5e3c3bc9366da0e1887d1b2e31769e3a0847911cb07df905549fa372a4427c5fbf30c1e398206 SHA512 66414e86916e8e7dd65bfc3eb1dc3190a4b3db2f285e131c15d895b19604b3a0aa1c4148dae9405e67cc54a80fc01948c0cdcfba56da7addf1537dba91cc8da2 EBUILD oath-toolkit-2.6.12.ebuild 1823 BLAKE2B aab6e792dd4121d95fdb4e479b3fd13dd1f24dce5db6d875659d565e1d8cafa7ff93543f40332939045bedf61174858372504a9b1a715f29b322ca2718f0cd5a SHA512 cdb5dd25d19ed4d1e8599ae6a91691ea0190f387ace00d18b1b65237e1fe36daaebcc7d524abe7c8e8a395503a53a23403cda879a79c1a36cade415c62ae6df8 MISC metadata.xml 592 BLAKE2B c5428eac278df13bc3cf23e1d5dce5ac4802a262d9f586574035a54af1e0b70547d9ce645636159e3f0cd8942bd77fb4e4f2253ba962d373189ea17f209dc824 SHA512 ed86f998c76cbe3bbcf2e1efa7c91cca0d3872530b6194f8534ff41da407bb8b642c6742fae5a65f2fc216144c977ca33c1b7f414872e5e23c3862b01c256a43 diff --git a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.11-fix-musl-build.patch b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.11-fix-musl-build.patch deleted file mode 100644 index 5affd40c3111..000000000000 --- a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.11-fix-musl-build.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 65f37d4deb6ac87dd64df1bb281588d300a1bf3e Mon Sep 17 00:00:00 2001 -From: orbea <orbea@riseup.net> -Date: Mon, 12 Feb 2024 18:18:31 -0800 -Subject: [PATCH] libpskc: fix implicit declaration with musl - ---- - libpskc/global.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libpskc/global.c b/libpskc/global.c -index 1a514506..6082e11a 100644 ---- a/libpskc/global.c -+++ b/libpskc/global.c -@@ -24,6 +24,7 @@ - #include <pskc/pskc.h> - - #include "internal.h" -+#include <stdlib.h> /* free */ - #include <string.h> /* strverscmp */ - #include <libxml/parser.h> /* xmlInitParser */ - #include <libxml/catalog.h> /* xmlLoadCatalog */ --- -GitLab - diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild b/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild deleted file mode 100644 index 97c809055a1a..000000000000 --- a/sys-auth/oath-toolkit/oath-toolkit-2.6.11.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit pam - -DESCRIPTION="Toolkit for using one-time password authentication with HOTP/TOTP algorithms" -HOMEPAGE="https://www.nongnu.org/oath-toolkit/" -SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 arm ~arm64 ~loong ppc64 ~riscv x86" -IUSE="pam static-libs test" -RESTRICT="!test? ( test )" - -DEPEND=" - dev-libs/icu:= - dev-libs/libxml2 - dev-libs/xmlsec:= - pam? ( sys-libs/pam ) -" -RDEPEND="${DEPEND}" -BDEPEND=" - dev-build/gtk-doc-am - test? ( dev-libs/libxml2 ) -" - -PATCHES=( "${FILESDIR}/${P}-fix-musl-build.patch" ) - -# fpurge is from gnulib, and unused as of 2.6.11 -QA_CONFIG_IMPL_DECL_SKIP=( - MIN # glibc fp - alignof - fpurge - static_assert - unreachable -) - -src_prepare() { - default - - # 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 - # doesn't cause Makefile.in to be rebuilt so that it doesn't try to - # run automake-1.16.5 for no reason. Bug 936309. - touch --reference=libpskc/errors.c libpskc/global.c || die -} - -src_configure() { - local myeconfargs=( - --cache-file="${S}"/config.cache - --enable-pskc - $(use_enable test xmltest) - $(use_enable pam) - $(use_with pam pam-dir $(getpam_mod_dir)) - $(use_enable static-libs static) - ) - - econf "${myeconfargs[@]}" -} - -src_test() { - # Without keep-going, it will bail out after the first testsuite failure, - # skipping the other testsuites. as they are mostly independent, this sucks. - emake --keep-going check - - # Avoid errant QA notice for no tests run on these - rm -f libpskc/gtk-doc/test-suite.log liboath/gtk-doc/test-suite.log || die -} - -src_install() { - default - - find "${ED}" -name '*.la' -type f -delete || die - - if use pam; then - newdoc pam_oath/README README.pam - fi - - doman pskctool/pskctool.1 -} |