summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-11 06:34:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-11 06:34:32 +0000
commit3e33b44d1e1f3783069d2705def466649d853c4f (patch)
tree7f2a7bdfa0fa92e7bd15c5dd24a7f4bb7245eff5 /games-puzzle/construo
parentEAPI=5 (diff)
downloadgentoo-2-3e33b44d1e1f3783069d2705def466649d853c4f.tar.gz
gentoo-2-3e33b44d1e1f3783069d2705def466649d853c4f.tar.bz2
gentoo-2-3e33b44d1e1f3783069d2705def466649d853c4f.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/construo')
-rw-r--r--games-puzzle/construo/ChangeLog8
-rw-r--r--games-puzzle/construo/construo-0.2.2.ebuild11
2 files changed, 10 insertions, 9 deletions
diff --git a/games-puzzle/construo/ChangeLog b/games-puzzle/construo/ChangeLog
index fd82544b0906..47dd728056f2 100644
--- a/games-puzzle/construo/ChangeLog
+++ b/games-puzzle/construo/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-puzzle/construo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.17 2011/06/20 19:10:05 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/ChangeLog,v 1.18 2015/02/11 06:34:32 mr_bones_ Exp $
+
+ 11 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> construo-0.2.2.ebuild:
+ EAPI=5
20 Jun 2011; Tupone Alfredo <tupone@gentoo.org>
files/construo-0.2.2-lGLU.patch:
@@ -51,4 +54,3 @@
02 Aug 2003; Michael Sterrett <msterret@gentoo.org> construo-0.2.2.ebuild:
initial commit. ebuild supplied by Rob Cakebread (modified) via bug 25708.
-
diff --git a/games-puzzle/construo/construo-0.2.2.ebuild b/games-puzzle/construo/construo-0.2.2.ebuild
index 1a9ea49caae1..aabaa838dbab 100644
--- a/games-puzzle/construo/construo-0.2.2.ebuild
+++ b/games-puzzle/construo/construo-0.2.2.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-puzzle/construo/construo-0.2.2.ebuild,v 1.16 2010/09/16 16:54:32 scarabeus Exp $
-EAPI=2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/construo/construo-0.2.2.ebuild,v 1.17 2015/02/11 06:34:32 mr_bones_ Exp $
+EAPI=5
inherit eutils autotools games
DESCRIPTION="2d construction toy with objects that react on physical forces"
@@ -28,14 +28,13 @@ src_prepare() {
}
src_configure() {
- egamesconf --datadir="${GAMES_DATADIR_BASE}" || die
+ egamesconf --datadir="${GAMES_DATADIR_BASE}"
}
src_install() {
emake \
DESTDIR="${D}" \
- bindir="${GAMES_BINDIR}" install \
- || die "emake install failed"
+ bindir="${GAMES_BINDIR}" install
dodoc AUTHORS NEWS README TODO
prepgamesdirs
}