commit: c0c791a8a1cd251f4ff9410a2d49afb8585be340 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 16:42:37 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 16:42:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0c791a8
x11-themes/fvwm_icons: treeclean Closes: https://bugs.gentoo.org/949035 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 1 - x11-themes/fvwm_icons/Manifest | 1 - x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild | 20 -------------------- x11-themes/fvwm_icons/metadata.xml | 6 ------ 4 files changed, 28 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 21bfeee3fb67..da01ff19db32 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -230,7 +230,6 @@ dev-libs/libxml2-compat # Unmaintained in Gentoo, depends on masked x11-wm/fvwm, # SRC_URI uses mirror://gentoo and the files don't exist on mirrors. # Bug #949035; Removal on 2025-05-28 (with x11-wm/fvwm) -x11-themes/fvwm_icons x11-themes/fvwm_sounds # Matt Jolly <[email protected]> (2025-04-28) diff --git a/x11-themes/fvwm_icons/Manifest b/x11-themes/fvwm_icons/Manifest deleted file mode 100644 index dbbdf5269847..000000000000 --- a/x11-themes/fvwm_icons/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fvwm_icons-1.0.tar.bz2 328620 BLAKE2B 3df1b64903601e1db420c09d80c2907ecddbfdd8fd235b9f1a833be9ccdf20e0e8889ef6259e1c5663e107c7e7625f26fc0d7432a46571ad906436948a01f561 SHA512 79bd47492bb3854c79b5ea144467732460a0dc97a975b4ddf273d60f97a51ac71c94004293c6e073cdcbde72e6f6b38da697df6849808314937384e280f3d6d4 diff --git a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild b/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild deleted file mode 100644 index 754a1f0f3b4c..000000000000 --- a/x11-themes/fvwm_icons/fvwm_icons-1.0.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Icons for use with FVWM" -HOMEPAGE="https://www.fvwm.org/" -SRC_URI="mirror://gentoo/${P}.tar.bz2" -S="${WORKDIR}/${PN}" - -LICENSE="GPL-2 FVWM" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~sparc x86" - -RDEPEND="|| ( x11-wm/fvwm3 >=x11-wm/fvwm-2.6.2 )" - -src_install() { - insinto /usr/share/icons/fvwm - doins -r . -} diff --git a/x11-themes/fvwm_icons/metadata.xml b/x11-themes/fvwm_icons/metadata.xml deleted file mode 100644 index c3bda71eefca..000000000000 --- a/x11-themes/fvwm_icons/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <stabilize-allarches/> -</pkgmetadata>
