From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/
Date: Mon, 20 Feb 2023 08:51:27 +0000 (UTC) [thread overview]
Message-ID: <1676883056.eb70d7c688e4236e49e9726e5445425916f1d29b.asturm@gentoo> (raw)
commit: eb70d7c688e4236e49e9726e5445425916f1d29b
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 20 08:50:56 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 20 08:50:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb70d7c6
x11-themes/fvwm-crystal: drop 3.7.1
Closes: https://bugs.gentoo.org/895406
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
x11-themes/fvwm-crystal/Manifest | 1 -
x11-themes/fvwm-crystal/fvwm-crystal-3.7.1.ebuild | 71 -----------------------
2 files changed, 72 deletions(-)
diff --git a/x11-themes/fvwm-crystal/Manifest b/x11-themes/fvwm-crystal/Manifest
index 12dc9b09f0d8..8069739d5d9e 100644
--- a/x11-themes/fvwm-crystal/Manifest
+++ b/x11-themes/fvwm-crystal/Manifest
@@ -1,2 +1 @@
-DIST fvwm-crystal-3.7.1.tar.gz 5936306 BLAKE2B 3a47ddab10365faf13c4b9de8ac172b2f91073addd7799315a47901c10b28b6b16c89ccb9c4a313285cd1e9b40d6ecd8b563e8764bb063d249ceb54804d63ec7 SHA512 0e61bd190ab0b9f4c51b65e9bbeb3689c38127769166f90fc2eff655c68b11c60e67ef35417ed7e97d06bb549d2a87ba6785fc6530a5269d19c1243d3cbe27ed
DIST fvwm-crystal-3.7.5.tar.gz 5962351 BLAKE2B b5a7458c5bc97846ba48e18168da05d0cda4f26b2f0252abcfd12953de4ac80b34a521759152d559fef59ab53e5f252434d1f1840a779271fc9fffd7ec8632b0 SHA512 333eeeabf1b7b88e1ce7ba5e018a013471db215214b5d9bd86d0f0e107d7443f89bc409e23f3ef4a61c9ced63b862614507cb5ae74063f14d9e0d8b1eb97186b
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.7.1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.7.1.ebuild
deleted file mode 100644
index c434dc2ce720..000000000000
--- a/x11-themes/fvwm-crystal/fvwm-crystal-3.7.1.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-inherit readme.gentoo-r1 python-single-r1 optfeature
-
-DESCRIPTION="Configurable FVWM theme with transparency and freedesktop compatible menu"
-HOMEPAGE="http://fvwm-crystal.sourceforge.net/"
-
-LICENSE="GPL-3+"
-SLOT="0"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-if [[ ${PV} = *9999 ]]; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/fvwm-crystal/fvwm-crystal.git"
-else
- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86"
-fi
-
-RDEPEND="${PYTHON_DEPS}
- acct-group/fvwm-crystal
- >=x11-wm/fvwm-2.6.9[png]
- virtual/imagemagick-tools
- || ( >=x11-misc/stalonetray-0.6.2-r2 x11-misc/trayer )
- || ( x11-misc/hsetroot media-gfx/feh )
- sys-apps/sed
- sys-devel/bc
- app-alternatives/awk
- x11-apps/xwd
- media-sound/alsa-utils"
-
-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
-
- 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" "media-sound/jack-audio-connection-kit"
-}
next reply other threads:[~2023-02-20 8:51 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-20 8:51 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-31 9:24 [gentoo-commits] repo/gentoo:master commit in: x11-themes/fvwm-crystal/ Pacho Ramos
2024-01-08 9:48 Sam James
2023-02-19 16:38 Sam James
2023-02-19 16:38 Sam James
2023-02-19 12:23 Andreas Sturmlechner
2022-11-15 18:22 Michał Górny
2022-10-20 3:54 Sam James
2022-06-18 16:57 Agostino Sarubbo
2022-06-18 16:54 Agostino Sarubbo
2022-06-04 2:19 Sam James
2022-03-23 8:47 Yixun Lan
2022-03-23 8:47 Yixun Lan
2021-10-18 8:44 Arthur Zamarin
2021-10-18 8:44 Arthur Zamarin
2021-02-21 10:57 David Seifert
2021-02-15 0:32 Sam James
2020-09-19 12:29 Michał Górny
2020-08-05 13:53 Agostino Sarubbo
2020-06-18 0:48 Aaron Bauman
2017-11-11 22:58 Jonas Stein
2017-11-11 22:55 Jonas Stein
2017-04-21 7:33 David Seifert
2017-03-19 8:42 Ulrich Müller
2017-03-19 8:37 Ulrich Müller
2017-02-11 19:47 David Seifert
2017-02-07 17:48 David Seifert
2016-01-11 10:43 Ian Delaney
2015-12-09 12:48 Ian Delaney
2015-10-31 9:36 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1676883056.eb70d7c688e4236e49e9726e5445425916f1d29b.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox