diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-06 00:27:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-03-06 00:27:14 +0000 |
commit | 105b80e8f12a1f28a59b1c516861299b27d7a8cf (patch) | |
tree | 2ccab4e57a529cab68f601dd4bbd015d9f8a760c /games-action | |
parent | Adding missing Manifest2 digest for audacious-dumb-0.42.tar.gz (diff) | |
download | gentoo-2-105b80e8f12a1f28a59b1c516861299b27d7a8cf.tar.gz gentoo-2-105b80e8f12a1f28a59b1c516861299b27d7a8cf.tar.bz2 gentoo-2-105b80e8f12a1f28a59b1c516861299b27d7a8cf.zip |
old
(Portage version: 2.1.2-r9)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/rafkill/files/digest-rafkill-1.2.2 | 3 | ||||
-rw-r--r-- | games-action/rafkill/files/rafkill-1.2.2-build.patch | 16 | ||||
-rw-r--r-- | games-action/rafkill/rafkill-1.2.2.ebuild | 41 |
3 files changed, 0 insertions, 60 deletions
diff --git a/games-action/rafkill/files/digest-rafkill-1.2.2 b/games-action/rafkill/files/digest-rafkill-1.2.2 deleted file mode 100644 index e33aac13fd6a..000000000000 --- a/games-action/rafkill/files/digest-rafkill-1.2.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cbed08af529da15748441d2859f3f846 rafkill-1.2.2.tar.gz 6221705 -RMD160 f1141f73d129215103fc3386096106a79bc00003 rafkill-1.2.2.tar.gz 6221705 -SHA256 49f5b7db7857910e05e47b94e0bf4f700bea5e87a7f54549f7a408cd87c268d3 rafkill-1.2.2.tar.gz 6221705 diff --git a/games-action/rafkill/files/rafkill-1.2.2-build.patch b/games-action/rafkill/files/rafkill-1.2.2-build.patch deleted file mode 100644 index f894c8ce9c10..000000000000 --- a/games-action/rafkill/files/rafkill-1.2.2-build.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- SConstruct -+++ SConstruct -@@ -46,7 +46,12 @@ - # print "Install directory = $prefix" - # print "Directory where symlinked binary will go = $bin" - --flags = [ '-g3', '-Wall', '-fno-rtti', '-Woverloaded-virtual', '-O2', '-DINSTALL_DIR=\\\"$prefix\\\"' ]; -+SConsignFile() -+env.Replace(CXX = os.environ['CXX']) -+if os.environ.get('CXXFLAGS'): -+ env.Replace(CPPFLAGS = os.environ['CXXFLAGS']) -+ -+flags = [ '-Wall', '-fno-rtti', '-Woverloaded-virtual' ]; - env.Append( CCFLAGS = flags, CPPPATH = [ "build" ] ) - - # SConscript( 'src/SConscript', build_dir='build', exports = 'env' ); diff --git a/games-action/rafkill/rafkill-1.2.2.ebuild b/games-action/rafkill/rafkill-1.2.2.ebuild deleted file mode 100644 index fe426fa78473..000000000000 --- a/games-action/rafkill/rafkill-1.2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/rafkill/rafkill-1.2.2.ebuild,v 1.1 2006/10/30 07:52:05 nyhm Exp $ - -inherit eutils toolchain-funcs games - -DESCRIPTION="space shoot-em-up game" -HOMEPAGE="http://raptorv2.sourceforge.net/" -SRC_URI="mirror://sourceforge/raptorv2/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=media-libs/allegro-4.0.0 - >=media-libs/aldumb-0.9.2" -DEPEND="${RDEPEND} - dev-util/scons" - -src_unpack() { - unpack ${A} - cd "${S}" - rm -f {data,music}/.sconsign - epatch "${FILESDIR}"/${P}-build.patch - sed -i "/^#define INSTALL_DIR/s:\.:${GAMES_DATADIR}:" \ - src/defs.cpp || die "sed failed" -} - -src_compile() { - tc-export CXX - scons || die "scons failed" -} - -src_install() { - dogamesbin rafkill || die "dogamesbin failed" - insinto "${GAMES_DATADIR}/${PN}" - doins -r data music || die "doins failed" - dodoc README - prepgamesdirs -} |