diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-08 07:54:51 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-08 07:54:51 +0000 |
commit | f0ca542935ea0a0f17b75683a3fd95f848c0c51a (patch) | |
tree | c0faff4dcd5aa2602c9df8cc29f67c7ac143a23c /games-roguelike | |
parent | Version bump. (diff) | |
download | gentoo-2-f0ca542935ea0a0f17b75683a3fd95f848c0c51a.tar.gz gentoo-2-f0ca542935ea0a0f17b75683a3fd95f848c0c51a.tar.bz2 gentoo-2-f0ca542935ea0a0f17b75683a3fd95f848c0c51a.zip |
EAPI=5
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/crossfire-client/ChangeLog | 8 | ||||
-rw-r--r-- | games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/games-roguelike/crossfire-client/ChangeLog b/games-roguelike/crossfire-client/ChangeLog index 77b511754d07..35be654c56c6 100644 --- a/games-roguelike/crossfire-client/ChangeLog +++ b/games-roguelike/crossfire-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-roguelike/crossfire-client -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.29 2012/07/30 21:43:51 mr_bones_ Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/ChangeLog,v 1.30 2013/01/08 07:54:51 mr_bones_ Exp $ + + 08 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> + crossfire-client-1.70.0.ebuild: + EAPI=5 *crossfire-client-1.70.0 (30 Jul 2012) diff --git a/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild b/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild index 0aa6b5112d6d..f96899cf6f86 100644 --- a/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild +++ b/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.1 2012/07/30 21:43:51 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/crossfire-client/crossfire-client-1.70.0.ebuild,v 1.2 2013/01/08 07:54:51 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit gnome2-utils games DESCRIPTION="Client for the nethack-style but more in the line of UO" @@ -46,15 +46,15 @@ src_configure() { src_compile() { # bug 139785 if use alsa || use oss ; then - emake -j1 -C sound-src || die + emake -j1 -C sound-src fi - emake || die + emake } src_install() { local s - emake DESTDIR="${D}" install || die + emake DESTDIR="${D}" install dodoc AUTHORS ChangeLog README TODO domenu gtk-v2/crossfire-client.desktop for s in 16 32 48 |