diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-12-07 15:09:13 +0100 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2018-12-11 15:27:56 +0100 |
commit | 36fe8e8c95dc45f61601b828481c3d9fa866bbd5 (patch) | |
tree | a0cdc876b054b4119ae9bfbefa02f700f70664c6 /x11-plugins | |
parent | x11-plugins/wmgrabimage: drop old (diff) | |
download | gentoo-36fe8e8c95dc45f61601b828481c3d9fa866bbd5.tar.gz gentoo-36fe8e8c95dc45f61601b828481c3d9fa866bbd5.tar.bz2 gentoo-36fe8e8c95dc45f61601b828481c3d9fa866bbd5.zip |
x11-plugins/wmlife: drop old
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmlife/wmlife-1.0.1.ebuild | 35 |
1 files changed, 0 insertions, 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 47a14552f4ac..000000000000 --- 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 -} |