Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/goomwwm/
Date: Sat, 28 Nov 2020 18:37:29
Message-Id: 1606588639.0bdecef0ee78e337b86db3ceea0e7c40976c5654.bman@gentoo
1 commit: 0bdecef0ee78e337b86db3ceea0e7c40976c5654
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 18:25:03 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 18:37:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bdecef0
7
8 x11-wm/goomwwm: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 x11-wm/goomwwm/Manifest | 1 -
13 x11-wm/goomwwm/goomwwm-1.0.0.ebuild | 43 -------------------------------------
14 2 files changed, 44 deletions(-)
15
16 diff --git a/x11-wm/goomwwm/Manifest b/x11-wm/goomwwm/Manifest
17 index 9a3a86ed927..8c569d95baa 100644
18 --- a/x11-wm/goomwwm/Manifest
19 +++ b/x11-wm/goomwwm/Manifest
20 @@ -1,2 +1 @@
21 DIST goomwwm-1.0.0-github.tar.gz 406143 BLAKE2B 0118dfec32a3598b0a23b3421643a211386c1bc302d523a4a63a78e34ba9f0673b0bae18b27b491ab153e3e0fb8031123c56425ac007c20651fb3ec8484ab7a5 SHA512 e37d80c8ea47fe136172c392521ec8d4dab361c3469d3d1626ed7c30385513301983c0ffde39f4c2e6f2dee8709da6a34f14f7bb89776f1ccde5103ab1a26764
22 -DIST goomwwm-1.0.0.tar.gz 69967 BLAKE2B 562666d3a2d9121d07f00a339776f8c510f04eefae0f49f3f9475af250803194b8f4b1eb2673799f3f8b365a6623e5c1b1e49e009ed830699fca51a0846c0ffa SHA512 a2d486e7b97ef3dd0c6eb0702a21e51853ed1456aee7c1d11c90561a62218a4970a61ebb9ba7551428d72035066d7be445a952083baf9c53957e351ad8f4b5de
23
24 diff --git a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild b/x11-wm/goomwwm/goomwwm-1.0.0.ebuild
25 deleted file mode 100644
26 index d76d1d60f37..00000000000
27 --- a/x11-wm/goomwwm/goomwwm-1.0.0.ebuild
28 +++ /dev/null
29 @@ -1,43 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -inherit eutils flag-o-matic toolchain-funcs
36 -
37 -DESCRIPTION="Get out of my way, Window Manager!"
38 -HOMEPAGE="http://aerosuidae.net/goomwwm/"
39 -SRC_URI="http://aerosuidae.net/${PN}/${P}.tar.gz"
40 -
41 -LICENSE="MIT"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~x86"
44 -IUSE="debug"
45 -
46 -RDEPEND="
47 - x11-libs/libXft
48 - x11-libs/libX11
49 - x11-libs/libXinerama
50 -"
51 -DEPEND="
52 - ${RDEPEND}
53 - virtual/pkgconfig
54 - x11-base/xorg-proto
55 -"
56 -
57 -src_prepare() {
58 - sed -i -e 's|$(LDADD) $(LDFLAGS)|$(LDFLAGS) $(LDADD)|g' Makefile || die
59 -}
60 -
61 -src_configure() {
62 - use debug && append-cflags -DDEBUG
63 -}
64 -
65 -src_compile() {
66 - emake CC=$(tc-getCC) proto normal
67 -}
68 -
69 -src_install() {
70 - dobin ${PN}
71 - doman ${PN}.1
72 -}