diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-20 01:35:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-11-20 01:35:35 +0000 |
commit | bafa94e60392a51e5e10ce1a603ffb409928fa7a (patch) | |
tree | 8d09c640fe7695d62003f846f58a90d18c6adfce /games-board/pouetchess | |
parent | use scons-utils (diff) | |
download | gentoo-2-bafa94e60392a51e5e10ce1a603ffb409928fa7a.tar.gz gentoo-2-bafa94e60392a51e5e10ce1a603ffb409928fa7a.tar.bz2 gentoo-2-bafa94e60392a51e5e10ce1a603ffb409928fa7a.zip |
use scons-utils
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-board/pouetchess')
-rw-r--r-- | games-board/pouetchess/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/pouetchess/pouetchess-0.2.0-r1.ebuild | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/games-board/pouetchess/ChangeLog b/games-board/pouetchess/ChangeLog index 131bed4cc51e..11fb1fdf0a36 100644 --- a/games-board/pouetchess/ChangeLog +++ b/games-board/pouetchess/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/pouetchess -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/ChangeLog,v 1.13 2009/07/23 15:45:52 mr_bones_ Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/ChangeLog,v 1.14 2010/11/20 01:35:35 mr_bones_ Exp $ + + 20 Nov 2010; Michael Sterrett <mr_bones_@gentoo.org> + pouetchess-0.2.0-r1.ebuild: + use scons-utils 23 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org> pouetchess-0.2.0-r1.ebuild: diff --git a/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild b/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild index 783514173b62..9ca71fd444b1 100644 --- a/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild +++ b/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild,v 1.9 2009/11/23 01:32:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/pouetchess/pouetchess-0.2.0-r1.ebuild,v 1.10 2010/11/20 01:35:35 mr_bones_ Exp $ EAPI=2 -inherit eutils games +inherit eutils scons-utils games MY_PN=${PN/c/C} DESCRIPTION="3D and open source chess game" @@ -15,12 +15,10 @@ SLOT="0" KEYWORDS="~amd64 ~ppc x86" IUSE="debug" -RDEPEND="media-libs/libsdl +DEPEND="media-libs/libsdl media-libs/sdl-image[jpeg,png] virtual/glu virtual/opengl" -DEPEND="${RDEPEND} - dev-util/scons" S=${WORKDIR}/${PN}_src_${PV} PATCHES=( "${FILESDIR}/${P}-sconstruct-sandbox.patch" @@ -49,9 +47,7 @@ src_configure() { } src_compile() { - local sconsopts=$(echo "${MAKEOPTS}" | sed -ne "/-j/ { s/.*\(-j[[:space:]]*[0-9]\+\).*/\1/; p }") - - scons ${sconsopts} || die "scons failed" + escons || die } src_install() { |