summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-29 18:24:05 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-29 18:27:43 +0200
commit5d355f6f7d68603edb957fd2b1a94f6e63ca6411 (patch)
tree2f64f9d3a491c9a090511a1d82a0d05fa769fad6
parentwww-apps/grafana-bin: switch to HTTPS (diff)
downloadgentoo-5d355f6f7d68603edb957fd2b1a94f6e63ca6411.tar.gz
gentoo-5d355f6f7d68603edb957fd2b1a94f6e63ca6411.tar.bz2
gentoo-5d355f6f7d68603edb957fd2b1a94f6e63ca6411.zip
Remove masked for removal package
-rw-r--r--games-arcade/sdlsasteroids/debug0
-rw-r--r--games-board/gnugo/learn.phalanxbin0 -> 262144 bytes
-rw-r--r--games-board/phalanx/bug.lrn0
-rw-r--r--games-board/phalanx/losers.lrn0
-rw-r--r--games-board/phalanx/standard.lrn0
-rw-r--r--games-board/phalanx/suicide.lrn0
-rw-r--r--games-fps/alephone-infinity/Manifest2
-rw-r--r--games-fps/alephone-infinity/alephone-infinity-20080622.ebuild40
-rw-r--r--games-fps/alephone-infinity/metadata.xml8
-rw-r--r--games-fps/alephone/Manifest1
-rw-r--r--games-fps/alephone/alephone-20150620-r1.ebuild88
-rw-r--r--games-fps/alephone/files/alephone.sh28
-rw-r--r--games-fps/alephone/metadata.xml12
-rw-r--r--profiles/package.mask5
14 files changed, 0 insertions, 184 deletions
diff --git a/games-arcade/sdlsasteroids/debug b/games-arcade/sdlsasteroids/debug
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-arcade/sdlsasteroids/debug
diff --git a/games-board/gnugo/learn.phalanx b/games-board/gnugo/learn.phalanx
new file mode 100644
index 000000000000..6d23118f0d00
--- /dev/null
+++ b/games-board/gnugo/learn.phalanx
Binary files differ
diff --git a/games-board/phalanx/bug.lrn b/games-board/phalanx/bug.lrn
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-board/phalanx/bug.lrn
diff --git a/games-board/phalanx/losers.lrn b/games-board/phalanx/losers.lrn
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-board/phalanx/losers.lrn
diff --git a/games-board/phalanx/standard.lrn b/games-board/phalanx/standard.lrn
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-board/phalanx/standard.lrn
diff --git a/games-board/phalanx/suicide.lrn b/games-board/phalanx/suicide.lrn
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/games-board/phalanx/suicide.lrn
diff --git a/games-fps/alephone-infinity/Manifest b/games-fps/alephone-infinity/Manifest
deleted file mode 100644
index ffd3f5204e50..000000000000
--- a/games-fps/alephone-infinity/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST MarathonInfinity.zip 30109883 BLAKE2B 5412c172e3f3066250912d9e818b172c9b036c4a71d090d36c3ef7e078d7e37ca7d676282176bd79d3e87b212d40245e7d16d0f8016a3094de24c4434570fdbd SHA512 1f347615b96d2c07914cda78bdc6971311f3933af78debfcd9fa87a0a3048220726a082602b7a76f516f7b3dd3240d1ea843794ab34e4e9e7733342d9d9fe5b1
-DIST alephone-infinity.png 19193 BLAKE2B c4e6eeb74d56798ebf3f96f2ee509fb6ac7d695e2c51e4f34599be507deb6354a0e034e0441ced4b5ad5688ec87a2129fdbded28b036e074737cc8dd0974683b SHA512 ad5c683aae4ee0afa306aaf33c9ad93a2eee59a4283166aada58a48a8dbbe8de62c8af0b04b143366448ef101ba8b2530cbc8bc5b3e1de62c5177775fae6bfd3
diff --git a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild b/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild
deleted file mode 100644
index 46cd7a3b526d..000000000000
--- a/games-fps/alephone-infinity/alephone-infinity-20080622.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="Aleph One - Marathon Infinity"
-HOMEPAGE="http://trilogyrelease.bungie.org/"
-SRC_URI="http://files3.bungie.org/trilogy/MarathonInfinity.zip
- mirror://gentoo/${PN}.png"
-
-LICENSE="bungie-marathon"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-RESTRICT="mirror"
-
-RDEPEND="games-fps/alephone"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/Marathon\ Infinity
-
-src_install() {
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r *
-
- doicon "${DISTDIR}"/${PN}.png
- make_desktop_entry "alephone.sh infinity" "Aleph One - Marathon Infinity"
-
- # Make sure the extra dirs exist in case the user wants to add some data
- keepdir "${GAMES_DATADIR}"/${PN}/{Scripts,"Physics Models",Textures,Themes}
-
- prepgamesdirs
-}
-
-pkg_postinst() {
- games_pkg_postinst
- elog "To play this scenario, run:"
- elog "alephone.sh infinity"
-}
diff --git a/games-fps/alephone-infinity/metadata.xml b/games-fps/alephone-infinity/metadata.xml
deleted file mode 100644
index 78274e0fa550..000000000000
--- a/games-fps/alephone-infinity/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>
diff --git a/games-fps/alephone/Manifest b/games-fps/alephone/Manifest
deleted file mode 100644
index 63f1b15b4acc..000000000000
--- a/games-fps/alephone/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST AlephOne-20150620.tar.bz2 5031898 BLAKE2B 7f319c1b1ae2930e5ebfdf7baa1947d35e3f606e936fe86393cf26e1b9b7803283897811bf17cdb2f88931db606b3a13ed1f83bf9a8e9fed3b197135da0cbf46 SHA512 fb47969137b791f83b111171d7b92b3708597db294ce19fb682ce28c49edcd4cb84a6ce4dcceb6630812a8c676dfe7f39f3fb4642f40ef7086a0d6c6fdeba8df
diff --git a/games-fps/alephone/alephone-20150620-r1.ebuild b/games-fps/alephone/alephone-20150620-r1.ebuild
deleted file mode 100644
index 4672cf9d6742..000000000000
--- a/games-fps/alephone/alephone-20150620-r1.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils
-
-MY_P=AlephOne-${PV}
-DESCRIPTION="An enhanced version of the game engine from the classic Mac game, Marathon"
-HOMEPAGE="http://source.bungie.org/"
-SRC_URI="https://github.com/Aleph-One-Marathon/alephone/releases/download/release-${PV}/AlephOne-${PV}.tar.bz2"
-
-LICENSE="GPL-3+ BitstreamVera OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="alsa curl ffmpeg mad mpeg sndfile speex vorbis"
-
-RDEPEND="
- dev-libs/boost
- dev-libs/expat
- dev-libs/zziplib
- media-libs/libpng:0
- media-libs/libsdl[joystick,opengl,video]
- media-libs/sdl-image[png]
- media-libs/sdl-net
- media-libs/sdl-ttf
- virtual/opengl
- virtual/glu
- alsa? ( media-libs/alsa-lib )
- curl? ( net-misc/curl )
- ffmpeg? ( virtual/ffmpeg )
- mad? ( media-libs/libmad )
- mpeg? ( media-libs/smpeg )
- sndfile? ( media-libs/libsndfile )
- speex? ( media-libs/speex )
- vorbis? ( media-libs/libvorbis )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- default
-
- sed "s:GAMES_DATADIR:/usr/share:g" \
- "${FILESDIR}"/${PN}.sh > "${T}"/${PN}.sh \
- || die
-
- # try using the system expat - bug #251108
- sed -i \
- -e '/SUBDIRS/ s/Expat//' \
- -e 's/Expat\/libexpat.a/-lexpat/' \
- Source_Files/Makefile.am || die
- sed -i -e '/Expat/d' configure.ac || die
- rm -r Source_Files/Expat || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-lua \
- --enable-opengl \
- $(use_with alsa) \
- $(use_with ffmpeg) \
- $(use_with mad) \
- $(use_with mpeg smpeg) \
- $(use_with sndfile) \
- $(use_with speex) \
- $(use_with vorbis)
-}
-
-src_install() {
- default
- dobin "${T}"/${PN}.sh
- doman docs/${PN}.6
- dodoc docs/*.html
-}
-
-pkg_postinst() {
- echo
- elog "Read the docs and install the data files accordingly to play."
- echo
- elog "If you only want to install one scenario, read"
- elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Single_scenario_3"
- elog "If you want to install multiple scenarios, read"
- elog "http://traxus.bungie.org/index.php/Aleph_One_install_guide#Multiple_scenarios_3"
- echo
-}
diff --git a/games-fps/alephone/files/alephone.sh b/games-fps/alephone/files/alephone.sh
deleted file mode 100644
index 62ac98f85770..000000000000
--- a/games-fps/alephone/files/alephone.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-#!/bin/sh
-
-DIR=$(dirname "${0}")
-CMD=$(basename "${0}")
-ALEPHONE=${CMD%%.sh}
-
-if [[ -z "${1}" ]]
-then
- echo "Usage: ${0} SCENARIO FLAGS"
- echo "Where SCENARIO is one of:"
- for d in "GAMES_DATADIR"/alephone-*
- do
- echo " ${d##*/alephone-}"
- done
- exit 2
-fi
-
-export ALEPHONE_DATA="GAMES_DATADIR/alephone-${1}"
-
-shift
-
-# kill ARTS, because we're just that nice
-if artsshell terminate 2> /dev/null
-then
- sleep 2
-fi
-
-"${DIR}"/"${ALEPHONE}" "$@"
diff --git a/games-fps/alephone/metadata.xml b/games-fps/alephone/metadata.xml
deleted file mode 100644
index f7a55faa0217..000000000000
--- a/games-fps/alephone/metadata.xml
+++ /dev/null
@@ -1,12 +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">marathon</remote-id>
- <remote-id type="github">Aleph-One-Marathon/alephone</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 625096ab773b..869836bbec21 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -477,11 +477,6 @@ x11-themes/icewm-themes
sys-freebsd/virtio-kmod
# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
-# Doesn't build (#591918, #587392). Removal in a month.
-games-fps/alephone
-games-fps/alephone-infinity
-
-# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
# Broken for a long time (#587806). Removal in a month.
app-text/zemberek-server
app-text/zpspell