Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/spectrwm/files/, x11-wm/spectrwm/
Date: Thu, 05 May 2016 13:40:17
Message-Id: 1462455600.0995f5eacb791b6d970fbeebbf14eaa6e2b7dda0.xmw@gentoo
1 commit: 0995f5eacb791b6d970fbeebbf14eaa6e2b7dda0
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 5 13:39:10 2016 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Thu May 5 13:40:00 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0995f5ea
7
8 x11-wm/spectrwm: drop broken
9
10 Package-Manager: portage-2.2.28
11
12 x11-wm/spectrwm/files/spectrwm.desktop | 7 -----
13 x11-wm/spectrwm/spectrwm-2.7.2.ebuild | 47 ----------------------------------
14 2 files changed, 54 deletions(-)
15
16 diff --git a/x11-wm/spectrwm/files/spectrwm.desktop b/x11-wm/spectrwm/files/spectrwm.desktop
17 deleted file mode 100644
18 index ca9a5b6..0000000
19 --- a/x11-wm/spectrwm/files/spectrwm.desktop
20 +++ /dev/null
21 @@ -1,7 +0,0 @@
22 -[Desktop Entry]
23 -Name=spectrwm
24 -Comment=A lighweight tiling window manager
25 -Exec=/etc/X11/Sessions/spectrwm
26 -TryExec=spectrwm
27 -Icon=
28 -Type=Application
29
30 diff --git a/x11-wm/spectrwm/spectrwm-2.7.2.ebuild b/x11-wm/spectrwm/spectrwm-2.7.2.ebuild
31 deleted file mode 100644
32 index d487508..0000000
33 --- a/x11-wm/spectrwm/spectrwm-2.7.2.ebuild
34 +++ /dev/null
35 @@ -1,47 +0,0 @@
36 -# Copyright 1999-2015 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -# $Id$
39 -
40 -EAPI=5
41 -
42 -inherit eutils multilib toolchain-funcs
43 -
44 -DESCRIPTION="Small dynamic tiling window manager for X11"
45 -HOMEPAGE="https://opensource.conformal.com/wiki/spectrwm"
46 -SRC_URI="http://opensource.conformal.com/snapshots/${PN}/${P}.tgz"
47 -
48 -LICENSE="ISC"
49 -SLOT="0"
50 -KEYWORDS="amd64 x86"
51 -IUSE=""
52 -
53 -RDEPEND="x11-misc/dmenu"
54 -DEPEND="${DEPEND}
55 - x11-libs/libX11
56 - x11-libs/libXcursor
57 - x11-libs/libXrandr
58 - x11-libs/libXtst
59 - x11-libs/xcb-util
60 - !x11-wm/scrotwm"
61 -
62 -S=${WORKDIR}/${P}/linux
63 -
64 -src_prepare() {
65 - epatch "${FILESDIR}"/${PN}-2.6.2-Makefile.patch
66 - tc-export CC
67 -}
68 -
69 -src_install() {
70 - emake PREFIX="${D}"/usr LIBDIR="${D}usr/$(get_libdir)" install
71 -
72 - cd "${WORKDIR}"/${P} || die
73 -
74 - insinto /etc
75 - doins ${PN}.conf
76 - dodoc ${PN}_*.conf {initscreen,screenshot}.sh
77 -
78 - make_session_desktop ${PN} ${PN}
79 -
80 - elog "Example keyboard config and helpful scripts can be found"
81 - elog "in ${ROOT}usr/share/doc/${PF}"
82 -}