commit:     8075c42b04896fdb5ae743044a4fad24bf377463
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 16:44:09 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 16:44:22 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8075c42b

x11-themes/fvwm-crystal: drop 3.7.5

Bug: https://bugs.gentoo.org/949035
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 profiles/package.mask                             |  1 -
 x11-themes/fvwm-crystal/Manifest                  |  1 -
 x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild | 72 -----------------------
 3 files changed, 74 deletions(-)

diff --git a/profiles/package.mask b/profiles/package.mask
index deb067f9b326..6b824bec322a 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -232,7 +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-crystal-3.7.5
 
 # Michał Górny <[email protected]> (2025-04-22)
 # Metapackage used for pypy3 target in the past.

diff --git a/x11-themes/fvwm-crystal/Manifest b/x11-themes/fvwm-crystal/Manifest
index be49ec415300..3a5d1928903d 100644
--- a/x11-themes/fvwm-crystal/Manifest
+++ b/x11-themes/fvwm-crystal/Manifest
@@ -1,2 +1 @@
-DIST fvwm-crystal-3.7.5.tar.gz 5962351 BLAKE2B 
b5a7458c5bc97846ba48e18168da05d0cda4f26b2f0252abcfd12953de4ac80b34a521759152d559fef59ab53e5f252434d1f1840a779271fc9fffd7ec8632b0
 SHA512 
333eeeabf1b7b88e1ce7ba5e018a013471db215214b5d9bd86d0f0e107d7443f89bc409e23f3ef4a61c9ced63b862614507cb5ae74063f14d9e0d8b1eb97186b
 DIST fvwm-crystal-3.7.6.tar.gz 6015361 BLAKE2B 
e12327df402c02430ef80def4260d0132143fe6e88924a8b129c2703ff6bd288544592b7b5060bc9840b5d6193b35290f442f39ba247dd47978cd8e607332a97
 SHA512 
9b680cd59119fea05b23463fb3bbff383370ce66710b99434387ec84de5cde626ea682611a6fd57b55ecdbfdc218ddef89f69924f263a6a953aaabba8cc6c6fe

diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild 
b/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild
deleted file mode 100644
index a25ac0fc38bb..000000000000
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.7.5.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..13} )
-inherit readme.gentoo-r1 python-single-r1 optfeature
-
-DESCRIPTION="Configurable FVWM theme with transparency and freedesktop 
compatible menu"
-HOMEPAGE="https://fvwm-crystal.sourceforge.net/";
-
-if [[ ${PV} = *9999 ]]; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/fvwm-crystal/fvwm-crystal.git";
-else
-       SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz";
-       KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-       acct-group/fvwm-crystal
-       app-alternatives/awk
-       media-sound/alsa-utils
-       sys-apps/sed
-       app-alternatives/bc
-       virtual/imagemagick-tools
-       x11-apps/xwd
-       || ( x11-misc/hsetroot media-gfx/feh )
-       || ( >=x11-misc/stalonetray-0.6.2-r2 x11-misc/trayer )
-       || ( >=x11-wm/fvwm3-1.0.4[go] >=x11-wm/fvwm-2.6.9[png] )
-"
-
-DISABLE_AUTOFORMATTING="true"
-DOC_CONTENTS="After a first time installation, execute the following commands:
-       $ cp -r "${EROOT}"/usr/share/doc/"${PF}"/addons/Xresources ~/.Xresources
-       $ cp -r "${EROOT}"/usr/share/doc/"${PF}"/addons/Xsession ~/.xinitrc
-You can edit these files at your convenience.
-
-Many applications can extend functionality of fvwm-crystal.
-They are listed in "${EROOT}"/usr/share/doc/"${PF}"/INSTALL.*
-
-To be able to use the exit menu, each user using ${PN}
-must be in the group fvwm-crystal.
-You can do that as root with:
-       $ useradd -G fvwm-crystal <user_name>
-and log out and in again.
-"
-
-src_install() {
-       emake DESTDIR="${ED}" \
-               docdir="${EPREFIX}/usr/share/doc/${PF}" \
-               prefix="${EPREFIX}/usr" \
-               install
-       # GNU License is globally in the portage tree
-       rm -vf "${ED}/usr/share/doc/${PF}"/LICENSE || die
-
-       python_doscript "${ED}/usr/bin/${PN}".{apps,wallpaper}
-       python_scriptinto "/usr/share/${PN}"/fvwm/scripts/FvwmMPD
-       python_doscript "${ED}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py
-       readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-       readme.gentoo_print_elog
-       optfeature "localized XDG user directories support" 
"x11-misc/xdg-user-dirs"
-       optfeature "hibernate/resume support" "sys-apps/systemd"
-       optfeature "professional sound server" "virtual/jack"
-}

Reply via email to