commit: 24ed63e5636326a69f7dabf785ebb3b7c4b5dbae Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sat Feb 8 10:06:00 2025 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sat Feb 8 10:10:28 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24ed63e5
dev-libs/kqoauth: treeclean Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-libs/kqoauth/Manifest | 1 - dev-libs/kqoauth/kqoauth-0.98-r3.ebuild | 53 --------------------------------- dev-libs/kqoauth/metadata.xml | 15 ---------- profiles/package.mask | 4 --- 4 files changed, 73 deletions(-) diff --git a/dev-libs/kqoauth/Manifest b/dev-libs/kqoauth/Manifest deleted file mode 100644 index 16be419d67e6..000000000000 --- a/dev-libs/kqoauth/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kqoauth-0.98.tar.gz 37059 BLAKE2B d1214ac22cb52e7ead1be3ce7af2af9c4b2e1cb74e2b4bf3891300099c0a0abb0c7295fb4616adcb59cb4405eb52bec4097b48d39563ac407bfe692ce94492a2 SHA512 f89e0f046fb7fd7812548f94c460d7c18d4881972e155a99e07503e97fd46b6eada0de9f2c3a94af33ef5b1b3b489bbd5dc6738cee104fe2d11ed62e681c7979 diff --git a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild b/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild deleted file mode 100644 index 2da85d77ce6d..000000000000 --- a/dev-libs/kqoauth/kqoauth-0.98-r3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="Library for Qt that implements the OAuth 1.0 authentication specification" -HOMEPAGE="https://github.com/kypeli/kQOAuth" -SRC_URI="https://github.com/kypeli/kQOAuth/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/kQOAuth-${PV}" - -src_prepare() { - default - - # prevent tests from beeing built at src_compile - sed -i -e '/SUBDIRS/s/ tests//' ${PN}.pro || die "sed on ${PN}.pro failed" - # respect libdir - sed -e 's:{INSTALL_PREFIX}/lib:[QT_INSTALL_LIBS]:g' -i src/src.pro || die "sed on src.pro failed" - - sed \ - -e "s/TARGET = kqoauth/TARGET = kqoauth-qt5/g" \ - -i src/src.pro || die - - # upstream .pc is aimed at Qt4 - sed \ - -e "/^Libs/s/lkqoauth/&-qt5/" \ - -e "/^libdir/s/lib$/$(get_libdir)/" \ - -e "/^Requires/s/Qt/Qt5/g" \ - -i src/pcfile.sh || die -} - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/dev-libs/kqoauth/metadata.xml b/dev-libs/kqoauth/metadata.xml deleted file mode 100644 index d4ebbef4cd20..000000000000 --- a/dev-libs/kqoauth/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Georg Rudoy</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">kypeli/kQOAuth</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index f17d0985b599..cff4be13e65c 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -224,10 +224,6 @@ app-text/fbreader # Depends on Qt5. Bugs #914918, #917408. Removal on 2025-02-08. dev-db/tora -# Andreas Sturmlechner <[email protected]> (2025-01-08) -# Qt5-based library without any revdeps. Removal on 2025-02-07. -dev-libs/kqoauth - # Andreas K. Hüttel <[email protected]> (2025-01-06) # Masked for testing =dev-lang/perl-5.40.1*
