Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/larswm/
Date: Tue, 09 Oct 2018 09:01:08
Message-Id: 1539075661.9e90ff081539207b5993f5457993e142ec33217a.zlogene@gentoo
1 commit: 9e90ff081539207b5993f5457993e142ec33217a
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 9 09:00:46 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 9 09:01:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e90ff08
7
8 x11-wm/larswm: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 x11-wm/larswm/larswm-7.5.3-r1.ebuild | 53 ------------------------------------
14 1 file changed, 53 deletions(-)
15
16 diff --git a/x11-wm/larswm/larswm-7.5.3-r1.ebuild b/x11-wm/larswm/larswm-7.5.3-r1.ebuild
17 deleted file mode 100644
18 index 6c4d029b86c..00000000000
19 --- a/x11-wm/larswm/larswm-7.5.3-r1.ebuild
20 +++ /dev/null
21 @@ -1,53 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="2"
26 -
27 -inherit toolchain-funcs
28 -
29 -DESCRIPTION="Tiling window manager for X11, based on 9wm by David Hogan"
30 -HOMEPAGE="http://larswm.fnurt.net/"
31 -SRC_URI="http://larswm.fnurt.net/${P}.tar.gz"
32 -LICENSE="9wm"
33 -
34 -SLOT="0"
35 -KEYWORDS="alpha ~amd64 ppc ppc64 x86 ~x86-fbsd"
36 -IUSE=""
37 -
38 -RDEPEND="x11-libs/libX11
39 - x11-libs/libXmu
40 - x11-libs/libXt
41 - x11-libs/libXext"
42 -DEPEND="${RDEPEND}
43 - x11-base/xorg-proto
44 - x11-misc/imake
45 - x11-misc/gccmakedep
46 - app-text/rman"
47 -
48 -src_configure() {
49 - xmkmf -a || die
50 -}
51 -
52 -src_compile() {
53 - emake \
54 - CC=$(tc-getCC) \
55 - CCOPTIONS="${CFLAGS}" \
56 - EXTRA_LDOPTIONS="${LDFLAGS}" \
57 - || die
58 -}
59 -
60 -src_install() {
61 - dobin larsclock larsmenu larsremote larswm
62 - newbin sample.xsession larswm-session
63 - for x in *.man ; do
64 - newman $x ${x/man/1}
65 - done
66 - dodoc ChangeLog README* sample.*
67 -
68 - insinto /etc/X11
69 - newins sample.larswmrc larswmrc || die
70 - exeinto /etc/X11/Sessions
71 - newexe sample.xsession larswm
72 - insinto /usr/share/xsessions
73 - doins "${FILESDIR}"/larswm.desktop || die
74 -}