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/aewm/
Date: Sat, 28 Nov 2020 18:37:29
Message-Id: 1606588638.003c5cc749acbcc89a24d97d7b4d5ac6f06da424.bman@gentoo
1 commit: 003c5cc749acbcc89a24d97d7b4d5ac6f06da424
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 28 18:23:46 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 28 18:37:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003c5cc7
7
8 x11-wm/aewm: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 x11-wm/aewm/aewm-1.3.12.ebuild | 50 ------------------------------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/x11-wm/aewm/aewm-1.3.12.ebuild b/x11-wm/aewm/aewm-1.3.12.ebuild
16 deleted file mode 100644
17 index 3bd723e335b..00000000000
18 --- a/x11-wm/aewm/aewm-1.3.12.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils toolchain-funcs
26 -
27 -DESCRIPTION="A minimalistic X11 window manager"
28 -HOMEPAGE="https://www.red-bean.com/decklin/aewm/"
29 -SRC_URI="https://www.red-bean.com/decklin/aewm/${P}.tar.bz2"
30 -
31 -LICENSE="MIT 9wm"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc x86"
34 -
35 -RDEPEND="
36 - dev-libs/glib:2
37 - x11-libs/gtk+:2
38 - x11-libs/libX11
39 - x11-libs/libXext
40 - x11-libs/libXft
41 -"
42 -DEPEND="
43 - ${RDEPEND}
44 - virtual/pkgconfig
45 - x11-base/xorg-proto
46 -"
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${P}-gentoo.patch
50 - sed -i -e '/^font/s|".*"|"fixed"|g' doc/aewmrc.ex || die
51 - sed -i -e 's|skill|pkill|g' doc/clientsrc.ex || die
52 -}
53 -
54 -src_compile() {
55 - emake \
56 - CC="$(tc-getCC)" \
57 - CFLAGS="${CFLAGS}" \
58 - LDFLAGS="${LDFLAGS}" \
59 - PKG_CONFIG="$(tc-getPKG_CONFIG)"
60 -}
61 -
62 -src_install() {
63 - emake \
64 - DESTDIR="${D}" \
65 - MANDIR="${D}/usr/share/man/man1" \
66 - XROOT="/usr" \
67 - install
68 -
69 - dodoc NEWS README
70 -}