commit: 508edacdf71e4f2125d23bcfeb51491c38ea6ac9 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Mon Jun 2 16:42:57 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 16:42:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508edacd
x11-themes/fvwm_sounds: treeclean Closes: https://bugs.gentoo.org/949035 (pkgremoved) Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> profiles/package.mask | 6 ------ x11-themes/fvwm_sounds/Manifest | 1 - x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild | 20 -------------------- x11-themes/fvwm_sounds/metadata.xml | 6 ------ 4 files changed, 33 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index da01ff19db32..a827b8ccf467 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -226,12 +226,6 @@ dev-libs/libxml2-compat =dev-python/ensurepip-setuptools-80.3.0 =dev-python/setuptools-80.3.0 -# Matt Jolly <[email protected]> (2025-04-28) -# 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_sounds - # Matt Jolly <[email protected]> (2025-04-28) # Unmaintained in Gentoo, is not supported upstream, # and has a modern successor that does not bring in additional dependencies. diff --git a/x11-themes/fvwm_sounds/Manifest b/x11-themes/fvwm_sounds/Manifest deleted file mode 100644 index 5b6267a4c43d..000000000000 --- a/x11-themes/fvwm_sounds/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST fvwm_sounds-1.0.tgz 81920 BLAKE2B 679b6e44d7ec3a233ddb8665366e770a8ef58335cbb19c3ee6be94457975c33013ce222ba7d32c441e6d059703f2ad77550d92b0cc78243785e90461a5dd03f9 SHA512 816c5462459c9bd167ff1eb80ef3069ef3f3ef5ac5b797254bb1b17858c8c8cb1d3f335d7a85e159067427efb0329ff1599fb8cf5e93b723a9cffc978ab98555 diff --git a/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild b/x11-themes/fvwm_sounds/fvwm_sounds-1.0.ebuild deleted file mode 100644 index b745aabcc5ec..000000000000 --- a/x11-themes/fvwm_sounds/fvwm_sounds-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="Sounds for use with FVWM" -HOMEPAGE="https://www.fvwm.org/" -SRC_URI="mirror://gentoo/${P}.tgz" -S="${WORKDIR}" - -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/sounds/fvwm - doins -r . -} diff --git a/x11-themes/fvwm_sounds/metadata.xml b/x11-themes/fvwm_sounds/metadata.xml deleted file mode 100644 index c3bda71eefca..000000000000 --- a/x11-themes/fvwm_sounds/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>
