commit: 8cdeed23c9b29ba55778198eaf5305604ae5faa6 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Jun 22 06:15:45 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Jun 22 06:16:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cdeed23
x11-plugins/pidgin-rhythmbox: treeclean Closes: https://bugs.gentoo.org/932571 Bug: https://bugs.gentoo.org/902899 Bug: https://bugs.gentoo.org/887625 Bug: https://bugs.gentoo.org/853025 Bug: https://bugs.gentoo.org/672702 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 5 ----- x11-plugins/pidgin-rhythmbox/Manifest | 1 - x11-plugins/pidgin-rhythmbox/metadata.xml | 5 ----- .../pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 19 ------------------- 4 files changed, 30 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index e8b277f984eb..678303a526a1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -529,11 +529,6 @@ sec-keys/openpgp-keys-jiatan # 20240-06-26. dev-ruby/uconv -# Arthur Zamarin <arthur...@gentoo.org> (2024-05-23) -# EAPI=6, maintainer-needed, dead HOMEPAGE, fails to compile. -# Removal on 2024-06-22. Bugs #932571, #902899, #887625, #853025, #672702. -x11-plugins/pidgin-rhythmbox - # Andreas Sturmlechner <ast...@gentoo.org> (2024-05-20) # Short-lived side-by-side release, now unnecessary as it moved back to # kde-apps/kio-extras:5. Removal on 2024-06-04. diff --git a/x11-plugins/pidgin-rhythmbox/Manifest b/x11-plugins/pidgin-rhythmbox/Manifest deleted file mode 100644 index 4b02aeea5816..000000000000 --- a/x11-plugins/pidgin-rhythmbox/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pidgin-rhythmbox-2.0.tar.gz 320758 BLAKE2B b2d69803e25fce14f6a6ae79e44dbed8c15149b78450574972aaae0565fdbc77546da8e0a7416977b7823af41a7ee3604f411ef01e3bce3ada90d64b02459edf SHA512 7672bac993d2fa07be6f456c9dc32281689456cd5541245e1a3819592d333fec12afbd7ca42e517f02a0f1415e1fe5c3a3d25aa6fa032b8bdbca0d7d2dbda7d4 diff --git a/x11-plugins/pidgin-rhythmbox/metadata.xml b/x11-plugins/pidgin-rhythmbox/metadata.xml deleted file mode 100644 index 85e4ed814fa2..000000000000 --- a/x11-plugins/pidgin-rhythmbox/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/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild deleted file mode 100644 index 38b967a053ad..000000000000 --- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="automatically update your pidgin profile with current info from Rhythmbox" -HOMEPAGE="http://jon.oberheide.org/pidgin-rhythmbox/" -SRC_URI="http://jon.oberheide.org/${PN}/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -RDEPEND="net-im/pidgin - media-sound/rhythmbox - >=x11-libs/gtk+-2.4:2 - dev-libs/dbus-glib" -DEPEND="${RDEPEND}"