summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:23 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:45:58 +0100
commita1a748c9fc330fac76938abde91b4b154e5da846 (patch)
tree6156406a50e5a612b0694bc9b25e4fce356817aa
parentgames-misc/lolcat: Remove old (diff)
downloadgentoo-a1a748c9fc330fac76938abde91b4b154e5da846.tar.gz
gentoo-a1a748c9fc330fac76938abde91b4b154e5da846.tar.bz2
gentoo-a1a748c9fc330fac76938abde91b4b154e5da846.zip
games-misc/lucidlife: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r--games-misc/lucidlife/lucidlife-0.9.2.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/games-misc/lucidlife/lucidlife-0.9.2.ebuild b/games-misc/lucidlife/lucidlife-0.9.2.ebuild
deleted file mode 100644
index cac06669cec1..000000000000
--- a/games-misc/lucidlife/lucidlife-0.9.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils games
-
-DESCRIPTION="A Conway's Life simulator written in GTK+2 - fork from Gtklife"
-HOMEPAGE="http://gtk-apps.org/content/show.php/LucidLife?content=130867"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/gtk+:2"
-DEPEND="${DEPEND}
- dev-util/intltool
- virtual/pkgconfig
- sys-devel/gettext"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gnome-vfs.patch \
- "${FILESDIR}"/${P}-underlink.patch
- eautoreconf
- intltoolize --force --copy --automake || die
-}
-
-src_install() {
- emake install \
- desktopdir=/usr/share/applications \
- pixmapdir=/usr/share/pixmaps \
- DESTDIR="${D}"
-
- prepgamesdirs
-
- dodoc AUTHORS ChangeLog NEWS README TODO
-}