summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-19 01:45:52 +0100
committerSam James <sam@gentoo.org>2021-08-19 01:45:52 +0100
commit09c8b7695dc34c5d1d4986a1925564d7e216913c (patch)
tree8b8e370201c7ac51ebc10bc9191f8cfafd05f36e /games-arcade/cosmosmash/cosmosmash-1.4.8.ebuild
parentgames-emulation/gnuboy: revbump for changed dependency (diff)
downloadgentoo-09c8b7695dc34c5d1d4986a1925564d7e216913c.tar.gz
gentoo-09c8b7695dc34c5d1d4986a1925564d7e216913c.tar.bz2
gentoo-09c8b7695dc34c5d1d4986a1925564d7e216913c.zip
games-arcade/cosmosmash: revbump for changed dependency
Fixes: 2b42600abaa0ff0969717b6e2e27ad083adde1e8 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-arcade/cosmosmash/cosmosmash-1.4.8.ebuild')
-rw-r--r--games-arcade/cosmosmash/cosmosmash-1.4.8.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-arcade/cosmosmash/cosmosmash-1.4.8.ebuild b/games-arcade/cosmosmash/cosmosmash-1.4.8.ebuild
deleted file mode 100644
index 3c08d0bb90da..000000000000
--- a/games-arcade/cosmosmash/cosmosmash-1.4.8.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="A space rock shooting video game"
-HOMEPAGE="https://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html"
-SRC_URI="http://perso.b2b2c.ca/~sarrazip/dev/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="test" # uses the sound card which portage user might not be available.
-
-RDEPEND=">=dev-games/flatzebra-0.1.7
- media-libs/libsdl[joystick]
- media-libs/sdl-image
- media-libs/sdl-mixer"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
-
- sed -i \
- -e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
- -e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
- -e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
- src/Makefile.am \
- || die
-
- eautoreconf
-}
-
-src_install() {
- emake -C src DESTDIR="${D}" install
-
- einstalldocs
- doman doc/${PN}.6
-}