summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-05-26 18:56:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-05-26 18:56:28 +0000
commit24c25c47aa7d3c5abb79dd1cdad810e9fcb83d40 (patch)
tree7c25309eb37d44e351b63a771f446d65789d4a3e /games-action/violetland
parentclean up old versions (diff)
downloadgentoo-2-24c25c47aa7d3c5abb79dd1cdad810e9fcb83d40.tar.gz
gentoo-2-24c25c47aa7d3c5abb79dd1cdad810e9fcb83d40.tar.bz2
gentoo-2-24c25c47aa7d3c5abb79dd1cdad810e9fcb83d40.zip
old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action/violetland')
-rw-r--r--games-action/violetland/Manifest2
-rw-r--r--games-action/violetland/violetland-0.2.10.ebuild54
2 files changed, 0 insertions, 56 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest
index d41bbf9cf62c..cb33cdcd2569 100644
--- a/games-action/violetland/Manifest
+++ b/games-action/violetland/Manifest
@@ -1,7 +1,5 @@
-DIST violetland-v0.2.10-src.zip 8954048 RMD160 8d0a569800fbaf6f3553f018bb117a94a2582034 SHA1 cf6bb35a58330ad86a6befab313316eb530a3fef SHA256 9f4acfaf457e1634fbbe09366a35c5b6b6de49cd90f30ea53427fec113e2f79f
DIST violetland-v0.2.9-src.zip 8849661 RMD160 2a5b1ddfa78fb8d5637ef67ee71233d616a2d979 SHA1 677531f0ea34f7b6cfcd17c654f8f9737bd17af5 SHA256 3b1ef67d6be410fa861c5a1319531c971571e915322bf916a1200caaeb628a77
DIST violetland-v0.3.0-src.zip 8957643 RMD160 89225eb33a87b965e040973c9f24a128b970282e SHA1 8497b1de644cebccbc0841e8010f12a35c0a497d SHA256 537332ab4e9fd92c23d0fab81f7133071ae3a78bb7020c0f7b2c725ce9cce3eb
-EBUILD violetland-0.2.10.ebuild 1281 RMD160 cae6567b2ab80821ea7e3e0e1f984d4bea81027b SHA1 327de33b0e8d5400a7d6064423faf92441c89aeb SHA256 63dd420f6733f71efe24db7f4de8b4c08dc9e6f5554a614889813b8dc2be932f
EBUILD violetland-0.2.9.ebuild 1274 RMD160 e58f015b6475cda5375d31c8be1646d1dbcbd638 SHA1 1171c0dd980166f46f40668907d9c7aadd3b1b9b SHA256 267d5ba53dc6979a64cdf9255ec425b245b29e8859216211da8172bf8171229e
EBUILD violetland-0.3.0.ebuild 1280 RMD160 46a8f30f558471f576cbe53a8bd11bda0a59f9f3 SHA1 12167fea8a23b38363db52aa02096552f29174db SHA256 38fe835fe54eeb700674cde7cf573834a2193488b2cd25720e58b53b92f3dcc1
MISC ChangeLog 1594 RMD160 baea0d567d2c130692cf1c914b84d50094ba4029 SHA1 98c0701a91924716629c305633a2a5a691373a5d SHA256 7325ad9121daa7e9b5c3055dee92e969350c152e5a632411c42f1a6dd77e81da
diff --git a/games-action/violetland/violetland-0.2.10.ebuild b/games-action/violetland/violetland-0.2.10.ebuild
deleted file mode 100644
index 3a9283c091be..000000000000
--- a/games-action/violetland/violetland-0.2.10.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# 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.10.ebuild,v 1.1 2010/05/01 22:28:29 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
-}