commit:     36fe8e8c95dc45f61601b828481c3d9fa866bbd5
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Dec  7 14:09:13 2018 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Tue Dec 11 14:27:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36fe8e8c

x11-plugins/wmlife: drop old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 x11-plugins/wmlife/wmlife-1.0.1.ebuild | 35 ----------------------------------
 1 file changed, 35 deletions(-)

diff --git a/x11-plugins/wmlife/wmlife-1.0.1.ebuild 
b/x11-plugins/wmlife/wmlife-1.0.1.ebuild
deleted file mode 100644
index 47a14552f4a..00000000000
--- a/x11-plugins/wmlife/wmlife-1.0.1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)"
-HOMEPAGE="http://www.improbability.net/#wmlife";
-SRC_URI="http://www.improbability.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2
-       x11-libs/libICE
-       x11-libs/libSM
-       x11-libs/libX11
-       x11-libs/libXext"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch
-       epatch "${FILESDIR}"/${P}-configure.patch
-
-       eautoreconf
-}
-
-src_configure() {
-       econf --enable-session
-}

Reply via email to