summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-03-03 20:57:00 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-03-03 20:57:00 +0000
commit686229c2f5400b4152bc713335ecd524da232583 (patch)
tree5d3d732c7aa0ea8e20a097a44f02954f73c96329 /games-rpg
parentVersion bump (diff)
downloadgentoo-2-686229c2f5400b4152bc713335ecd524da232583.tar.gz
gentoo-2-686229c2f5400b4152bc713335ecd524da232583.tar.bz2
gentoo-2-686229c2f5400b4152bc713335ecd524da232583.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/lure/ChangeLog7
-rw-r--r--games-rpg/lure/lure-1.1.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-rpg/lure/ChangeLog b/games-rpg/lure/ChangeLog
index 9717f5db5b60..537d5e8ad15a 100644
--- a/games-rpg/lure/ChangeLog
+++ b/games-rpg/lure/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-rpg/lure
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v 1.5 2010/01/06 20:53:59 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/ChangeLog,v 1.6 2015/03/03 20:57:00 tupone Exp $
+
+ 03 Mar 2015; Tupone Alfredo <tupone@gentoo.org> lure-1.1.ebuild:
+ EAPI 5
06 Jan 2010; Tupone Alfredo <tupone@gentoo.org> lure-1.1.ebuild:
Installing documentation correctly. Bug #299879 by flameeyes@gentoo.org
diff --git a/games-rpg/lure/lure-1.1.ebuild b/games-rpg/lure/lure-1.1.ebuild
index 6e13078d2530..608462d4810d 100644
--- a/games-rpg/lure/lure-1.1.ebuild
+++ b/games-rpg/lure/lure-1.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/lure-1.1.ebuild,v 1.5 2010/01/06 20:53:59 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/lure/lure-1.1.ebuild,v 1.6 2015/03/03 20:57:00 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils games
DAT_PV=0.13.1
@@ -90,7 +90,7 @@ src_install() {
if use ${lang} ; then
lang=${lang/linguas_}
insinto "${GAMES_DATADIR}"/${PN}-${lang}
- newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat || die "newins failed"
+ newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat
doins -r ${PN}-${lang}/*
games_make_wrapper ${PN}-${lang} "scummvm -q ${lang} -f -p \"${GAMES_DATADIR}/${PN}-${lang}\" lure" .
make_desktop_entry ${PN}-${lang} "Lure of the Temptress (${lang})" ${PN}
@@ -100,7 +100,7 @@ src_install() {
done
else
insinto "${GAMES_DATADIR}"/${PN}
- newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat || die "newins failed"
+ newins "${DISTDIR}"/lure-${DAT_PV}.dat lure.dat
doins -r ${PN}/*
games_make_wrapper ${PN} "scummvm -f -p \"${GAMES_DATADIR}/${PN}\" lure" .
make_desktop_entry ${PN} "Lure of the Temptress"