commit: 0b37080912bd118ffa50e9fc75fe3b5eafff2726 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Feb 26 16:43:27 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Feb 26 20:06:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b370809
x11-misc/urxvtconfig: treeclean Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/package.mask | 5 ---- x11-misc/urxvtconfig/Manifest | 1 - x11-misc/urxvtconfig/metadata.xml | 8 ----- x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild | 41 -------------------------- 4 files changed, 55 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index b2b0546c57aa..4054d49b6359 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -224,11 +224,6 @@ net-misc/qtm # Removal on 2025-02-27. Bug #900947 app-misc/qcma -# Andreas Sturmlechner <[email protected]> (2025-01-28) -# Last release+commit 8 years ago, dead upstream, unmaintained in Gentoo, -# depends on Qt5, no one else packages this. Removal on 2025-02-27. -x11-misc/urxvtconfig - # Arthur Zamarin <[email protected]> (2025-01-28) # Since we are done with EGO_SUM, this tool isn't needed any more. # Removal on 2025-02-27. Bug #948966. diff --git a/x11-misc/urxvtconfig/Manifest b/x11-misc/urxvtconfig/Manifest deleted file mode 100644 index d7cc6dfb6bfc..000000000000 --- a/x11-misc/urxvtconfig/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST urxvtconfig-1.0.tar.gz 17910 BLAKE2B bb51bb597eb7ded519a5e31e6b2a019076280dcb7315d5f028aaea0f1732a478135b8484207a46787e4f428d2ddb61d6c9ee5b82c87e2b40461bb1739255e91e SHA512 c52d5d23cf00cbbe9d3c3d22ec137596e5e3ace50a0c5aac9ff0c95fe52a00c232069dfb3ebfb712db0d523a46fdff613a0f0b0081203ca0ab1a444f496e4193 diff --git a/x11-misc/urxvtconfig/metadata.xml b/x11-misc/urxvtconfig/metadata.xml deleted file mode 100644 index 742c048a416e..000000000000 --- a/x11-misc/urxvtconfig/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">daedreth/urxvtconfig</remote-id> - </upstream> -</pkgmetadata> diff --git a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild b/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild deleted file mode 100644 index a913d75590fd..000000000000 --- a/x11-misc/urxvtconfig/urxvtconfig-1.0-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=URXVTConfig -inherit qmake-utils - -DESCRIPTION="GUI configuration tool for the rxvt-unicode terminal emulator" -HOMEPAGE="https://github.com/daedreth/URXVTConfig" -SRC_URI="https://github.com/daedreth/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -S="${WORKDIR}/${MY_PN}-${PV}" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtsingleapplication[X,qt5(+)] - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - x11-terms/rxvt-unicode[xft] -" -DEPEND="${RDEPEND} - media-gfx/imagemagick - media-libs/fontconfig - x11-libs/libXft -" - -src_configure() { - eqmake5 source/URXVTConfig.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -}
