summaryrefslogtreecommitdiff
path: root/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild')
-rw-r--r--games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild58
1 files changed, 0 insertions, 58 deletions
diff --git a/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild b/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild
deleted file mode 100644
index 24ecc1564280..000000000000
--- a/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop
-
-DESCRIPTION="Rework of Sasteroids using SDL"
-HOMEPAGE="http://sdlsas.sourceforge.net/"
-SRC_URI="mirror://sourceforge/sdlsas/SDLSasteroids-${PV}.tar.gz"
-
-LICENSE="GPL-2 freedist"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="virtual/opengl
- media-libs/sdl-mixer
- media-libs/libsdl[sound,joystick,video]
- media-libs/sdl-image[png]
- media-libs/sdl-ttf"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/SDLSasteroids-${PV}"
-
-src_prepare() {
- default
- eapply \
- "${FILESDIR}"/${P}-gcc43.patch \
- "${FILESDIR}"/${P}-ldflags.patch
- sed -i \
- -e 's/make /$(MAKE) /' \
- -e 's/--strip//' \
- Makefile || die
- sed -i \
- -e '/^CC/d' \
- -e 's/g++/$(CXX)/' \
- -e 's/CC/CXX/' \
- -e 's/CFLAGS/CXXFLAGS/' \
- src/Makefile || die
-}
-
-src_compile() {
- emake \
- GAMEDIR="/usr/share/${PN}" \
- OPTS="${CXXFLAGS}"
-}
-
-src_install() {
- dodir /usr/share/man/man6/
- emake \
- GAMEDIR="${D}/usr/share/${PN}" \
- BINDIR="${D}/usr/bin" \
- MANDIR="${D}/usr/share/man/" \
- install
- dodoc ChangeLog README README.xast TODO description
- newicon graphics/sprite/bigast.png ${PN}.png
- make_desktop_entry sasteroids "Sasteroids" ${PN}
-}