diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:24 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:46:34 +0100 |
commit | d0243a78cdec899424868fd01a72b1a3b7a552c0 (patch) | |
tree | a7fcc944533e766526cb525bdc92541de57c0f84 /games-misc | |
parent | games-misc/opensfx: Remove old (diff) | |
download | gentoo-d0243a78cdec899424868fd01a72b1a3b7a552c0.tar.gz gentoo-d0243a78cdec899424868fd01a72b1a3b7a552c0.tar.bz2 gentoo-d0243a78cdec899424868fd01a72b1a3b7a552c0.zip |
games-misc/qlife: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/qlife/qlife-1.1.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/games-misc/qlife/qlife-1.1.ebuild b/games-misc/qlife/qlife-1.1.ebuild deleted file mode 100644 index 7fec658ac345..000000000000 --- a/games-misc/qlife/qlife-1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils qt4-r2 games - -MY_PN=${PN/ql/QL} - -DESCRIPTION="Simulates the classical Game of Life invented by John Conway" -HOMEPAGE="http://open-maker.tuxfamily.org/blog/index.php?post/2009/03/28/QLife" -SRC_URI="http://open-maker.tuxfamily.org/blog/public/${PN}_linux.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_PN}/sources - -src_configure() { - eqmake4 ${MY_PN}.pro -} - -src_install() { - dogamesbin ${MY_PN} - newicon data/egg.png ${PN}.png - make_desktop_entry ${MY_PN} ${MY_PN} - prepgamesdirs -} |