summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-02-06 21:28:20 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-02-06 21:28:20 +0000
commitcb6714c9fbd954837c3f95378e5468ef82b15aac (patch)
treeb7e353bd378a1f82a78fb4e16b8a2d94d843ac8b /games-misc/lucidlife
parentstable amd64 x86 (diff)
downloadgentoo-2-cb6714c9fbd954837c3f95378e5468ef82b15aac.tar.gz
gentoo-2-cb6714c9fbd954837c3f95378e5468ef82b15aac.tar.bz2
gentoo-2-cb6714c9fbd954837c3f95378e5468ef82b15aac.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc/lucidlife')
-rw-r--r--games-misc/lucidlife/ChangeLog7
-rw-r--r--games-misc/lucidlife/lucidlife-0.9.2.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-misc/lucidlife/ChangeLog b/games-misc/lucidlife/ChangeLog
index 567c70c518e4..530d2435454a 100644
--- a/games-misc/lucidlife/ChangeLog
+++ b/games-misc/lucidlife/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/lucidlife
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.6 2012/05/03 03:29:41 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.7 2015/02/06 21:28:20 tupone Exp $
+
+ 06 Feb 2015; Tupone Alfredo <tupone@gentoo.org> lucidlife-0.9.2.ebuild:
+ EAPI 5
03 May 2012; Jeff Horelick <jdhore@gentoo.org> lucidlife-0.9.2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/games-misc/lucidlife/lucidlife-0.9.2.ebuild b/games-misc/lucidlife/lucidlife-0.9.2.ebuild
index bb995bf152e3..b6147e83078e 100644
--- a/games-misc/lucidlife/lucidlife-0.9.2.ebuild
+++ b/games-misc/lucidlife/lucidlife-0.9.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.6 2012/05/03 03:29:41 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.7 2015/02/06 21:28:20 tupone Exp $
-EAPI=2
+EAPI=5
inherit autotools eutils games
@@ -32,9 +32,9 @@ src_install() {
emake install \
desktopdir=/usr/share/applications \
pixmapdir=/usr/share/pixmaps \
- DESTDIR="${D}" || die "install failed"
+ DESTDIR="${D}"
prepgamesdirs
- dodoc AUTHORS ChangeLog NEWS README TODO || die
+ dodoc AUTHORS ChangeLog NEWS README TODO
}