summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-02-06 22:01:36 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-02-06 22:01:36 +0000
commit605348ff93b5ad2250e9c0c58abf55792d1d96e0 (patch)
tree510ebad437579043463a100b90c9e72b5d10dc5c /games-misc
parentEAPI 5 (diff)
downloadgentoo-2-605348ff93b5ad2250e9c0c58abf55792d1d96e0.tar.gz
gentoo-2-605348ff93b5ad2250e9c0c58abf55792d1d96e0.tar.bz2
gentoo-2-605348ff93b5ad2250e9c0c58abf55792d1d96e0.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/xcruiser/ChangeLog7
-rw-r--r--games-misc/xcruiser/xcruiser-0.30.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-misc/xcruiser/ChangeLog b/games-misc/xcruiser/ChangeLog
index 0681c076cb46..fae902da47be 100644
--- a/games-misc/xcruiser/ChangeLog
+++ b/games-misc/xcruiser/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-misc/xcruiser
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.7 2012/11/11 02:38:04 mr_bones_ Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/ChangeLog,v 1.8 2015/02/06 22:01:36 tupone Exp $
+
+ 06 Feb 2015; Tupone Alfredo <tupone@gentoo.org> xcruiser-0.30.ebuild:
+ EAPI 5
11 Nov 2012; Michael Sterrett <mr_bones_@gentoo.org> xcruiser-0.30.ebuild:
respect more flags with patch from hasufell (bug #442396)
diff --git a/games-misc/xcruiser/xcruiser-0.30.ebuild b/games-misc/xcruiser/xcruiser-0.30.ebuild
index efbb86a6ea52..1ebac4848763 100644
--- a/games-misc/xcruiser/xcruiser-0.30.ebuild
+++ b/games-misc/xcruiser/xcruiser-0.30.ebuild
@@ -1,7 +1,7 @@
-# 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/xcruiser/xcruiser-0.30.ebuild,v 1.7 2012/11/11 02:38:04 mr_bones_ Exp $
-
+# $Header: /var/cvsroot/gentoo-x86/games-misc/xcruiser/xcruiser-0.30.ebuild,v 1.8 2015/02/06 22:01:36 tupone Exp $
+EAPI=5
inherit toolchain-funcs
DESCRIPTION="Fly about 3D-formed file system"
@@ -23,11 +23,11 @@ DEPEND="${RDEPEND}
src_compile() {
xmkmf -a
- emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}" || die "emake failed"
+ emake CC=$(tc-getCC) CDEBUGFLAGS="${CFLAGS}" LOCAL_LDFLAGS="${LDFLAGS}"
}
src_install() {
- dobin xcruiser || die "dobin failed"
+ dobin xcruiser
dodoc CHANGES README README.jp TODO
newman xcruiser.man xcruiser.1
}