commit:     0eed873e4ffe138aa0b13031dda2673007329cf0
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Fri May 19 08:50:36 2023 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri May 19 08:50:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eed873e

net-misc/oidc-agent: drop 4.5.0-r1

Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 net-misc/oidc-agent/Manifest                       |  1 -
 .../files/oidc-agent-4.4.0_deps-automagic.patch    | 13 ----
 net-misc/oidc-agent/oidc-agent-4.5.0-r1.ebuild     | 89 ----------------------
 3 files changed, 103 deletions(-)

diff --git a/net-misc/oidc-agent/Manifest b/net-misc/oidc-agent/Manifest
index ebb82bb12cd8..f8c5d74b05e4 100644
--- a/net-misc/oidc-agent/Manifest
+++ b/net-misc/oidc-agent/Manifest
@@ -1,2 +1 @@
-DIST oidc-agent-4.5.0.tar.gz 1823181 BLAKE2B 
d2023494689ec65837efcd67e325c690ec1b3a03f78dccce853d1c30e312a89d5d43476132830d10aa63ead7b5cfc91b99fcf78fdfa2d46c60e5a62030c77884
 SHA512 
23520dc5556ed54ad2dcf3a14a5183f04b1f8030aafd342cfb5f4e21683058da475335c7b29ae0727bd20405e42fad825614d1b7c86fca5a81e4bf3cae5f64c1
 DIST oidc-agent-4.5.1.tar.gz 1823853 BLAKE2B 
d73ce4405ead08ddc0433a5c3b660b08037eecbde5f1e0358cad8731d0787e63ffae4b1317ecfe824a951e07a82d600fa4180557d93d0ce5a382e8c8f39289d6
 SHA512 
9afffbfcb00c610b04f97c59d610799a4ce45b1c40a61e388c6ab8b550381725602e43d219ce475a9d0425c1bc07b49ca982379286e9f48ebae1e19ca4587779

diff --git a/net-misc/oidc-agent/files/oidc-agent-4.4.0_deps-automagic.patch 
b/net-misc/oidc-agent/files/oidc-agent-4.4.0_deps-automagic.patch
deleted file mode 100644
index f8131d23bafa..000000000000
--- a/net-misc/oidc-agent/files/oidc-agent-4.4.0_deps-automagic.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -78,8 +78,8 @@
- TESTSRCDIR = test/src
- TESTBINDIR = test/bin
- 
--USE_CJSON_SO ?= $(shell /sbin/ldconfig -N -v $(sed 's/:/ /g' <<< 
$LD_LIBRARY_PATH) 2>/dev/null | grep -i libcjson >/dev/null && echo 1 || echo 0)
--USE_LIST_SO ?= $(shell /sbin/ldconfig -N -v $(sed 's/:/ /g' <<< 
$LD_LIBRARY_PATH) 2>/dev/null | grep -i liblist >/dev/null && echo 1 || echo 0)
-+USE_CJSON_SO ?= 0
-+USE_LIST_SO ?= 0
- USE_ARGP_SO ?= 0
- 
- ifeq ($(USE_CJSON_SO),1)

diff --git a/net-misc/oidc-agent/oidc-agent-4.5.0-r1.ebuild 
b/net-misc/oidc-agent/oidc-agent-4.5.0-r1.ebuild
deleted file mode 100644
index 3b4667ef6d70..000000000000
--- a/net-misc/oidc-agent/oidc-agent-4.5.0-r1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Agent and tools for managing OpenID Connect tokens on the command 
line"
-HOMEPAGE="https://github.com/indigo-dc/oidc-agent";
-SRC_URI="https://github.com/indigo-dc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-IUSE="test"
-
-DEPEND="app-crypt/libsecret
-       dev-libs/cJSON:=
-       dev-libs/libsodium:=
-       media-gfx/qrencode
-       net-libs/libmicrohttpd:=
-       net-libs/webkit-gtk:4.1=
-       net-misc/curl
-       elibc_musl? ( sys-libs/argp-standalone )"
-RDEPEND="${DEPEND}"
-BDEPEND="test? ( dev-libs/check )"
-
-RESTRICT="!test? ( test )"
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-4.4.0_deps-automagic.patch
-       "${FILESDIR}"/${PN}-4.4.0_install-perms.patch
-       "${FILESDIR}"/${PN}-4.5.0_webkit41.patch
-)
-
-src_prepare() {
-       xdg_environment_reset
-       default
-       sed -i -e 's|^\(\s\+\)@|\1|' Makefile || die "Failed to increase 
verbosity in Makefile"
-}
-
-src_compile() {
-       local -x USE_CJSON_SO=1
-       use elibc_musl && local -x USE_ARGP_SO=1
-       emake -j1 create_obj_dir_structure create_picobj_dir_structure # Bug 
#880157
-       emake
-}
-
-src_install() {
-       emake \
-               PREFIX="${ED}" \
-               BIN_AFTER_INST_PATH="/usr" \
-               INCLUDE_PATH="${ED}"/usr/include \
-               LIB_PATH="${ED}"/usr/$(get_libdir) \
-               install
-
-       # This file is not compatible with Gentoo and in any case, we generally
-       # let the users load such agents themselves.
-       rm -f "${ED}"/etc/X11/Xsession.d/91${PN}
-}
-
-pkg_postinst() {
-       xdg_desktop_database_update
-
-       if [[ -z "${REPLACING_VERSIONS}" ]]; then
-               elog
-               elog "You should use oidc-gen to initially generate your 
account configuration"
-               elog "before it can be loaded into oidc-agent using oidc-add. 
For details, please"
-               elog "consult the man page of oidc-gen, or full documentation 
at"
-               elog "    https://indigo-dc.gitbooks.io/oidc-agent/";
-               elog
-       else
-               local new_major_ver old_ver
-               new_major_ver=$(ver_cut 1)
-               for old_ver in ${REPLACING_VERSIONS}; do
-                       if [[ $(ver_cut 1 ${old_ver}) != ${new_major_ver} ]]; 
then
-                               ewarn
-                               ewarn "You are upgrading from a different major 
version. Please restart any running instances of ${PN}"
-                               ewarn "to make sure they are compatible with 
the updated clients."
-                               ewarn
-                               break
-                       fi
-               done
-       fi
-}
-
-pkg_postrm() {
-       xdg_desktop_database_update
-}

Reply via email to