summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2011-01-26 17:05:37 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2011-01-26 17:05:37 +0000
commitf37e5110d0da84cab9bae0da9d82615809c5d2c0 (patch)
treed59f4c44c1f41e2e2a343c02c48476ef58f45ae1 /games-action
parentold (diff)
downloadgentoo-2-f37e5110d0da84cab9bae0da9d82615809c5d2c0.tar.gz
gentoo-2-f37e5110d0da84cab9bae0da9d82615809c5d2c0.tar.bz2
gentoo-2-f37e5110d0da84cab9bae0da9d82615809c5d2c0.zip
old
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/violetland/Manifest12
-rw-r--r--games-action/violetland/violetland-0.3.0.ebuild54
2 files changed, 0 insertions, 66 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest
index cbbb10dd46a1..9337000e7b58 100644
--- a/games-action/violetland/Manifest
+++ b/games-action/violetland/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST violetland-v0.3.0-src.zip 8957643 RMD160 89225eb33a87b965e040973c9f24a128b970282e SHA1 8497b1de644cebccbc0841e8010f12a35c0a497d SHA256 537332ab4e9fd92c23d0fab81f7133071ae3a78bb7020c0f7b2c725ce9cce3eb
DIST violetland-v0.3.1-src.zip 9208016 RMD160 9cb716cde7d212126e4addff3062b3cfd7bb3131 SHA1 7b50cd7aa2182e8fffbf2ac9487201066a95419b SHA256 27d9da8ca7696ed1654a59a279a71ad224b46bf984d1e8257f3606e81f062db5
-EBUILD violetland-0.3.0.ebuild 1274 RMD160 c5e270cc392ac2adf7624ed2a79c144bab4902d8 SHA1 6a999494bdf2620477715ea3f9b957c156d41eac SHA256 f6111fcbc9b2065218577a65aea6f8a979566240ff10fe7565392cd266d8d5ad
EBUILD violetland-0.3.1.ebuild 1275 RMD160 c83650aeda23765b1248f599bb54c6f6a96351bc SHA1 2f2fbe5508230def7290074b352b30f24b762883 SHA256 32a3f0c61e5792caba7ae72ec574ddcb2c1dea2eee284080513ed5ed32549942
MISC ChangeLog 2192 RMD160 e5ce63c9bb2ab0a91f4d9b9c33f81fe2caa52f91 SHA1 25d4d17cb8b8c310684171af8edf13d7c72456cd SHA256 8660db0b7c53275f62f2fe10a03a82e23175b7a9ff8f732923d6bf1345ee4b28
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAk0xr/EACgkQkKaRLQcq0GInDQCgkfXHlN6pG4BbPaodnBqku6WW
-A+UAoIYshMFAhQSY7V6nDlyXP7H020vD
-=8ff4
------END PGP SIGNATURE-----
diff --git a/games-action/violetland/violetland-0.3.0.ebuild b/games-action/violetland/violetland-0.3.0.ebuild
deleted file mode 100644
index 806366e830a4..000000000000
--- a/games-action/violetland/violetland-0.3.0.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.3.0.ebuild,v 1.3 2010/07/10 14:40:07 fauli 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
-}