Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
mr_bones_ 08/08/04 20:47:09
Modified: ChangeLog
Added: btanks-0.8.7479.ebuild
Log:
version bump - ebuild submitted by Aleksandr Yakimov via bug #233461
(Portage version: 2.1.4.4)
Revision Changes Path
1.13 games-action/btanks/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/ChangeLog?r1=1.12&r2=1.13
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog 20 Apr 2008 09:19:43 -0000 1.12
+++ ChangeLog 4 Aug 2008 20:47:09 -0000 1.13
@@ -1,6 +1,13 @@
# ChangeLog for games-action/btanks
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.12 2008/04/20 09:19:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/ChangeLog,v 1.13 2008/08/04 20:47:09 mr_bones_ Exp $
+
+*btanks-0.8.7479 (04 Aug 2008)
+
+ 04 Aug 2008; Michael Sterrett <mr_bones_@g.o>
+ +files/btanks-0.8.7479-build.patch,
+ +files/btanks-0.8.7479-scons-blows.patch, +btanks-0.8.7479.ebuild:
+ version bump - ebuild submitted by Aleksandr Yakimov via bug #233461
20 Apr 2008; Mike Frysinger <vapier@g.o>
+files/btanks-0.7.5800-gcc43.patch, btanks-0.7.5800.ebuild:
1.1 games-action/btanks/btanks-0.8.7479.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7479.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/btanks/btanks-0.8.7479.ebuild?rev=1.1&content-type=text/plain
Index: btanks-0.8.7479.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/btanks/btanks-0.8.7479.ebuild,v 1.1 2008/08/04 20:47:09 mr_bones_ Exp $
inherit eutils games
DESCRIPTION="Fast 2D tank arcade game with multiplayer and split-screen modes"
HOMEPAGE="http://btanks.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/lua-5.1
media-libs/openal
media-libs/libsdl
media-libs/libvorbis
virtual/opengl
dev-libs/expat
media-libs/sdl-image"
DEPEND="${RDEPEND}
dev-util/scons
dev-util/pkgconfig"
src_unpack() {
unpack ${A}
cd "${S}"
epatch \
"${FILESDIR}"/${P}-scons-blows.patch \
"${FILESDIR}"/${P}-build.patch
}
src_compile() {
scons \
mode='release' \
prefix=/usr \
lib_dir="$(games_get_libdir)/${PN}" \
resources_dir="${GAMES_DATADIR}/${PN}" \
|| die 'scons'
}
src_install() {
newgamesbin btanks btanks || die 'newgamesbin'
newgamesbin bted btanksed || die 'newgamesbin'
insinto "$(games_get_libdir)"/${PN}
doins lib{mrt,bt,sdlx,clunk}.so || die 'doins for lib.so failed'
exeinto "${GAMES_DATADIR}/${PN}"
doexe libbt_objects.so || die 'doins for libbt_objects.so failed'
insinto "${GAMES_DATADIR}/${PN}"
doins -r data || die 'doins for data failed'
dodoc ChangeLog *.txt
newicon engine/src/bt.xpm ${PN}.xpm || die 'newicon'
make_desktop_entry ${PN} 'Battle Tanks' ${PN}
prepgamesdirs
}
|
|