commit: 6942d8e75d5f70829fb1426025b7f73ee0461385
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 18:18:04 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6942d8e7
games-arcade/spout: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
games-arcade/spout/spout-1.3.ebuild | 43 -------------------------------------
1 file changed, 43 deletions(-)
diff --git a/games-arcade/spout/spout-1.3.ebuild
b/games-arcade/spout/spout-1.3.ebuild
deleted file mode 100644
index 28793d0d0e1..00000000000
--- a/games-arcade/spout/spout-1.3.ebuild
+++ /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
-}