summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-28 06:59:17 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-28 06:59:17 +0000
commitfe018a7ad0c4d5b75bcde1791e1fda1af89bbba2 (patch)
tree6a063e1f1ed2baac8bf979921c2059f5d89e125b /games-simulation
parentVersion bump. (diff)
downloadgentoo-2-fe018a7ad0c4d5b75bcde1791e1fda1af89bbba2.tar.gz
gentoo-2-fe018a7ad0c4d5b75bcde1791e1fda1af89bbba2.tar.bz2
gentoo-2-fe018a7ad0c4d5b75bcde1791e1fda1af89bbba2.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/dangerdeep/ChangeLog5
-rw-r--r--games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/dangerdeep/ChangeLog b/games-simulation/dangerdeep/ChangeLog
index 68c8194ac1bb..74545c43ea11 100644
--- a/games-simulation/dangerdeep/ChangeLog
+++ b/games-simulation/dangerdeep/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-simulation/dangerdeep
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.16 2015/01/28 22:02:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.17 2015/02/28 06:59:17 mr_bones_ Exp $
+
+ 28 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> dangerdeep-0.3.0.ebuild:
+ EAPI=5
28 Jan 2015; Michał Górny <mgorny@gentoo.org> dangerdeep-0.3.0.ebuild:
Switch to CPU_FLAGS_X86.
diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
index ef6aabd9458d..295fc33c0371 100644
--- a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
+++ b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.13 2015/01/28 22:02:12 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.14 2015/02/28 06:59:17 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils scons-utils games
DESCRIPTION="a World War II German submarine simulation"
@@ -48,10 +48,10 @@ src_compile() {
}
src_install() {
- dogamesbin build/linux/${PN} || die "dogamesbin failed"
+ dogamesbin build/linux/${PN}
insinto "${GAMES_DATADIR}"/${PN}
- doins -r ../data/* || die "doins failed"
+ doins -r ../data/*
newicon dftd_icon.png ${PN}.png
make_desktop_entry ${PN} "Danger from the Deep"