commit:     4d76a1b7a997ae622f01909593eb808ccfb8edfb
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  1 16:06:24 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  1 16:07:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d76a1b7

sys-auth/oath-toolkit: drop 2.6.9

Bug: https://bugs.gentoo.org/933086
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-auth/oath-toolkit/Manifest                     |  1 -
 ...build-failure-noticed-on-ArchLinux-xmlsec.patch | 40 -------------
 sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild    | 70 ----------------------
 3 files changed, 111 deletions(-)

diff --git a/sys-auth/oath-toolkit/Manifest b/sys-auth/oath-toolkit/Manifest
index 9d2a329e23af..5f56fe08369d 100644
--- a/sys-auth/oath-toolkit/Manifest
+++ b/sys-auth/oath-toolkit/Manifest
@@ -1,3 +1,2 @@
 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
-DIST oath-toolkit-2.6.9.tar.gz 4693524 BLAKE2B 
572512311bbfa18d325c7b9b8d88ff85c05241c9a22942bc67edf531ed621e68b031dc4562bd8473ec1b1bfe264c8a4084c1c304ba0d24914acc5b21325b8601
 SHA512 
6e96b5a926f6e2448661fef267dcf9c99167b7bdfc71e319d2ab7ddc051a7be002043485547ad83744209c25ea0d87f8e28f25cccd6856281321f3d22e3cf160

diff --git 
a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.9-Fix-build-failure-noticed-on-ArchLinux-xmlsec.patch
 
b/sys-auth/oath-toolkit/files/oath-toolkit-2.6.9-Fix-build-failure-noticed-on-ArchLinux-xmlsec.patch
deleted file mode 100644
index 8b0cbacc51f7..000000000000
--- 
a/sys-auth/oath-toolkit/files/oath-toolkit-2.6.9-Fix-build-failure-noticed-on-ArchLinux-xmlsec.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-https://bugs.gentoo.org/924395
-
-From 9f2bc8d4278421e2a05598c89f22cdf34929ec66 Mon Sep 17 00:00:00 2001
-From: Simon Josefsson <[email protected]>
-Date: Sun, 31 Dec 2023 15:42:00 +0100
-Subject: [PATCH] Fix build failure noticed on ArchLinux-xmlsec.
-
----
- NEWS                | 2 ++
- libpskc/container.c | 1 +
- libpskc/parser.c    | 1 +
- 3 files changed, 4 insertions(+)
-
-diff --git a/libpskc/container.c b/libpskc/container.c
-index 639babc..bda2266 100644
---- a/libpskc/container.c
-+++ b/libpskc/container.c
-@@ -24,6 +24,7 @@
- #include <pskc/pskc.h>
- 
- #include <string.h>           /* memset */
-+#include <stdlib.h>           /* realloc */
- 
- #define INTERNAL_NEED_PSKC_STRUCT
- #define INTERNAL_NEED_PSKC_KEY_STRUCT
-diff --git a/libpskc/parser.c b/libpskc/parser.c
-index b1f3245..9a1e925 100644
---- a/libpskc/parser.c
-+++ b/libpskc/parser.c
-@@ -28,6 +28,7 @@
- #include "internal.h"
- 
- #include <string.h>
-+#include <stdlib.h>           /* malloc, strtoul */
- #include "base64.h"
- 
- static void
--- 
-2.43.0
-

diff --git a/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild 
b/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild
deleted file mode 100644
index d7c6b3404ba0..000000000000
--- a/sys-auth/oath-toolkit/oath-toolkit-2.6.9.ebuild
+++ /dev/null
@@ -1,70 +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 )
-"
-
-QA_CONFIG_IMPL_DECL_SKIP=(
-       MIN # glibc fp
-)
-
-PATCHES=(
-       "${FILESDIR}"/${P}-Fix-build-failure-noticed-on-ArchLinux-xmlsec.patch
-)
-
-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
-}

Reply via email to