* [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.2.8.ebuild
@ 2010-02-10 20:35 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; only message in thread
From: Michael Sterrett (mr_bones_) @ 2010-02-10 20:35 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 10/02/10 20:35:12
Modified: ChangeLog
Added: violetland-0.2.8.ebuild
Log:
version bump (bug #304155)
(Portage version: 2.1.7.16/cvs/Linux i686)
Revision Changes Path
1.4 games-action/violetland/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/violetland/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/violetland/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/violetland/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 20 Jan 2010 19:41:05 -0000 1.3
+++ ChangeLog 10 Feb 2010 20:35:11 -0000 1.4
@@ -1,6 +1,12 @@
# ChangeLog for games-action/violetland
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.3 2010/01/20 19:41:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.4 2010/02/10 20:35:11 mr_bones_ Exp $
+
+*violetland-0.2.8 (10 Feb 2010)
+
+ 10 Feb 2010; Michael Sterrett <mr_bones_@gentoo.org>
+ +violetland-0.2.8.ebuild:
+ version bump (bug #304155)
20 Jan 2010; Markus Meier <maekke@gentoo.org> violetland-0.2.4.ebuild:
amd64/x86 stable, bug #299703
1.1 games-action/violetland/violetland-0.2.8.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/violetland/violetland-0.2.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-action/violetland/violetland-0.2.8.ebuild?rev=1.1&content-type=text/plain
Index: violetland-0.2.8.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.2.8.ebuild,v 1.1 2010/02/10 20:35:11 mr_bones_ Exp $
EAPI=2
inherit eutils cmake-utils games
DESCRIPTION="Help a girl by name of Violet to struggle with hordes of monsters."
HOMEPAGE="http://code.google.com/p/violetland/"
SRC_URI="http://violetland.googlecode.com/files/${PN}-v${PV}-src.zip"
LICENSE="GPL-3 CCPL-Attribution-ShareAlike-3.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="media-libs/libsdl[audio,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]
media-libs/sdl-ttf
x11-libs/libXext
x11-libs/libSM
virtual/opengl
virtual/glu"
DEPEND="${RDEPEND}
app-arch/unzip"
S=${WORKDIR}/${PN}-v${PV}
src_prepare() {
sed -i \
-e "/README_EN.TXT/d" \
-e "/README_RU.TXT/d" \
CMakeLists.txt || die "sed failed"
}
src_configure() {
local mycmakeargs="\
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX} \
-DDATA_INSTALL_DIR=${GAMES_DATADIR}"
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
}
src_install() {
DOCS="README_EN.TXT CHANGELOG" cmake-utils_src_install
newicon icon-light.png ${PN}.png
make_desktop_entry ${PN} VioletLand
prepgamesdirs
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-10 20:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-10 20:35 [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.2.8.ebuild 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