summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-09-06 00:13:04 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-09-06 00:13:04 +0000
commitb50d41dd73ca5e71a15c4292a69561b011c95636 (patch)
treede73df2079918057135716ff276892ab290096f1 /games-arcade/diameter
parentVersion bump, bug #236507 (diff)
downloadgentoo-2-b50d41dd73ca5e71a15c4292a69561b011c95636.tar.gz
gentoo-2-b50d41dd73ca5e71a15c4292a69561b011c95636.tar.bz2
gentoo-2-b50d41dd73ca5e71a15c4292a69561b011c95636.zip
rm broken version
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'games-arcade/diameter')
-rw-r--r--games-arcade/diameter/diameter-0.4.0.1.ebuild50
1 files changed, 0 insertions, 50 deletions
diff --git a/games-arcade/diameter/diameter-0.4.0.1.ebuild b/games-arcade/diameter/diameter-0.4.0.1.ebuild
deleted file mode 100644
index d21b187e351f..000000000000
--- a/games-arcade/diameter/diameter-0.4.0.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/diameter/diameter-0.4.0.1.ebuild,v 1.2 2007/05/23 02:24:35 nyhm Exp $
-
-inherit eutils autotools games
-
-DESCRIPTION="Arcade game with elements of economy and adventure"
-HOMEPAGE="http://gamediameter.sourceforge.net/"
-SRC_URI="mirror://sourceforge/gamediameter/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-games/guichan
- media-libs/libpng
- virtual/opengl
- virtual/glu
- media-libs/libsdl
- media-libs/sdl-image
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-S=${WORKDIR}/gamediameter
-
-pkg_setup() {
- if ! built_with_use dev-games/guichan opengl sdl; then
- die "dev-games/guichan built without USE=\"opengl sdl\""
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e "s:gamediameter:diameter:" \
- -e "s: -march=\$cpu::" \
- configure.in || die "sed on configure failed"
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- newicon data/texture/gui/eng/main/logo.png ${PN}.png
- make_desktop_entry ${PN} Diameter
- dodoc README
- prepgamesdirs
-}