Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/ctwm/
Date: Sun, 26 Aug 2018 12:09:59
Message-Id: 1535285391.a18ae6807880e58db20c073bbf60ae8b332dd15d.jer@gentoo
1 commit: a18ae6807880e58db20c073bbf60ae8b332dd15d
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 12:09:36 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 12:09:51 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a18ae680
7
8 x11-wm/ctwm: Old.
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 x11-wm/ctwm/ctwm-4.0.1.ebuild | 45 -------------------------------------------
13 1 file changed, 45 deletions(-)
14
15 diff --git a/x11-wm/ctwm/ctwm-4.0.1.ebuild b/x11-wm/ctwm/ctwm-4.0.1.ebuild
16 deleted file mode 100644
17 index c509b28861a..00000000000
18 --- a/x11-wm/ctwm/ctwm-4.0.1.ebuild
19 +++ /dev/null
20 @@ -1,45 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit cmake-utils eutils flag-o-matic toolchain-funcs
27 -
28 -DESCRIPTION="A clean, light window manager"
29 -HOMEPAGE="http://ctwm.org/"
30 -SRC_URI="${HOMEPAGE}dist/${P}.tar.xz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86 ~x86-fbsd"
35 -
36 -RDEPEND="
37 - x11-libs/libICE
38 - x11-libs/libSM
39 - x11-libs/libX11
40 - x11-libs/libXext
41 - x11-libs/libXmu
42 - x11-libs/libXpm
43 - x11-libs/libXt
44 -"
45 -DEPEND="
46 - ${RDEPEND}
47 - app-arch/xz-utils
48 - app-text/rman
49 - virtual/jpeg
50 - x11-base/xorg-proto
51 -"
52 -
53 -src_prepare() {
54 - cmake-utils_src_prepare
55 -
56 - # implicit 'isspace'
57 - sed -i parse.c -e "/<stdio.h>/ a#include <ctype.h>" || die
58 -}
59 -
60 -src_install() {
61 - cmake-utils_src_install
62 -
63 - mv "${D}"/usr/share/doc/${PN} "${D}"/usr/share/doc/${PF} || die
64 - mv "${D}"/usr/share/examples/${PN} "${D}"/usr/share/doc/${PF}/examples || die
65 -}