commit:     2e845b12e850b4b10eea923daad1e60df8b8b4c6
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 28 20:39:45 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 29 16:33:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e845b12

net-libs/signon-oauth2: drop 0.25

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-libs/signon-oauth2/Manifest                    |  1 -
 .../files/signon-oauth2-0.25-cxxflags.patch        | 29 ------------
 net-libs/signon-oauth2/signon-oauth2-0.25.ebuild   | 55 ----------------------
 3 files changed, 85 deletions(-)

diff --git a/net-libs/signon-oauth2/Manifest b/net-libs/signon-oauth2/Manifest
index 72b46cb014b2..8c888752ea2a 100644
--- a/net-libs/signon-oauth2/Manifest
+++ b/net-libs/signon-oauth2/Manifest
@@ -1,2 +1 @@
-DIST signon-oauth2-0.25.tar.gz 41090 BLAKE2B 
d14cde073cf834427e337f94345b719ad1af38a285587f987f6ed42f96e8aecfcf63720e42b7f86f2018565c198e1f31b7b75da74c86db3e8a15680da70d3f9e
 SHA512 
721cd514ee0a1175e3b1bbaa78dc1a87fd382327bcbee8356de040f04455f7cc80ed173e3f33a6acf4c0d679847063a25282e9d5c9a9be99f730bec41be96451
 DIST signon-oauth2-0.25_p20210102.tar.bz2 34873 BLAKE2B 
4e53f6d19cf0e9c8513afef44ab640dcd3ed811a9830acff65abd997691926388015b35e6f010c6a0bc25cc257e22a4b8e359ec690bbc35182cd1cf87c716b85
 SHA512 
5b371e6230c9ed4352ff151626dfaf40d2ecb41e389ee3a753fc41be3937191d416b864d555fd85cecbfe1615233a063db881adae3ea29aefb652a36d46633b5

diff --git a/net-libs/signon-oauth2/files/signon-oauth2-0.25-cxxflags.patch 
b/net-libs/signon-oauth2/files/signon-oauth2-0.25-cxxflags.patch
deleted file mode 100644
index ea64d2c8b642..000000000000
--- a/net-libs/signon-oauth2/files/signon-oauth2-0.25-cxxflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 94e7cdbe1b15455e932a2272fdf2284fecfb9204 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <[email protected]>
-Date: Wed, 11 Nov 2020 22:35:06 +0100
-Subject: [PATCH] Disable -Werror, -fno-rtti
-
-Signed-off-by: Andreas Sturmlechner <[email protected]>
----
- common-project-config.pri | 5 +----
- 1 file changed, 1 insertion(+), 4 deletions(-)
-
-diff --git a/common-project-config.pri b/common-project-config.pri
-index e149d90..9c7801a 100644
---- a/common-project-config.pri
-+++ b/common-project-config.pri
-@@ -17,10 +17,7 @@ UI_DIR          = ui
- UI_HEADERS_DIR  = ui/include
- UI_SOURCES_DIR  = ui/src
- 
--QMAKE_CXXFLAGS += -fno-exceptions \
--    -fno-rtti
--# we don't like warnings...
--unix:QMAKE_CXXFLAGS += -Werror
-+QMAKE_CXXFLAGS += -fno-exceptions
- 
- TOP_SRC_DIR     = $$PWD
- 
--- 
-2.29.2
-

diff --git a/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild 
b/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild
deleted file mode 100644
index adb2b609e2f5..000000000000
--- a/net-libs/signon-oauth2/signon-oauth2-0.25.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=signon-plugin-oauth2
-MY_PV=VERSION_${PV}
-MY_P=${MY_PN}-${MY_PV}
-inherit qmake-utils
-
-DESCRIPTION="OAuth2 plugin for Signon daemon"
-HOMEPAGE="https://gitlab.com/accounts-sso/signon-plugin-oauth2";
-SRC_URI="https://gitlab.com/accounts-sso/${MY_PN}/-/archive/${MY_PV}/${MY_P}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtnetwork:5[ssl]
-       net-libs/signond
-"
-DEPEND="${RDEPEND}
-       test? ( dev-qt/qttest:5 )
-"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=(
-       # downstream patches
-       "${FILESDIR}/${PN}-0.24-dont-install-tests.patch"
-       "${FILESDIR}/${P}-pkgconfig-libdir.patch"
-       "${FILESDIR}/${P}-cxxflags.patch"
-)
-
-src_prepare() {
-       default
-       sed -i "s|@LIBDIR@|$(get_libdir)|g" src/signon-oauth2plugin.pc || die
-}
-
-src_configure() {
-       local myqmakeargs=(
-               LIBDIR=/usr/$(get_libdir)
-       )
-       use test || myqmakeargs+=( CONFIG+=nomake_tests )
-
-       eqmake5 "${myqmakeargs[@]}"
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-}

Reply via email to