games-arcade/spout: Drop old
authorPacho Ramos <pacho@gentoo.org>
Tue, 24 Apr 2018 18:18:04 +0000 (20:18 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 24 Apr 2018 19:26:13 +0000 (21:26 +0200)
Package-Manager: Portage-2.3.31, Repoman-2.3.9

games-arcade/spout/spout-1.3.ebuild [deleted file]

diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild
deleted file mode 100644 (file)
index 28793d0..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-MY_P="spout-unix-${PV}"
-DESCRIPTION="Abstract Japanese caveflier / shooter"
-HOMEPAGE="http://freshmeat.net/projects/spout/"
-SRC_URI="http://rohanpm.net/files/old/${MY_P}.tar.bz2"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND=">=media-libs/libsdl-1.2.6"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
-       dogamesbin spout
-       doicon spout.png
-       make_desktop_entry spout "Spout"
-       dodoc README
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       echo
-       elog "To play in fullscreen mode, do 'spout f'."
-       elog "To play in a greater resolution, do 'spout x', where"
-       elog "x is an integer; the larger x is, the higher the resolution."
-       echo
-       elog "To play:"
-       elog "Accelerate - spacebar, enter, z, x"
-       elog "Pause - escape"
-       elog "Exit - shift+escape"
-       elog "Rotate - left or right"
-       echo
-}