summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2010-03-16 04:49:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2010-03-16 04:49:26 +0000
commit4db658cdb9bfa5f72fda84e585e70879d453e123 (patch)
treeadaf3edac8b0c68beb16053320df8fc1fa6d5364 /games-action
parentold (diff)
downloadhistorical-4db658cdb9bfa5f72fda84e585e70879d453e123.tar.gz
historical-4db658cdb9bfa5f72fda84e585e70879d453e123.tar.bz2
historical-4db658cdb9bfa5f72fda84e585e70879d453e123.zip
old
Package-Manager: portage-2.1.7.17/cvs/Linux i686
Diffstat (limited to 'games-action')
-rw-r--r--games-action/violetland/Manifest2
-rw-r--r--games-action/violetland/violetland-0.2.8.ebuild53
2 files changed, 0 insertions, 55 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest
index eb8eba0babd6..a4308e30a568 100644
--- a/games-action/violetland/Manifest
+++ b/games-action/violetland/Manifest
@@ -1,8 +1,6 @@
DIST violetland-v0.2.4-src.zip 7657490 RMD160 6f42c49f8a91710510c00b94ab01dce2801028a6 SHA1 329f4123e9cbb34f0c882fa19334c96e71a0ad5c SHA256 95a9a5e0c268c0d210532bb4bcd7ad732a41d41ff82c492246a14780df51c035
-DIST violetland-v0.2.8-src.zip 8351687 RMD160 1c5898cb192d1b19633c1b75f78d6d3433523ee8 SHA1 40ea77580de33b3145ab19a55f4085aadaa1b295 SHA256 fc089fb2e3ed86decb4a90f2599a3f225f84325e260fbda70c55c64beadff90d
DIST violetland-v0.2.9-src.zip 8849661 RMD160 2a5b1ddfa78fb8d5637ef67ee71233d616a2d979 SHA1 677531f0ea34f7b6cfcd17c654f8f9737bd17af5 SHA256 3b1ef67d6be410fa861c5a1319531c971571e915322bf916a1200caaeb628a77
EBUILD violetland-0.2.4.ebuild 1224 RMD160 c701a213d20a646f867876944ab430aae5755780 SHA1 8a2afc46efda4c7d7cde935abf433e9547b7250e SHA256 91f198aca479d785b291640c779a707269e672eaa7b2860d6fd01ae9815a73eb
-EBUILD violetland-0.2.8.ebuild 1282 RMD160 d359903392c326794352026af474d6cf2294ca54 SHA1 1e83cce3647540f4c2ac35e64a92f7e1bf9570af SHA256 15f880fbaef0a0a87a9c2651770ce800b0a2377504c94d85bd2ec64a55fb2860
EBUILD violetland-0.2.9.ebuild 1282 RMD160 518c1f6473ccde1498ea21b156305c4221e3527a SHA1 61c9c89cb7ecc9ac16ced26bd8b31183849652fb SHA256 e1e60a6ad18c7a05019ab418a40e4edffc4bb4ce4886a8a64e6fde0b5b70b6ad
MISC ChangeLog 980 RMD160 f6c0850d83894830e1b528774fea153b4be6e5c5 SHA1 2736f388b262d0468bb5946319e81773060e637b SHA256 90f0856adc01d54781f3c6e3a19dbab5ef61eba86b716d851d509d3bc0e72411
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/violetland/violetland-0.2.8.ebuild b/games-action/violetland/violetland-0.2.8.ebuild
deleted file mode 100644
index 704ef0fc1865..000000000000
--- a/games-action/violetland/violetland-0.2.8.ebuild
+++ /dev/null
@@ -1,53 +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.8.ebuild,v 1.1 2010/02/10 20:35:11 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() {
- local 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
-}