public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-action/violetland: ChangeLog violetland-0.2.8.ebuild
Date: Wed, 10 Feb 2010 20:35:12 +0000	[thread overview]
Message-ID: <E1NfJHE-0006uL-0d@stork.gentoo.org> (raw)

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
}






                 reply	other threads:[~2010-02-10 20:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NfJHE-0006uL-0d@stork.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox