diff options
author | 2013-02-28 01:46:28 +0000 | |
---|---|---|
committer | 2013-02-28 01:46:28 +0000 | |
commit | 51dde198885dd7e17ebf1f62d79478adbcc8b55e (patch) | |
tree | eba0ddb33a99b35216e6add272477d4f0e974ad1 /games-arcade | |
parent | Fix build failure with separate tinfo library. (diff) | |
download | gentoo-2-51dde198885dd7e17ebf1f62d79478adbcc8b55e.tar.gz gentoo-2-51dde198885dd7e17ebf1f62d79478adbcc8b55e.tar.bz2 gentoo-2-51dde198885dd7e17ebf1f62d79478adbcc8b55e.zip |
old
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sdl-sopwith/ChangeLog | 7 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.4-nogtk.patch | 42 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild | 33 | ||||
-rw-r--r-- | games-arcade/sdl-sopwith/sdl-sopwith-1.7.5.ebuild | 33 |
4 files changed, 6 insertions, 109 deletions
diff --git a/games-arcade/sdl-sopwith/ChangeLog b/games-arcade/sdl-sopwith/ChangeLog index c739f912661a..58e7857df299 100644 --- a/games-arcade/sdl-sopwith/ChangeLog +++ b/games-arcade/sdl-sopwith/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-arcade/sdl-sopwith # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.20 2013/02/25 12:17:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/sdl-sopwith/ChangeLog,v 1.21 2013/02/28 01:46:27 mr_bones_ Exp $ + + 28 Feb 2013; Michael Sterrett <mr_bones_@gentoo.org> + -files/sdl-sopwith-1.7.4-nogtk.patch, -sdl-sopwith-1.7.4.ebuild, + -sdl-sopwith-1.7.5.ebuild: + old 25 Feb 2013; Agostino Sarubbo <ago@gentoo.org> sdl-sopwith-1.7.5-r1.ebuild: Stable for x86, wrt bug #458504 diff --git a/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.4-nogtk.patch b/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.4-nogtk.patch deleted file mode 100644 index e4fb1715d8d4..000000000000 --- a/games-arcade/sdl-sopwith/files/sdl-sopwith-1.7.4-nogtk.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- configure.in.old -+++ configure.in -@@ -61,11 +61,6 @@ - SOPWITH_SUBDIRS="$SOPWITH_SUBDIRS sdl" - ],) - --PKG_CHECK_MODULES(GTK, glib-2.0 >= 2.0 gtk+-2.0 >= 2.0, [ -- SOPWITH_BINS="$SOPWITH_BINS" # gtksopwith" -- SOPWITH_SUBDIRS="$SOPWITH_SUBDIRS" # gtk" --],) -- - AC_SUBST(SOPWITH_BINS) - AC_SUBST(SOPWITH_SUBDIRS) - -@@ -71,7 +71,7 @@ - - dnl check for TCPIP support - --AC_CHECK_HEADER(netinet/ip.h, AC_DEFINE(TCPIP),,) -+AC_CHECK_HEADER(netinet/ip.h, AC_DEFINE([TCPIP], [1], [TCP/IP support]),,) - - dnl generate Makefiles - ---- src/Makefile.am.old -+++ src/Makefile.am -@@ -6,7 +6,7 @@ - bin_PROGRAMS = @SOPWITH_BINS@ - EXTRA_PROGRAMS = sopwith gtksopwith psopwith - --CFLAGS = @CFLAGS@ -I.. -+AM_CFLAGS = @SDL_CFLAGS@ -I.. - - COMMON_SRC = \ - video.h swcollsn.c swgames.h swmain.h swutil.h \ ---- src/sdl/Makefile.am.old -+++ src/sdl/Makefile.am -@@ -1,4 +1,4 @@ --CFLAGS=@CFLAGS@ @SDL_CFLAGS@ -I.. -+AM_CFLAGS = @SDL_CFLAGS@ -I.. - - noinst_LIBRARIES = libsdlsopwith.a - diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild deleted file mode 100644 index 9aa903f05cb1..000000000000 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.4.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2012 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.4.ebuild,v 1.4 2012/03/23 10:18:31 tupone Exp $ - -EAPI=2 -inherit eutils autotools games - -MY_P=${P/sdl-/} -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="" - -DEPEND=">=media-libs/libsdl-1.1.3[video]" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm acconfig.h - epatch "${FILESDIR}"/${P}-nogtk.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt - rm -rf "${D}/usr/games/share/" - prepgamesdirs -} diff --git a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5.ebuild b/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5.ebuild deleted file mode 100644 index f4c55d349d47..000000000000 --- a/games-arcade/sdl-sopwith/sdl-sopwith-1.7.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 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.5.ebuild,v 1.1 2013/01/21 05:09:59 mr_bones_ Exp $ - -EAPI=2 -inherit eutils autotools games - -MY_P=${P/sdl-/} -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="" - -DEPEND=">=media-libs/libsdl-1.1.3[video]" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - rm acconfig.h - epatch "${FILESDIR}"/${P}-nogtk.patch - eautoreconf -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog FAQ NEWS README TODO doc/*txt - rm -rf "${D}/usr/games/share/" - prepgamesdirs -} |