summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
committerPacho Ramos <pacho@gentoo.org>2016-02-20 19:31:32 +0100
commit031ceb4bc4a53dca5c20906459ff08b8c48f7c5e (patch)
treeee1b081d58989215ab12530f6cd38e58277a1649 /games-action
parentRemove masked for removal packages (diff)
downloadgentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.gz
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.tar.bz2
gentoo-031ceb4bc4a53dca5c20906459ff08b8c48f7c5e.zip
Remove masked for removal packages
Diffstat (limited to 'games-action')
-rw-r--r--games-action/poopmup/Manifest1
-rw-r--r--games-action/poopmup/files/poopmup-1.2-freeglut.patch10
-rw-r--r--games-action/poopmup/files/poopmup-1.2-gcc43.patch42
-rw-r--r--games-action/poopmup/files/poopmup-1.2-ldflags.patch11
-rw-r--r--games-action/poopmup/metadata.xml11
-rw-r--r--games-action/poopmup/poopmup-1.2.ebuild61
6 files changed, 0 insertions, 136 deletions
diff --git a/games-action/poopmup/Manifest b/games-action/poopmup/Manifest
deleted file mode 100644
index 4f2ea5a49486..000000000000
--- a/games-action/poopmup/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST poopmup-1.2.tar.gz 1461794 SHA256 d2f1515c981d49e18fba6f6d7b4ab354d21def62587eab8dcb048c9eb8a7ff3b SHA512 1c9453ec7487b968dacf6b1bc000835fcd39d1b6f8a42c458ff4cce96a6b48881b11d7df1733fca21bfb213c18cb6f793075a59d4f8a856d06d27a9781c84e88 WHIRLPOOL 03caf2e84518121df17378aff3f9995d57e7c63bc25874e1a9ed2a98c9274ef3d85b0a3c930df0868676772225067a309596253feaa536a05bbf657923e37ce3
diff --git a/games-action/poopmup/files/poopmup-1.2-freeglut.patch b/games-action/poopmup/files/poopmup-1.2-freeglut.patch
deleted file mode 100644
index 615558963efd..000000000000
--- a/games-action/poopmup/files/poopmup-1.2-freeglut.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- poopmup.cpp
-+++ poopmup.cpp
-@@ -582,6 +582,7 @@
- getConfiguration();
- //Will overwrite the conf file params.
- ParseCommandLine(argc, argv);
-+ glutInit(&argc, argv);
- InitializeGL(argc, argv);
- InitializeWorld();
- InitMenu();
diff --git a/games-action/poopmup/files/poopmup-1.2-gcc43.patch b/games-action/poopmup/files/poopmup-1.2-gcc43.patch
deleted file mode 100644
index da4a455673a4..000000000000
--- a/games-action/poopmup/files/poopmup-1.2-gcc43.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- common.h
-+++ common.h
-@@ -38,7 +38,7 @@
- #define STDCALL
- #endif
-
--#include <iostream.h>
-+#include <iostream>
- #include "includes/base/myDisplayLists.h"
- #include "myTimeStats.h"
-
---- includes/base/myMatrix.h
-+++ includes/base/myMatrix.h
-@@ -57,7 +57,7 @@
- #include "my3dPoint.h"
- #include "myVector.h"
-
--#include <iostream.h>
-+#include <iostream>
- #include <math.h>
-
- /**
---- includes/osd/menu.h
-+++ includes/osd/menu.h
-@@ -21,6 +21,7 @@
- #define POOPMUP_MENU_H
-
- #include <stdio.h>
-+#include <cstring>
- #include "../base/myColor.h"
- #include "formElem/button.h"
- #include "formElem/intSelector.h"
---- includes/osd/onScreenDisplay.h
-+++ includes/osd/onScreenDisplay.h
-@@ -21,6 +21,7 @@
- #define ONSCREENDISPLAY_H
-
- #include <stdio.h>
-+#include <cstring>
- #include "../base/my3dPoint.h"
- #include "../base/myColor.h"
-
diff --git a/games-action/poopmup/files/poopmup-1.2-ldflags.patch b/games-action/poopmup/files/poopmup-1.2-ldflags.patch
deleted file mode 100644
index e831a4fc34dd..000000000000
--- a/games-action/poopmup/files/poopmup-1.2-ldflags.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.old 2010-10-01 00:05:06.000000000 +0200
-+++ Makefile 2010-10-01 00:05:30.000000000 +0200
-@@ -7,7 +7,7 @@
- OBJ =poopmup.o
-
- all:
-- $(CC) $(SOURCE) -o $(OBJ) -lglut -lGL -lGLU -L/usr/X11R6/lib -lXmu -lXext -lXt -lXi -lX11
-+ $(CC) $(LDFLAGS) $(SOURCE) -o $(OBJ) -lglut -lGL -lGLU -L/usr/X11R6/lib -lXmu -lXext -lXt -lXi -lX11
-
-
- clean:
diff --git a/games-action/poopmup/metadata.xml b/games-action/poopmup/metadata.xml
deleted file mode 100644
index 3b39a28e968e..000000000000
--- a/games-action/poopmup/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <upstream>
- <remote-id type="sourceforge">poopmup</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild
deleted file mode 100644
index a4f235ced1a2..000000000000
--- a/games-action/poopmup/poopmup-1.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="You are now free to fly around the city and poop on passers-by"
-HOMEPAGE="http://poopmup.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-RESTRICT="test"
-
-DEPEND="media-libs/freeglut
- x11-libs/libXi
- x11-libs/libXmu
- virtual/opengl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- sed -i \
- -e "s:textures/:${GAMES_DATADIR}/${PN}/:" \
- includes/textureLoader.h || die
- sed -i \
- -e "s:config/:${GAMES_SYSCONFDIR}/:" \
- myConfig.h || die
- sed -i \
- -e '/clear/d' \
- Makefile || die # bug #120907
-
- epatch \
- "${FILESDIR}"/${P}-freeglut.patch \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-ldflags.patch
- ecvs_clean
-}
-
-src_compile() {
- emake CC="$(tc-getCXX) ${CFLAGS}"
-}
-
-src_install() {
- newgamesbin poopmup.o poopmup
-
- insinto "${GAMES_DATADIR}/${PN}"
- doins textures/*
-
- insinto "${GAMES_SYSCONFDIR}"
- doins config/*
-
- dodoc README docs/*.doc
- dohtml docs/userman.htm
-
- prepgamesdirs
-}