summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-23 19:54:04 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-23 19:54:04 +0000
commit06a56f4562ececb2d4d3fea7b6861100da69c040 (patch)
treedd346aa13dafb4966db6737fdfc6a48fe742d575 /games-puzzle/xye
parentold (diff)
downloadgentoo-2-06a56f4562ececb2d4d3fea7b6861100da69c040.tar.gz
gentoo-2-06a56f4562ececb2d4d3fea7b6861100da69c040.tar.bz2
gentoo-2-06a56f4562ececb2d4d3fea7b6861100da69c040.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/xye')
-rw-r--r--games-puzzle/xye/xye-0.7.6.2.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/games-puzzle/xye/xye-0.7.6.2.ebuild b/games-puzzle/xye/xye-0.7.6.2.ebuild
deleted file mode 100644
index 795641c8ebcc..000000000000
--- a/games-puzzle/xye/xye-0.7.6.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xye/xye-0.7.6.2.ebuild,v 1.1 2006/11/18 23:34:26 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="Free version of the classic game Kye"
-HOMEPAGE="http://xye.sourceforge.net/"
-SRC_URI="mirror://sourceforge/xye/${P}.tar.gz"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl
- media-libs/sdl-image"
-
-pkg_setup() {
- if ! built_with_use media-libs/sdl-image png ; then
- eerror "You need the png useflag enabled on media-libs/sdl-image."
- eerror "Please emerge media-libs/sdl-image with USE=\"png\""
- die "Missing png useflag."
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i '/^xye_LDFLAGS/d' Makefile.in || die "sed failed"
-}
-
-src_install() {
- dogamesbin "${PN}" || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r levels res || die "doins failed"
- dodoc format.txt template.xye.xml GAMEINTRO.txt AUTHORS \
- ChangeLog README NEWS
- newicon xyeicon.png ${PN}.png
- make_desktop_entry ${PN} Xye
- prepgamesdirs
-}