From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LNBcR-0005rX-Hi for garchives@archives.gentoo.org; Wed, 14 Jan 2009 19:41:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B39E03B1; Wed, 14 Jan 2009 19:41:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 84D30E03B1 for ; Wed, 14 Jan 2009 19:41:32 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id D8766648EE for ; Wed, 14 Jan 2009 19:41:30 +0000 (UTC) Received: from mr_bones_ by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LNBcI-00036s-HR for gentoo-commits@lists.gentoo.org; Wed, 14 Jan 2009 19:41:30 +0000 From: "Michael Sterrett (mr_bones_)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mr_bones_@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in games-action/bomberclone: bomberclone-0.11.8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bomberclone-0.11.8.ebuild ChangeLog X-VCS-Directories: games-action/bomberclone X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett Content-Type: text/plain; charset=utf8 Message-Id: Sender: Michael Sterrett Date: Wed, 14 Jan 2009 19:41:30 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a6b96bd7-4e2c-4cdf-bb48-c0df12461657 X-Archives-Hash: 5d24821b1a055a769ef9d57846d742df mr_bones_ 09/01/14 19:41:30 Modified: bomberclone-0.11.8.ebuild ChangeLog Log: EAPI=3D2; add use-based deps; also install the music (bug #254977) (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686) Revision Changes Path 1.6 games-action/bomberclone/bomberclone-0.11.8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bombe= rclone/bomberclone-0.11.8.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bombe= rclone/bomberclone-0.11.8.ebuild?rev=3D1.6&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bombe= rclone/bomberclone-0.11.8.ebuild?r1=3D1.5&r2=3D1.6 Index: bomberclone-0.11.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-0.= 11.8.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bomberclone-0.11.8.ebuild 25 Jun 2008 19:40:31 -0000 1.5 +++ bomberclone-0.11.8.ebuild 14 Jan 2009 19:41:30 -0000 1.6 @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-= 0.11.8.ebuild,v 1.5 2008/06/25 19:40:31 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/bomberclone-= 0.11.8.ebuild,v 1.6 2009/01/14 19:41:30 mr_bones_ Exp $ =20 +EAPI=3D2 inherit eutils games =20 DESCRIPTION=3D"BomberMan clone with network game support" @@ -14,17 +15,15 @@ IUSE=3D"X" =20 DEPEND=3D">=3Dmedia-libs/libsdl-1.1.0 - media-libs/sdl-image - media-libs/sdl-mixer + media-libs/sdl-image[png] + media-libs/sdl-mixer[mikmod] X? ( x11-libs/libXt )" =20 -src_unpack() { - unpack ${A} - cd "${S}" - find . -type d -name CVS -exec rm -rf \{\} \; 2> /dev/null +src_prepare() { + ecvs_clean } =20 -src_compile() { +src_configure() { egamesconf \ --disable-dependency-tracking \ $(use_with X x) \ @@ -33,14 +32,14 @@ -e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:${GAMES_DATADIR}/:" \ config.h \ || die "sed config.h failed" - emake || die "emake failed" } =20 src_install() { dogamesbin src/${PN} || die "dogamesbin failed" =20 insinto "${GAMES_DATADIR}/${PN}" - doins -r data/{gfx,maps,player,tileset} || die "doins failed" + doins -r data/{gfx,maps,player,tileset,music} || die "doins failed" + find "${D}" -name "Makefile*" -exec rm -f '{}' + =20 dodoc AUTHORS ChangeLog README TODO doicon data/pixmaps/bomberclone.png 1.29 games-action/bomberclone/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bombe= rclone/ChangeLog?rev=3D1.29&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bombe= rclone/ChangeLog?rev=3D1.29&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/bombe= rclone/ChangeLog?r1=3D1.28&r2=3D1.29 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 25 Jun 2008 19:40:31 -0000 1.28 +++ ChangeLog 14 Jan 2009 19:41:30 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for games-action/bomberclone -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v = 1.28 2008/06/25 19:40:31 nixnut Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/bomberclone/ChangeLog,v = 1.29 2009/01/14 19:41:30 mr_bones_ Exp $ + + 14 Jan 2009; Michael Sterrett + bomberclone-0.11.8.ebuild: + EAPI=3D2; add use-based deps; also install the music (bug #254977) =20 25 Jun 2008; nixnut bomberclone-0.11.8.ebuild: Stable on ppc wrt bug 229305