diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:45:40 +0100 |
commit | 8d1ff0f34687f37b844720a5d8e2681566a7612a (patch) | |
tree | f37126ca1249f2370ade515edbdec2d7e9805bb0 /games-misc/gtklife | |
parent | games-misc/gBhed: Remove old (diff) | |
download | gentoo-8d1ff0f34687f37b844720a5d8e2681566a7612a.tar.gz gentoo-8d1ff0f34687f37b844720a5d8e2681566a7612a.tar.bz2 gentoo-8d1ff0f34687f37b844720a5d8e2681566a7612a.zip |
games-misc/gtklife: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-misc/gtklife')
-rw-r--r-- | games-misc/gtklife/gtklife-5.1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/games-misc/gtklife/gtklife-5.1.ebuild b/games-misc/gtklife/gtklife-5.1.ebuild deleted file mode 100644 index 851a1c3da951..000000000000 --- a/games-misc/gtklife/gtklife-5.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="A Conway's Life simulator for Unix" -HOMEPAGE="http://ironphoenix.org/tril/gtklife/" -SRC_URI="http://ironphoenix.org/tril/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2 - x11-libs/libX11" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-link.patch -} - -src_configure() { - egamesconf \ - --with-gtk2 \ - --with-docdir=/usr/share/doc/${PF}/html -} - -src_install() { - dogamesbin ${PN} - - insinto "${GAMES_DATADIR}"/${PN} - doins -r graphics patterns - - newicon icon_48x48.png ${PN}.png - make_desktop_entry ${PN} GtkLife - - dohtml doc/* - dodoc AUTHORS README NEWS - prepgamesdirs -} |