commit:     a19b1ac28edbc59ae1476b6ab827e74fb247bd55
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 16:43:38 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 16:43:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19b1ac2

x11-themes/fvwm-themes: treeclean

Closes: https://bugs.gentoo.org/949035 (pkgremoved)
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/package.mask                              |  2 --
 x11-themes/fvwm-themes/Manifest                    |  1 -
 .../files/fvwm-themes-0.7.0-gentoo.patch           | 27 ---------------
 .../files/fvwm-themes-0.7.0-posix-sort.patch       | 11 ------
 x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild | 40 ----------------------
 x11-themes/fvwm-themes/metadata.xml                |  8 -----
 6 files changed, 89 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index a827b8ccf467..deb067f9b326 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -232,8 +232,6 @@ dev-libs/libxml2-compat
 # Migrate to x11-wm/fvwm3: https://github.com/fvwmorg/fvwm3/discussions/878
 # Bug #949035; removal on 2025-05-28.
 x11-wm/fvwm
-x11-themes/fvwm-themes
-x11-themes/fvwm-themes-extra
 =x11-themes/fvwm-crystal-3.7.5
 
 # Michał Górny <[email protected]> (2025-04-22)

diff --git a/x11-themes/fvwm-themes/Manifest b/x11-themes/fvwm-themes/Manifest
deleted file mode 100644
index b28cae02ef1d..000000000000
--- a/x11-themes/fvwm-themes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fvwm-themes-0.7.0.tar.bz2 921517 BLAKE2B 
e8011b0677bd0a7bcc4f5141bc0ec17cab20f49fc2bf7932760b8a12d3ddc0a4a3324124eef02152508be40ebae20be58f485e223ce9622beaacf2c50cf8fea2
 SHA512 
38b14412bf3b9b59f8a001b628c384687daa8c26c8aaff258a0fcedde7fd8c5bb3fbd7cfb083dfa46b7ff1ae2ace652727a1faf96815bc5074d8134cd073e608

diff --git a/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo.patch 
b/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo.patch
deleted file mode 100644
index bb377f86f296..000000000000
--- a/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-gentoo.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/Makefile.am      2002-12-06 03:01:37.000000000 +0100
-+++ b/Makefile.am      2003-04-15 20:14:34.000000000 +0200
-@@ -32,24 +32,7 @@
-               $(DESTDIR)$(SETTINGS_FILE) > $(DESTDIR)$(SETTINGS_FILE).tmp && \
-       mv -f $(DESTDIR)$(SETTINGS_FILE).tmp $(DESTDIR)$(SETTINGS_FILE)
- 
--      PATH="$(DESTDIR)$(bindir):$(FVWM_BINDIR):$$PATH"; \
--      $(DESTDIR)$(bindir)/fvwm-themes-config --site --reset
- 
--      if test "$(BUILD_MENUS)" = "yes"; then \
--              $(DESTDIR)$(bindir)/fvwm-themes-menuapp --site --build-menus 
--remove-popup; \
--      fi
--
--      if test "$(GNOME_ICONS)" = "yes"; then \
--              $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --gnome; \
--      fi
--
--      if test "$(KDE2_ICONS)" = "yes"; then \
--              $(DESTDIR)$(bindir)/fvwm-themes-images --ft-install --kde2; \
--      fi
--
--      if test "$(RUN_UPDATEMENU)" = "yes"; then \
--              $(UPDATE_MENU); \
--      fi
- 
-       @echo
-       @echo 
------------------------------------------------------------------------------

diff --git a/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch 
b/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch
deleted file mode 100644
index a68ea6303c8b..000000000000
--- a/x11-themes/fvwm-themes/files/fvwm-themes-0.7.0-posix-sort.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in
-+++ b/configure.in
-@@ -195,7 +195,7 @@
- 
- # Hopefully this "sort" is portable (after many tries using awk and expr)
- if (echo $REQUIRED_FVWM_VERSION; echo $FVWM_VERSION) \
--| sed 's/\./ /g' | uniq | sort -n +0 -1 +1 -2 +2 -3 -c 2>/dev/null; then
-+| sort -c -n -t . -k 1,1 -k 2,2 -k 3,3 2>/dev/null; then
-       :
-       # fvwm version is ok
- else

diff --git a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild 
b/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild
deleted file mode 100644
index 9d1b6c711381..000000000000
--- a/x11-themes/fvwm-themes/fvwm-themes-0.7.0-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-DESCRIPTION="A configuration framework for the fvwm window manager"
-HOMEPAGE="http://fvwm-themes.sourceforge.net/";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.bz2";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~sparc x86"
-IUSE="gnome"
-
-RDEPEND=">=x11-wm/fvwm-2.6.2"
-DEPEND="${RDEPEND}"
-BDEPEND="gnome? ( virtual/imagemagick-tools )"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-gentoo.patch
-       "${FILESDIR}"/${P}-posix-sort.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_enable gnome gnome-icons)
-}
-
-pkg_postinst() {
-       fvwm-themes-config --site --reset
-       fvwm-themes-menuapp --site --build-menus --remove-popup
-
-       use gnome && fvwm-themes-images --ft-install --gnome
-}

diff --git a/x11-themes/fvwm-themes/metadata.xml 
b/x11-themes/fvwm-themes/metadata.xml
deleted file mode 100644
index b8e0fa9f963a..000000000000
--- a/x11-themes/fvwm-themes/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="sourceforge">fvwm-themes</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to