Gentoo Logo
Gentoo Spaceship




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
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
Subject: gentoo-x86 commit in games-action/violetland: violetland-0.4.3.ebuild ChangeLog violetland-0.4.0.ebuild violetland-0.3.1.ebuild
Date: Fri, 28 Oct 2011 06:21:52 +0000 (UTC)
mr_bones_    11/10/28 06:21:52

  Modified:             ChangeLog
  Added:                violetland-0.4.3.ebuild
  Removed:              violetland-0.4.0.ebuild violetland-0.3.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.1.10.11/cvs/Linux i686)

Revision  Changes    Path
1.21                 games-action/violetland/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	21 Aug 2011 03:29:30 -0000	1.20
+++ ChangeLog	28 Oct 2011 06:21:52 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for games-action/violetland
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.20 2011/08/21 03:29:30 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/ChangeLog,v 1.21 2011/10/28 06:21:52 mr_bones_ Exp $
+
+*violetland-0.4.3 (28 Oct 2011)
+
+  28 Oct 2011; Michael Sterrett <mr_bones_@g.o>
+  -violetland-0.3.1.ebuild, -violetland-0.4.0.ebuild, +violetland-0.4.3.ebuild:
+  version bump
 
   21 Aug 2011; Pawel Hajdan jr <phajdan.jr@g.o> violetland-0.4.2.ebuild:
   x86 stable wrt bug #378727



1.1                  games-action/violetland/violetland-0.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild?rev=1.1&content-type=text/plain

Index: violetland-0.4.3.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-action/violetland/violetland-0.4.3.ebuild,v 1.1 2011/10/28 06:21:52 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
	dev-libs/boost
	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() {
	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
}





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
proj/portage:master commit in: man/, pym/portage/repository/
Next by thread:
gentoo-x86 commit in dev-java/sun-javamail: sun-javamail-1.4.3.ebuild
Previous by date:
proj/portage:master commit in: pym/portage/repository/
Next by date:
proj/portage:master commit in: pym/portage/repository/


Updated Jun 26, 2012

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.