summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-02-15 22:55:35 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-02-15 22:55:35 +0000
commit7236e4546a4fceafd82e72b5b08f5b404a385e50 (patch)
tree782bb2c79b992e53b2f70b1be79e5434f77fa417 /games-sports
parentVersion bump, bug #181743 (diff)
downloadgentoo-2-7236e4546a4fceafd82e72b5b08f5b404a385e50.tar.gz
gentoo-2-7236e4546a4fceafd82e72b5b08f5b404a385e50.tar.bz2
gentoo-2-7236e4546a4fceafd82e72b5b08f5b404a385e50.zip
rm
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/trophy/trophy-1.1.3.ebuild56
1 files changed, 0 insertions, 56 deletions
diff --git a/games-sports/trophy/trophy-1.1.3.ebuild b/games-sports/trophy/trophy-1.1.3.ebuild
deleted file mode 100644
index 17396a7df577..000000000000
--- a/games-sports/trophy/trophy-1.1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/trophy/trophy-1.1.3.ebuild,v 1.9 2007/09/30 21:49:15 mr_bones_ Exp $
-
-inherit autotools eutils flag-o-matic toolchain-funcs games
-
-MY_P="${P}-src"
-DESCRIPTION="2D Racing Game"
-HOMEPAGE="http://trophy.sourceforge.net/"
-SRC_URI="mirror://sourceforge/trophy/${MY_P}.tar.gz
- mirror://debian/pool/main/t/trophy/${PN}_${PV}-2.diff.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="=dev-games/clanlib-0.6.5*
- >=media-libs/hermes-1.3.2"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}/${PN}_${PV}-2.diff"
- find -name ".cvsignore" -exec rm -f \{\} \;
- cd trophy
- sed -i \
- -e '/^EXTERN_LIBS/s:= := ${LDFLAGS} :' \
- -e 's:-O3::' \
- Makefile.in \
- || die "sed failed"
- eautoreconf
-}
-
-src_compile() {
- cd trophy
- tc-export CXX
- append-flags $(clanlib0.6-config --cflags)
- append-ldflags $(clanlib0.6-config --libs)
- egamesconf || die
- emake || die "emake failed"
-}
-
-src_install() {
- dodoc AUTHORS README TODO ChangeLog
- doman debian/trophy.6
- doicon debian/trophy.xpm
- make_desktop_entry trophy Trophy trophy.xpm
- cd trophy
- dogamesbin trophy || die "dogamesbin failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r resources resources.scr || die "doins failed"
- prepgamesdirs
-}