summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-action')
-rw-r--r--games-action/violetland/Manifest2
-rw-r--r--games-action/violetland/violetland-0.2.7.ebuild53
2 files changed, 0 insertions, 55 deletions
diff --git a/games-action/violetland/Manifest b/games-action/violetland/Manifest
index b5ea7d3aa5b7..2bc150ecfc93 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.7-src.zip 8181101 RMD160 1035c56ea9b1b9bd464c602d394194f978e9e591 SHA1 a173b5a1518d7324f83c2cbccbf15d43dc82bf67 SHA256 e7245c1d9f05972421dfbecc12bc773a4433db2706d1cf340055eb4faf0c8deb
DIST violetland-v0.2.8-src.zip 8351687 RMD160 1c5898cb192d1b19633c1b75f78d6d3433523ee8 SHA1 40ea77580de33b3145ab19a55f4085aadaa1b295 SHA256 fc089fb2e3ed86decb4a90f2599a3f225f84325e260fbda70c55c64beadff90d
EBUILD violetland-0.2.4.ebuild 1224 RMD160 c701a213d20a646f867876944ab430aae5755780 SHA1 8a2afc46efda4c7d7cde935abf433e9547b7250e SHA256 91f198aca479d785b291640c779a707269e672eaa7b2860d6fd01ae9815a73eb
-EBUILD violetland-0.2.7.ebuild 1272 RMD160 ca64ccca9300480bed4e4cc5632e03ff3a621231 SHA1 4d80f2df6d93468f2e32b10f6613b2eb5738e976 SHA256 b2525783d34a2fc4697475e08eec4913d66db62408e6827475bbd852fb508267
EBUILD violetland-0.2.8.ebuild 1282 RMD160 d359903392c326794352026af474d6cf2294ca54 SHA1 1e83cce3647540f4c2ac35e64a92f7e1bf9570af SHA256 15f880fbaef0a0a87a9c2651770ce800b0a2377504c94d85bd2ec64a55fb2860
MISC ChangeLog 848 RMD160 a9acbf7352e7abf060f41159c525247eb0a0cae0 SHA1 1aea8aeac973102422e5047768215aeb081cfb00 SHA256 f5ffc6fa78b52bca249e22429ad0d74a1469e9467db1809d0510878fe715c494
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-action/violetland/violetland-0.2.7.ebuild b/games-action/violetland/violetland-0.2.7.ebuild
deleted file mode 100644
index 2428875f1a64..000000000000
--- a/games-action/violetland/violetland-0.2.7.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.7.ebuild,v 1.2 2010/01/18 16:27:51 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" cmake-utils_src_install
- newicon icon-light.png ${PN}.png
- make_desktop_entry ${PN} VioletLand
- prepgamesdirs
-}