summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-02-13 19:53:33 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-02-13 19:53:33 +0000
commit465228ab5e9add7cdc6f147816564be0346fe0c7 (patch)
tree2940866dc984eec4239a1ec7715a80d547d05fb0 /games-puzzle
parentVersion bump. (diff)
downloadgentoo-2-465228ab5e9add7cdc6f147816564be0346fe0c7.tar.gz
gentoo-2-465228ab5e9add7cdc6f147816564be0346fe0c7.tar.bz2
gentoo-2-465228ab5e9add7cdc6f147816564be0346fe0c7.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/arrows/ChangeLog7
-rw-r--r--games-puzzle/arrows/arrows-0.6.ebuild12
2 files changed, 11 insertions, 8 deletions
diff --git a/games-puzzle/arrows/ChangeLog b/games-puzzle/arrows/ChangeLog
index 43a9cbf2f146..528173990815 100644
--- a/games-puzzle/arrows/ChangeLog
+++ b/games-puzzle/arrows/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/arrows
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.10 2012/05/04 04:45:28 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/ChangeLog,v 1.11 2015/02/13 19:53:33 tupone Exp $
+
+ 13 Feb 2015; Tupone Alfredo <tupone@gentoo.org> arrows-0.6.ebuild:
+ EAPI 5
04 May 2012; Jeff Horelick <jdhore@gentoo.org> arrows-0.6.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/games-puzzle/arrows/arrows-0.6.ebuild b/games-puzzle/arrows/arrows-0.6.ebuild
index b75732a323d9..9d16801c5b89 100644
--- a/games-puzzle/arrows/arrows-0.6.ebuild
+++ b/games-puzzle/arrows/arrows-0.6.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-puzzle/arrows/arrows-0.6.ebuild,v 1.10 2012/05/04 04:45:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/arrows/arrows-0.6.ebuild,v 1.11 2015/02/13 19:53:33 tupone Exp $
-EAPI=2
+EAPI=5
inherit games
DESCRIPTION="simple maze-like game where you navigate around and destroy arrows"
@@ -36,13 +36,13 @@ src_prepare() {
src_compile() {
make clean || die "make clean failed"
- emake CCOPTS="${CFLAGS}" || die "emake failed"
+ emake CCOPTS="${CFLAGS}"
}
src_install() {
- dogamesbin arrows || die "dogamesbin failed"
+ dogamesbin arrows
insinto "${GAMES_DATADIR}/${PN}"
- doins arrfl* || die "doins failed"
+ doins arrfl*
dodoc README
prepgamesdirs
}