summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-24 20:18:04 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-24 21:26:13 +0200
commit6942d8e75d5f70829fb1426025b7f73ee0461385 (patch)
tree91a563874ff4a8db4ea04bfcac19ab8022d2d4df /games-arcade
parentgames-arcade/spout: Stop using games.eclass (diff)
downloadgentoo-6942d8e75d5f70829fb1426025b7f73ee0461385.tar.gz
gentoo-6942d8e75d5f70829fb1426025b7f73ee0461385.tar.bz2
gentoo-6942d8e75d5f70829fb1426025b7f73ee0461385.zip
games-arcade/spout: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade')
-rw-r--r--games-arcade/spout/spout-1.3.ebuild43
1 files changed, 0 insertions, 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 28793d0d0e1c..000000000000
--- 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
-}