Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmlife/
Date: Tue, 11 Dec 2018 14:29:40
Message-Id: 1544538476.36fe8e8c95dc45f61601b828481c3d9fa866bbd5.voyageur@gentoo
1 commit: 36fe8e8c95dc45f61601b828481c3d9fa866bbd5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 7 14:09:13 2018 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 14:27:56 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fe8e8c
7
8 x11-plugins/wmlife: drop old
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 35 ----------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
17 deleted file mode 100644
18 index 47a14552f4a..00000000000
19 --- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
20 +++ /dev/null
21 @@ -1,35 +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="dockapp running Conway's Game of Life (and program launcher)"
29 -HOMEPAGE="http://www.improbability.net/#wmlife"
30 -SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="x11-libs/gtk+:2
38 - x11-libs/libICE
39 - x11-libs/libSM
40 - x11-libs/libX11
41 - x11-libs/libXext"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig"
44 -
45 -DOCS="AUTHORS ChangeLog NEWS README"
46 -
47 -src_prepare() {
48 - epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
49 - epatch "${FILESDIR}"/${P}-configure.patch
50 -
51 - eautoreconf
52 -}
53 -
54 -src_configure() {
55 - econf --enable-session
56 -}