summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-20 17:11:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-20 17:11:58 +0000
commit9cc79dd37257f06036edd73e101eb27a22c58e1b (patch)
tree7093ef1d729f7c8721a0f3c0589f5333d7cbf640 /games-sports
parentgames-rpg/aklabeth is gone (diff)
downloadhistorical-9cc79dd37257f06036edd73e101eb27a22c58e1b.tar.gz
historical-9cc79dd37257f06036edd73e101eb27a22c58e1b.tar.bz2
historical-9cc79dd37257f06036edd73e101eb27a22c58e1b.zip
games-sports/foosball is gone
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/foosball/ChangeLog24
-rw-r--r--games-sports/foosball/Manifest15
-rw-r--r--games-sports/foosball/files/foosball-0.92-gcc43.patch16
-rw-r--r--games-sports/foosball/foosball-0.92-r1.ebuild29
-rw-r--r--games-sports/foosball/metadata.xml10
5 files changed, 0 insertions, 94 deletions
diff --git a/games-sports/foosball/ChangeLog b/games-sports/foosball/ChangeLog
deleted file mode 100644
index 99de0356c695..000000000000
--- a/games-sports/foosball/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for games-sports/foosball
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foosball/ChangeLog,v 1.6 2008/05/02 23:01:31 nyhm Exp $
-
- 02 May 2008; Tristan Heaven <nyhm@gentoo.org>
- +files/foosball-0.92-gcc43.patch, foosball-0.92-r1.ebuild:
- Fix building with gcc-4.3
-
-*foosball-0.92-r1 (28 May 2007)
-
- 28 May 2007; Tupone Alfredo <tupone@gentoo.org> +foosball-0.92-r1.ebuild:
- Added menu entry. Bug #160211 by Pacho Ramos
-
- 16 Jul 2006; Tobias Scherbaum <dertobi123@gentoo.org>
- foosball-0.92.ebuild:
- ppc stable
-
- 05 Nov 2004; Joseph Jezak <josejx@gentoo.org> foosball-0.92.ebuild:
- Added ~ppc.
-
-*foosball-0.92 (25 Oct 2003)
-
- 25 Oct 2003; Mike Frysinger <vapier@gentoo.org> :
- Initial import. Ebuild submitted by me.
diff --git a/games-sports/foosball/Manifest b/games-sports/foosball/Manifest
deleted file mode 100644
index f2042c23c7a9..000000000000
--- a/games-sports/foosball/Manifest
+++ /dev/null
@@ -1,15 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX foosball-0.92-gcc43.patch 471 RMD160 c58fb2080b42805e71143cc1a46ec24fbfe26b2c SHA1 2c081c2f8c5d71d78f907e7467c113a5317df238 SHA256 d62a38810d429341862078ccbcf114de3be1bad2a07260b3630a5f4454f07865
-DIST foosball-0.92.tar.gz 533087 RMD160 ec0c17239870381caaa0d8a7a113e62ac8b9e1d3 SHA1 8dc904d54db0f8d613abeff15415388dd1497e15 SHA256 2dd23535861999181ed446d5b08fe6ca0fca0ed6884443ae265fbc8b98c86cad
-EBUILD foosball-0.92-r1.ebuild 734 RMD160 adf84035ada65c0ebefd96ccae8e2997452124e1 SHA1 c60eeef95f0c3a8aca18616f583dffce27569e5f SHA256 1ccf57742309ba3a57a73c11398de4480bd11ffeef5a744740ea8c77d3f9dfbe
-MISC ChangeLog 812 RMD160 b31cd2e0236678498f85cb08d332564b975d6b4f SHA1 8bd1c2920d012cb63ebe77d898596e6ba4755b62 SHA256 99b26a67e591399a3b43c69ce99c14a3d02c865474e831ab369c09ba0be4ef1e
-MISC metadata.xml 410 RMD160 521b31d7495b8d6446c1612a95cb77fd853be8f6 SHA1 07661ce7a9c2e8a9a7d877383446c16810a2e9e2 SHA256 1bcff921c77c8e25425b607bf197c52df88de7198810a5d2914efbdb5b994845
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
-
-iEYEARECAAYFAkgbnVEACgkQdz7hIScOURH9HACZAeXtBjg1BXgFB8ZuDT+SHCl2
-ybAAoNXpsupgKiNGcKZEgcbQJCI65shN
-=0b08
------END PGP SIGNATURE-----
diff --git a/games-sports/foosball/files/foosball-0.92-gcc43.patch b/games-sports/foosball/files/foosball-0.92-gcc43.patch
deleted file mode 100644
index 19c853179088..000000000000
--- a/games-sports/foosball/files/foosball-0.92-gcc43.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- foosball/foosball.hxx
-+++ foosball/foosball.hxx
-@@ -15,9 +15,10 @@
- * *
- ***************************************************************************/
-
-- #include <stdio.h>
-- #include <stdlib.h>
-- #include <math.h>
-+ #include <cstdio>
-+ #include <cstdlib>
-+ #include <cmath>
-+ #include <cstring>
- #include "sgw.hxx"
-
- #define PLAYER1 (0) // Left to Right Player
diff --git a/games-sports/foosball/foosball-0.92-r1.ebuild b/games-sports/foosball/foosball-0.92-r1.ebuild
deleted file mode 100644
index adbc48afecd4..000000000000
--- a/games-sports/foosball/foosball-0.92-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-sports/foosball/foosball-0.92-r1.ebuild,v 1.2 2008/05/02 23:01:31 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="foosball game that uses SDL"
-HOMEPAGE="http://freshmeat.net/projects/foosball/"
-SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog README TODO
- make_desktop_entry ${PN} Foosball
- prepgamesdirs
-}
diff --git a/games-sports/foosball/metadata.xml b/games-sports/foosball/metadata.xml
deleted file mode 100644
index 1f432a998d51..000000000000
--- a/games-sports/foosball/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>games</herd>
-<longdescription>
-Foosball is an open source foosball (Table Football) game that uses SDL. It
-allows you to play against the computer, to play against a friend, or to
-watch a demo. Various formations and game speeds are available.
-</longdescription>
-</pkgmetadata>