* [gentoo-commits] gentoo-x86 commit in games-action/wordwarvi: wordwarvi-0.25.ebuild ChangeLog
@ 2009-01-19 16:22 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-19 16:22 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/01/19 16:22:47
Modified: ChangeLog
Added: wordwarvi-0.25.ebuild
Log:
version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)
Revision Changes Path
1.4 games-action/wordwarvi/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/wordwarvi/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/wordwarvi/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/wordwarvi/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/wordwarvi/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 14 Dec 2008 10:57:31 -0000 1.3
+++ ChangeLog 19 Jan 2009 16:22:47 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for games-action/wordwarvi
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/wordwarvi/ChangeLog,v 1.3 2008/12/14 10:57:31 mr_bones_ Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/wordwarvi/ChangeLog,v 1.4 2009/01/19 16:22:47 mr_bones_ Exp $
+
+*wordwarvi-0.25 (19 Jan 2009)
+
+ 19 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +wordwarvi-0.25.ebuild:
+ version bump
*wordwarvi-0.24 (14 Dec 2008)
1.1 games-action/wordwarvi/wordwarvi-0.25.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/wordwarvi/wordwarvi-0.25.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/wordwarvi/wordwarvi-0.25.ebuild?rev=1.1&content-type=text/plain
Index: wordwarvi-0.25.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/wordwarvi/wordwarvi-0.25.ebuild,v 1.1 2009/01/19 16:22:47 mr_bones_ Exp $
EAPI=1
inherit eutils games
DESCRIPTION="A retro side-scrolling shoot'em up based on the editor war story"
HOMEPAGE="http://wordwarvi.sourceforge.net"
SRC_URI="mirror://sourceforge/wordwarvi/${P}.tar.gz"
LICENSE="GPL-2 CCPL-Attribution-2.0 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="vorbis"
RDEPEND="x11-libs/gtk+:2
vorbis? ( media-libs/libvorbis
>=media-libs/portaudio-19_pre1 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_unpack() {
unpack ${A}
cd "${S}"
sed -i \
-e '/^DATADIR/s/=/?=/' \
-e '/^OPTIMIZE_FLAG/s/=.*/=$(CFLAGS)/' \
Makefile \
|| die "sed failed"
}
src_compile() {
emake \
PREFIX="${GAMES_PREFIX}" \
DATADIR="${GAMES_DATADIR}/${PN}" \
MANDIR="/usr/share/man" \
WITHAUDIO=$(use vorbis && echo yes || echo no) all \
|| die "emake failed"
}
src_install() {
emake \
DESTDIR="${D}" \
PREFIX="${GAMES_PREFIX}" \
DATADIR="${GAMES_DATADIR}/${PN}" \
MANDIR="/usr/share/man" \
WITHAUDIO=$(use vorbis && echo yes || echo no) all \
install || die "emake install failed"
use vorbis || rm -rf "${D}${GAMES_DATADIR}/${PN}"
dodoc README AUTHORS changelog.txt AAA_HOW_TO_MAKE_NEW_LEVELS.txt
newicon icons/wordwarvi_icon_128x128.png ${PN}.png
make_desktop_entry ${PN} "Word War vi"
prepgamesdirs
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-19 16:22 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-19 16:22 [gentoo-commits] gentoo-x86 commit in games-action/wordwarvi: wordwarvi-0.25.ebuild ChangeLog Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox