summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-30 09:09:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-30 11:17:02 +0200
commita32f8ed09be281d6737b3d6dd50629ff781f662f (patch)
tree5d5cb96ff235297ae60b934aaa0061f8c984bdd7 /x11-wm
parentapp-office/libreoffice: Drop remaining --without-system-cuckoo (diff)
downloadgentoo-a32f8ed09be281d6737b3d6dd50629ff781f662f.tar.gz
gentoo-a32f8ed09be281d6737b3d6dd50629ff781f662f.tar.bz2
gentoo-a32f8ed09be281d6737b3d6dd50629ff781f662f.zip
x11-wm/jwm: drop 2.3.7
Closes: https://bugs.gentoo.org/867157 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/jwm/Manifest1
-rw-r--r--x11-wm/jwm/jwm-2.3.7.ebuild78
2 files changed, 0 insertions, 79 deletions
diff --git a/x11-wm/jwm/Manifest b/x11-wm/jwm/Manifest
index 4d4a6142ab5d..584cd4065993 100644
--- a/x11-wm/jwm/Manifest
+++ b/x11-wm/jwm/Manifest
@@ -1,2 +1 @@
-DIST jwm-2.3.7.tar.xz 350332 BLAKE2B 479d853ae9b1dd2d1a39c9e823f39cd7671b477f6e9878bc6652072bce1ce364f8c392663dc1187a4a4970918c0f68cd506654f6dfe6c91cc5f1f2f275a2021b SHA512 dab0241518e52aa2e3e1ef3f67b6965ceb683bdb0224de7d3a653d76440606d70e86e35047eda40ea53a80aa227408be77739ad7c53d51f53026e3d113ab7efc
DIST jwm-2.4.2.tar.xz 316000 BLAKE2B 7a0a1c5f60cb3554c999ce3d00d94af4d58ac4bdfcbaaa13a7b675273b4c5d0058c7c85bec950fa91d33a46a89f0b83faf2ab2cda0430a741884e2fdfd8116a7 SHA512 2669c3e2ab2d9a5539d02559108a2bc601bb2209de03dc15057a65c14b5e1268cc58009f4102c4d90302c0705ada5578997a3644c736a46a7e8cf13766cc92fe
diff --git a/x11-wm/jwm/jwm-2.3.7.ebuild b/x11-wm/jwm/jwm-2.3.7.ebuild
deleted file mode 100644
index de3b5aa2c7f5..000000000000
--- a/x11-wm/jwm/jwm-2.3.7.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit wrapper
-
-DESCRIPTION="Very fast and lightweight still powerful window manager for X"
-HOMEPAGE="http://joewing.net/projects/jwm/"
-SRC_URI="http://joewing.net/projects/${PN}/releases/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc x86"
-IUSE="bidi cairo debug iconv jpeg nls png truetype xinerama xpm"
-
-RDEPEND="dev-libs/expat
- x11-libs/libXau
- x11-libs/libXdmcp
- x11-libs/libXext
- x11-libs/libXmu
- x11-libs/libXrender
- bidi? ( dev-libs/fribidi )
- cairo? (
- x11-libs/cairo
- gnome-base/librsvg
- )
- iconv? ( virtual/libiconv )
- jpeg? ( virtual/jpeg:0= )
- nls? ( sys-devel/gettext
- virtual/libintl )
- png? ( media-libs/libpng:0= )
- truetype? ( x11-libs/libXft )
- xinerama? ( x11-libs/libXinerama )
- xpm? ( x11-libs/libXpm )"
-DEPEND="${RDEPEND}
- x11-base/xorg-proto"
-
-src_configure() {
- econf \
- $(use_enable bidi fribidi) \
- $(use_enable cairo) \
- $(use_enable debug) \
- $(use_enable jpeg) \
- $(use_enable nls) \
- $(use_enable png) \
- $(use_enable cairo rsvg) \
- $(use_enable truetype xft) \
- $(use_enable xinerama) \
- $(use_enable xpm) \
- $(use_with iconv libiconv-prefix /usr) \
- $(use_with nls libintl-prefix /usr) \
- --enable-shape \
- --enable-xrender \
- --disable-rpath
-}
-
-src_install() {
- dodir /etc
- dodir /usr/bin
- dodir /usr/share/man
-
- default
-
- make_wrapper "${PN}" "/usr/bin/${PN}" "" "" "/etc/X11/Sessions"
-
- insinto "/usr/share/xsessions"
- doins "${FILESDIR}"/jwm.desktop
-
- dodoc README.md example.jwmrc ChangeLog
-}
-
-pkg_postinst() {
- einfo "JWM can be configured system-wide with ${EROOT}/etc/system.jwmrc"
- einfo "or per-user by creating a configuration file in ~/.jwmrc"
- einfo
- einfo "An example file can be found in ${EROOT}/usr/share/doc/${PF}/"
-}