summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-07-16 22:12:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-07-16 22:12:12 +0000
commitcf9c2afd57ea48a31331457020f5632749c66f29 (patch)
treed04b6324d15f5957b1aefe725ab43217229281b3 /games-action/violetland
parentold (diff)
downloadgentoo-2-cf9c2afd57ea48a31331457020f5632749c66f29.tar.gz
gentoo-2-cf9c2afd57ea48a31331457020f5632749c66f29.tar.bz2
gentoo-2-cf9c2afd57ea48a31331457020f5632749c66f29.zip
old
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-action/violetland')
-rw-r--r--games-action/violetland/Manifest12
-rw-r--r--games-action/violetland/violetland-0.2.9.ebuild54
2 files changed, 0 insertions, 66 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest
index c424c9d7abe2..a6952c3eba2e 100644
--- a/games-action/violetland/Manifest
+++ b/games-action/violetland/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-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.9.ebuild 1274 RMD160 e58f015b6475cda5375d31c8be1646d1dbcbd638 SHA1 1171c0dd980166f46f40668907d9c7aadd3b1b9b SHA256 267d5ba53dc6979a64cdf9255ec425b245b29e8859216211da8172bf8171229e
EBUILD violetland-0.3.0.ebuild 1274 RMD160 c5e270cc392ac2adf7624ed2a79c144bab4902d8 SHA1 6a999494bdf2620477715ea3f9b957c156d41eac SHA256 f6111fcbc9b2065218577a65aea6f8a979566240ff10fe7565392cd266d8d5ad
MISC ChangeLog 1810 RMD160 b72c1e2801f74edd193a77bfc3ba9f565a087d10 SHA1 3f426cd18836ef734953e79ed4d98fa5ec54a8b4 SHA256 10115ab3bf669fab8c642bc9d82f52eae11914c84f1d2968c8fd080c83472e65
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.15 (GNU/Linux)
-
-iEYEARECAAYFAkw4hqsACgkQNQqtfCuFneMtnwCfSDomyrk2GCFk35pNudZ09FKu
-kO4An336ryg71ai5Ze2vVhX9cQn6UNB6
-=uAwA
------END PGP SIGNATURE-----
diff --git a/games-action/violetland/violetland-0.2.9.ebuild b/games-action/violetland/violetland-0.2.9.ebuild
deleted file mode 100644
index f8ad6f8c401a..000000000000
--- a/games-action/violetland/violetland-0.2.9.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.9.ebuild,v 1.4 2010/05/26 18:24:37 pacho 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
-}