diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-03 03:03:09 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-03 03:03:09 +0000 |
commit | b60c0c3b1e5f4394d183dc392d73637ddad8e848 (patch) | |
tree | 1fe24ab90acd533a47a4daead99f5efb6b990623 /games-simulation/cannonsmash | |
parent | Pruned old version (diff) | |
download | gentoo-2-b60c0c3b1e5f4394d183dc392d73637ddad8e848.tar.gz gentoo-2-b60c0c3b1e5f4394d183dc392d73637ddad8e848.tar.bz2 gentoo-2-b60c0c3b1e5f4394d183dc392d73637ddad8e848.zip |
Add nls dependencies
(Portage version: 2.1.2_rc1-r2)
Diffstat (limited to 'games-simulation/cannonsmash')
-rw-r--r-- | games-simulation/cannonsmash/ChangeLog | 5 | ||||
-rw-r--r-- | games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild | 13 |
2 files changed, 12 insertions, 6 deletions
diff --git a/games-simulation/cannonsmash/ChangeLog b/games-simulation/cannonsmash/ChangeLog index 602555789efd..df305fae0013 100644 --- a/games-simulation/cannonsmash/ChangeLog +++ b/games-simulation/cannonsmash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/cannonsmash # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.15 2006/04/27 20:05:21 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/ChangeLog,v 1.16 2006/11/03 03:03:09 nyhm Exp $ + + 03 Nov 2006; Tristan Heaven <nyhm@gentoo.org> cannonsmash-0.6.6.ebuild: + Add nls dependencies 27 Apr 2006; Marien Zwart <marienz@gentoo.org> files/digest-cannonsmash-0.6.6, Manifest: diff --git a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild index 821f399f2c6b..ae9e0358d07d 100644 --- a/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild +++ b/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.11 2006/04/10 22:47:52 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/cannonsmash/cannonsmash-0.6.6.ebuild,v 1.12 2006/11/03 03:03:09 nyhm Exp $ inherit eutils games @@ -15,13 +15,16 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="vorbis nls" -DEPEND="|| ( x11-libs/libXmu virtual/x11 ) +RDEPEND="x11-libs/libXmu virtual/opengl virtual/glu >=media-libs/libsdl-1.2.4 >=media-libs/sdl-mixer-1.2.3 >=media-libs/sdl-image-1.2.2 - =x11-libs/gtk+-2*" + =x11-libs/gtk+-2* + nls? ( virtual/libintl )" +DEPEND="${RDEPEND} + nls? ( sys-devel/gettext )" S=${WORKDIR}/csmash-${PV} @@ -51,10 +54,10 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" if use vorbis ; then insinto "${GAMES_DATADIR}"/csmash - doins ${MY_OGG} + doins ${MY_OGG} || die "doins failed" fi dodoc AUTHORS CREDITS README* prepgamesdirs |