Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/wmfs/
Date: Sun, 03 Jan 2021 01:09:59
Message-Id: 1609635548.38b96f6904f8b471cfe671022bc209ec765ca17e.dilfridge@gentoo
1 commit: 38b96f6904f8b471cfe671022bc209ec765ca17e
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 3 00:59:08 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 3 00:59:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b96f69
7
8 x11-wm/wmfs: Remove old
9
10 Bug: https://bugs.gentoo.org/706654
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 x11-wm/wmfs/Manifest | 1 -
15 x11-wm/wmfs/wmfs-201003.ebuild | 47 ------------------------------------------
16 2 files changed, 48 deletions(-)
17
18 diff --git a/x11-wm/wmfs/Manifest b/x11-wm/wmfs/Manifest
19 index b1ff0c4736f..d6f6bb805fd 100644
20 --- a/x11-wm/wmfs/Manifest
21 +++ b/x11-wm/wmfs/Manifest
22 @@ -1,2 +1 @@
23 -DIST wmfs-201003.tar.gz 59593 BLAKE2B b2e1f2cf73ca3d8881fa8de7b52fb6cae947a6006549f05dd06179b8b44b10fd1157a8e180b2b3177177fe0edf4c39b9a3fbf36ebb2b6470f1ed802a641a4c89 SHA512 117a238d6a8d8d147291ec9fb4e0aaf2bf8bab8ea794cf00deeaeaac1df15f0122bc705cb1bff54abe80d7228a19e67a79e4b3e0de0ced82abaf98fab3778a90
24 DIST wmfs-20180520.tar.xz 56364 BLAKE2B 23530193ba2c37ae4129fd23dda2ff8cd301b0bd92d32e06b264efd990b7957b38170de31f04afca6fd9875d2e0450c8bede416e5f49d6e19962718fe2e240a3 SHA512 bcff251397d8483db49c037c51eef7b3dcc87a6d94650ae9e9cabc7104177216e0efa7e67bfb34978bae67dc4853884673ce288bb8087e95cb2993d519ab4f2f
25
26 diff --git a/x11-wm/wmfs/wmfs-201003.ebuild b/x11-wm/wmfs/wmfs-201003.ebuild
27 deleted file mode 100644
28 index 27bdfa3ef56..00000000000
29 --- a/x11-wm/wmfs/wmfs-201003.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -inherit cmake
37 -
38 -DESCRIPTION="Window Manager From Scratch, A tiling window manager highly configurable"
39 -HOMEPAGE="https://github.com/xorg62/wmfs"
40 -SRC_URI="https://github.com/xorg62/wmfs/archive/${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="~amd64"
45 -
46 -RDEPEND="
47 - media-libs/freetype
48 - media-libs/imlib2[X]
49 - x11-libs/libX11
50 - x11-libs/libXft
51 - x11-libs/libXinerama
52 - x11-libs/libXrandr
53 -"
54 -DEPEND="
55 - ${RDEPEND}
56 - virtual/pkgconfig
57 - x11-base/xorg-proto
58 -"
59 -
60 -PATCHES=(
61 - "${FILESDIR}"/${PN}-201003-desktop.patch
62 - "${FILESDIR}"/${PN}-201003-pthread.patch
63 -)
64 -
65 -src_prepare() {
66 - cmake_src_prepare
67 - sed -i \
68 - -e '/set(CFLAGS/d' \
69 - -e '/set(LDFLAGS/s#)# ${LDFLAGS}&#' \
70 - CMakeLists.txt || die
71 -}
72 -
73 -src_install() {
74 - cmake_src_install
75 - rm -r "${D}"/usr/share/${PN}
76 - find "${D}"/usr/share/man -name '*.gz' -exec gunzip {} \; || die
77 - dodoc README TODO rc/status.sh
78 -}