* [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/, profiles/, dev-libs/qoauth/files/
@ 2025-02-10 16:12 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2025-02-10 16:12 UTC (permalink / raw
To: gentoo-commits
commit: 62ac17e27bcf24130444269a531574a1dba46b66
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 16:57:04 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 10 16:12:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ac17e2
dev-libs/qoauth: treeclean
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-libs/qoauth/Manifest | 1 -
.../qoauth/files/qoauth-1.0.1-disable-ft.patch | 20 -------
.../files/qoauth-2.0.1_pre20160315-prf.patch | 15 -----
dev-libs/qoauth/metadata.xml | 5 --
dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild | 67 ----------------------
profiles/package.mask | 5 --
6 files changed, 113 deletions(-)
diff --git a/dev-libs/qoauth/Manifest b/dev-libs/qoauth/Manifest
deleted file mode 100644
index 4dafaee99db1..000000000000
--- a/dev-libs/qoauth/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qoauth-2.0.1_pre20160315.tar.xz 45604 BLAKE2B 290d768e8661c6e8f9ae8094ec140da22f00c53cbfd9ed6ebab1f159ae82c2a0a111a9306eeab0c08ea5b0a349e07d9b7f402f14812a5688ba9860832991494c SHA512 ec44c597c7b9729645ab98e2c71c805d01eab4c0684b7ea0da6b015a052b0ad6e3aa9352ef53e36a67ff99b9f75fb9b89156ca8b23c639a70cc49aab656366c3
diff --git a/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch b/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
deleted file mode 100644
index 1fd6fd0fc8c9..000000000000
--- a/dev-libs/qoauth/files/qoauth-1.0.1-disable-ft.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/qoauth.pro b/qoauth.pro
-index f09b3be..27d7bb3 100644
---- a/qoauth.pro
-+++ b/qoauth.pro
-@@ -5,6 +5,6 @@ SUBDIRS += src tests
- CONFIG += ordered
-
- check.target = check
--check.commands = ( cd tests/ut_interface && ./ut_interface ) && ( cd tests/ft_interface && ./ft_interface )
-+check.commands = ( cd tests/ut_interface && ./ut_interface )
- check.depends = sub-tests
- QMAKE_EXTRA_TARGETS += check
-diff --git a/tests/tests.pro b/tests/tests.pro
-index d582750..e010bb0 100644
---- a/tests/tests.pro
-+++ b/tests/tests.pro
-@@ -1,2 +1,2 @@
- TEMPLATE = subdirs
--SUBDIRS += ut_interface ft_interface
-+SUBDIRS += ut_interface
diff --git a/dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch b/dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch
deleted file mode 100644
index c3457b0dba41..000000000000
--- a/dev-libs/qoauth/files/qoauth-2.0.1_pre20160315-prf.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Point to where the headers are really installed.
-
---- a/oauth.prf
-+++ b/oauth.prf
-@@ -1,9 +1,6 @@
--QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS]
-+QOAUTH_INCDIR = $$[QT_INSTALL_HEADERS]/..
- QOAUTH_LIBDIR = $$[QT_INSTALL_LIBS]
-
--QOAUTH_INCDIR ~= s!/qt4*!!
--QOAUTH_LIBDIR ~= s!/qt4*!!
--
- CONFIG *= qt
- CONFIG += crypto
-
diff --git a/dev-libs/qoauth/metadata.xml b/dev-libs/qoauth/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/dev-libs/qoauth/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild b/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild
deleted file mode 100644
index c1a097f977e2..000000000000
--- a/dev-libs/qoauth/qoauth-2.0.1_pre20160315-r3.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-DESCRIPTION="Qt-based library for OAuth support"
-HOMEPAGE="https://github.com/ayoy/qoauth/wiki"
-SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
-
-LICENSE="LGPL-2.1"
-SLOT="5"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE="debug doc test"
-
-RESTRICT="!test? ( test )"
-
-BDEPEND="
- doc? ( app-text/doxygen )
-"
-COMMON_DEPEND="
- app-crypt/qca:2[debug?,qt5(+)]
- dev-qt/qtnetwork:5
-"
-DEPEND="${COMMON_DEPEND}
- test? ( dev-qt/qttest:5 )
-"
-RDEPEND="${COMMON_DEPEND}
- app-crypt/qca:2[ssl]
- !dev-libs/qoauth:0
-"
-
-# disable functional tests that require network connection
-# and rely on 3rd party external server (bug #341267)
-PATCHES=(
- "${FILESDIR}/${PN}-1.0.1-disable-ft.patch"
- "${FILESDIR}/${P}-prf.patch"
-)
-
-src_prepare() {
- default
-
- if ! use test; then
- sed -i -e '/SUBDIRS/s/tests//' ${PN}.pro || die "sed failed"
- fi
-
- sed -i -e '/^ *docs \\$/d' \
- -e '/^ *build_all \\$/d' \
- -e 's/^\#\(!macx\)/\1/' \
- src/src.pro || die "sed failed"
-
- sed -i -e "s/\(.*\)lib$/\1$(get_libdir)/" src/pcfile.sh || die "sed failed"
-}
-
-src_configure() {
- eqmake5 qoauth.pro
-}
-
-src_install() {
- if use doc; then
- doxygen "${S}"/Doxyfile || die "failed to generate documentation"
- local HTML_DOCS=( "${S}"/doc/html/. )
- fi
-
- INSTALL_ROOT="${D}" default
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 2c77d164e360..30e8a168a464 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -218,11 +218,6 @@ net-misc/fatrat
net-im/psi
net-im/psimedia
-# Andreas Sturmlechner <asturm@gentoo.org> (2025-01-11)
-# Qt5-based library without any revdeps. Depends on app-crypt/qca[qt5].
-# Removal on 2025-02-10.
-dev-libs/qoauth
-
# Arthur Zamarin <arthurzam@gentoo.org> (2025-01-10)
# EAPI=7, maintainer needed, no reverse dependencies, fails to compile,
# uses deprecated Go eclass.
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-02-10 16:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-10 16:12 [gentoo-commits] repo/gentoo:master commit in: dev-libs/qoauth/, profiles/, dev-libs/qoauth/files/ Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox