From a08863b0f548ab9dd2f536c6db13eda25d349639 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 16 Nov 2010 03:57:27 +0000 Subject: old (Portage version: 2.1.8.3/cvs/Linux i686) --- games-arcade/sdl-sopwith/Manifest | 3 -- .../files/sdl-sopwith-1.7.1-gcc41.patch | 20 ------------ games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild | 38 ---------------------- 3 files changed, 61 deletions(-) delete mode 100644 games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch delete mode 100644 games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild (limited to 'games-arcade') diff --git a/games-arcade/sdl-sopwith/Manifest b/games-arcade/sdl-sopwith/Manifest index 46140738d6a0..b93d8f035645 100644 --- a/games-arcade/sdl-sopwith/Manifest +++ b/games-arcade/sdl-sopwith/Manifest @@ -1,7 +1,4 @@ -AUX sdl-sopwith-1.7.1-gcc41.patch 540 RMD160 75adf4e8c3caa5edd1a88c43eac3d3652229cdf0 SHA1 2e134d989829cc3de7cfdcba49d04314dda3687c SHA256 9450e734f9388650617e7b5c740019d0a7d7244e7d9d83b218c0894305d10791 -DIST sdl_sopwith-1.7.1.tar.gz 176774 RMD160 7c55da41e7e160b4a84e5235974ecf0d48d1010a SHA1 21ad6273ddb89a4c45ad11a8e35f8f6958bcc5b5 SHA256 b0beaa54d3a9e8c4f8e15d9ec5ca92e377859721d1db45be44f6aa03e2e06848 DIST sopwith-1.7.4.tar.gz 278793 RMD160 f1ba6723d7606cdff00e43e593199040f1e1127c SHA1 e2523afb16ce04fe772468f5a3d027a162460d46 SHA256 eadbcae0190d874896a73a621d99f55ca5d063710c7a80f58b8bfa928a9a8126 -EBUILD sdl-sopwith-1.7.1.ebuild 953 RMD160 c8c6482bf594619e7119b20dfced7522c36a5332 SHA1 1f1aa85a9547614ebb67649b7e4e59c767fe678d SHA256 5f3ce5306580d10c269ad048f51014795d0617c6ce271ea3bf44af6b649df20c EBUILD sdl-sopwith-1.7.4.ebuild 729 RMD160 5da862c90e7fc0b3948e956ec2171d104bfca836 SHA1 601960f2560bae2956dada0b6b7d87aa0c17cf4f SHA256 411d1d78c055d4613577058a7b7dc73c60b4ff62a45bcb00d197a2024f60a2eb MISC ChangeLog 2034 RMD160 0453758ad6ed4c3628de0912c94125e2a60dbe33 SHA1 30e10c494698da43aace46d56d6067990ae0d283 SHA256 b4bfb59883d7420f4c4b4be05872ffba3ba5a029da97070560aee19757a0a882 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch b/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch deleted file mode 100644 index 432f1fad7d15..000000000000 --- a/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.1-gcc41.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- src/swmain.h.old 2006-04-24 17:00:39.000000000 +0200 -+++ src/swmain.h 2006-04-24 17:00:52.000000000 +0200 -@@ -46,7 +46,6 @@ - extern int targrnge; - extern BOOL hires; - extern BOOL disppos; --extern BOOL titleflg; - extern int dispdbg; - extern BOOL soundflg; - extern BOOL repflag; ---- src/swtitle.h.old 2006-04-24 17:04:49.000000000 +0200 -+++ src/swtitle.h 2006-04-24 17:05:09.000000000 +0200 -@@ -30,6 +30,7 @@ - extern int getgame(); - extern void swtitln(); - extern void swtitlf(); -+extern BOOL titleflg; - - #endif - diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild deleted file mode 100644 index 5cb8fc678758..000000000000 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.1.ebuild +++ /dev/null @@ -1,38 +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/sdl-sopwith/sdl-sopwith-1.7.1.ebuild,v 1.12 2007/04/24 15:11:26 drizzt Exp $ - -inherit eutils games - -MY_P="${P/-/_}" -S="${WORKDIR}/${MY_P}" -DESCRIPTION="Port of the classic Sopwith game using LibSDL" -HOMEPAGE="http://sdl-sopwith.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=media-libs/freetype-2 - >=media-libs/libsdl-1.1.3 - dev-libs/atk - x11-libs/pango - >=x11-libs/gtk+-2 - >=dev-libs/glib-2" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}"-gcc41.patch -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt - rm -rf "${D}/usr/games/share/" - prepgamesdirs -} -- cgit v1.2.3-65-gdbad