summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-05-17 19:39:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-05-17 19:39:40 +0000
commit846ef6de15ab4eb9215072fd69a6210ebd8fa584 (patch)
tree351c4f62cfdfa43b76e8e8e52958cd2133db5ea5 /games-action/violetland
parentold (diff)
downloadgentoo-2-846ef6de15ab4eb9215072fd69a6210ebd8fa584.tar.gz
gentoo-2-846ef6de15ab4eb9215072fd69a6210ebd8fa584.tar.bz2
gentoo-2-846ef6de15ab4eb9215072fd69a6210ebd8fa584.zip
old
(Portage version: 2.1.9.42/cvs/Linux i686)
Diffstat (limited to 'games-action/violetland')
-rw-r--r--games-action/violetland/Manifest2
-rw-r--r--games-action/violetland/violetland-0.3.2.ebuild54
2 files changed, 0 insertions, 56 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest
index 924bbf0583f7..b1835fdb65de 100644
--- a/games-action/violetland/Manifest
+++ b/games-action/violetland/Manifest
@@ -1,8 +1,6 @@
DIST violetland-v0.3.1-src.zip 9208016 RMD160 9cb716cde7d212126e4addff3062b3cfd7bb3131 SHA1 7b50cd7aa2182e8fffbf2ac9487201066a95419b SHA256 27d9da8ca7696ed1654a59a279a71ad224b46bf984d1e8257f3606e81f062db5
-DIST violetland-v0.3.2-src.zip 9428654 RMD160 6913f5007e5d6f20b78418df9b76d00adaebf6ec SHA1 8e094f78765708aa76443d8a8330d6dbf234caaa SHA256 8696e0096877340b37972a4530375cf2c85349ea1bce6f3cd939d7bf7f4e6f61
DIST violetland-v0.4.0-src.zip 9422541 RMD160 ee8b5996455cd3f5f2fddc391f8355b38d8502ee SHA1 ec5b80b0e4f02a83579916b57ccaa5bf8cf6379a SHA256 29140b091867133a180bd8fcbb32dbf4b172418fc5e97b60a670f4c45d33a0e9
EBUILD violetland-0.3.1.ebuild 1275 RMD160 c83650aeda23765b1248f599bb54c6f6a96351bc SHA1 2f2fbe5508230def7290074b352b30f24b762883 SHA256 32a3f0c61e5792caba7ae72ec574ddcb2c1dea2eee284080513ed5ed32549942
-EBUILD violetland-0.3.2.ebuild 1280 RMD160 762e7000b8a9a30c26a7b3ba4da5b2400319f226 SHA1 4b571ad2f4a4e5335696c209612f745acb841cb8 SHA256 8b4c6ae41942362ca6d59cb18b004bc5bc8aa71ba493113aac03e0b09c1b4b4b
EBUILD violetland-0.4.0.ebuild 1262 RMD160 9e047938058addca308737a56e8959d6e893a4ea SHA1 ac87a4eb641ec0c0cf9129ceca34857f8e7bdfaa SHA256 be271f20706107c675502afd05434cc91586692bb8ef0b35bcdea2e25d6c5115
MISC ChangeLog 2473 RMD160 7c6682bf58aeac0f22b3d1c1424360e5bdcc21e9 SHA1 b5a95d48eb2ff4d377547b6b1ba09300142338a9 SHA256 d70b3e619e469fa59c67a996c214391a5394b77edf3e12c2cd42f2063448f356
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/violetland/violetland-0.3.2.ebuild b/games-action/violetland/violetland-0.3.2.ebuild
deleted file mode 100644
index 1ef826420d20..000000000000
--- a/games-action/violetland/violetland-0.3.2.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.2.ebuild,v 1.1 2011/05/06 16:36: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
- 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
-}