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/selectwm/
Date: Fri, 08 Feb 2019 16:31:01
Message-Id: 1549643444.0a9f5c9da948032e1dcf5aaa1ea96043bdfc287d.zlogene@gentoo
1 commit: 0a9f5c9da948032e1dcf5aaa1ea96043bdfc287d
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 8 16:30:44 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 8 16:30:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9f5c9d
7
8 x11-wm/selectwm: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 x11-wm/selectwm/selectwm-0.4.1.ebuild | 37 -----------------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/x11-wm/selectwm/selectwm-0.4.1.ebuild b/x11-wm/selectwm/selectwm-0.4.1.ebuild
17 deleted file mode 100644
18 index 2d148c69907..00000000000
19 --- a/x11-wm/selectwm/selectwm-0.4.1.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="window manager selector tool"
29 -HOMEPAGE="https://ordiluc.net/selectwm"
30 -SRC_URI="https://ordiluc.net/selectwm/${P}.tar.bz2"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="2"
34 -KEYWORDS="amd64 ppc sparc x86 ~x86-fbsd"
35 -IUSE="nls"
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - dev-libs/glib:2"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -src_prepare() {
43 - epatch "${FILESDIR}"/${P}-enable-deprecated-gtk.patch \
44 - "${FILESDIR}"/${P}-glibc-2.10.patch \
45 - "${FILESDIR}"/${P}-nostrip.patch
46 - eautoreconf
47 -}
48 -
49 -src_configure() {
50 - econf \
51 - --program-suffix=2 \
52 - $(use_enable nls)
53 -}
54 -
55 -src_install () {
56 - emake DESTDIR="${D}" install
57 - dodoc AUTHORS README sample.xinitrc
58 -}