summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-10-28 06:21:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-10-28 06:21:52 +0000
commit25ab23ce13aede4cd093a6221aea8cb7315421af (patch)
tree215096f8f6ea29ca3c759aae247a9b7428045caf /games-action
parentVersion bumped. Added crossdev and gssapi local USE flags. Clean up. (diff)
downloadgentoo-2-25ab23ce13aede4cd093a6221aea8cb7315421af.tar.gz
gentoo-2-25ab23ce13aede4cd093a6221aea8cb7315421af.tar.bz2
gentoo-2-25ab23ce13aede4cd093a6221aea8cb7315421af.zip
version bump
(Portage version: 2.1.10.11/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/violetland/ChangeLog8
-rw-r--r--games-action/violetland/violetland-0.3.1.ebuild54
-rw-r--r--games-action/violetland/violetland-0.4.3.ebuild (renamed from games-action/violetland/violetland-0.4.0.ebuild)2
3 files changed, 8 insertions, 56 deletions
diff --git a/games-action/violetland/ChangeLog b/games-action/violetland/ChangeLog
index 575b5ee05ac2..7ae3473757a6 100644
--- a/games-action/violetland/ChangeLog
+++ b/games-action/violetland/ChangeLog
@@ -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_@gentoo.org>
+ -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@gentoo.org> violetland-0.4.2.ebuild:
x86 stable wrt bug #378727
diff --git a/games-action/violetland/violetland-0.3.1.ebuild b/games-action/violetland/violetland-0.3.1.ebuild
deleted file mode 100644
index 952553c40955..000000000000
--- a/games-action/violetland/violetland-0.3.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.3.1.ebuild,v 1.3 2011/01/15 14:32:44 maekke 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() {
- 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
-}
diff --git a/games-action/violetland/violetland-0.4.0.ebuild b/games-action/violetland/violetland-0.4.3.ebuild
index 79d58f59328b..7d5ce0bcb753 100644
--- a/games-action/violetland/violetland-0.4.0.ebuild
+++ b/games-action/violetland/violetland-0.4.3.ebuild
@@ -1,6 +1,6 @@
# 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.0.ebuild,v 1.1 2011/05/16 01:51:14 mr_bones_ Exp $
+# $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