diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 19:33:06 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:26:00 +0200 |
commit | 06b5922fc20d8622961450334bff38b8f78ded94 (patch) | |
tree | 3dd99bec26a188c951c913c6aae06958c49677df /games-arcade/sdlroids | |
parent | games-arcade/sdlroids: Stop using games.eclass (diff) | |
download | gentoo-06b5922fc20d8622961450334bff38b8f78ded94.tar.gz gentoo-06b5922fc20d8622961450334bff38b8f78ded94.tar.bz2 gentoo-06b5922fc20d8622961450334bff38b8f78ded94.zip |
games-arcade/sdlroids: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/sdlroids')
-rw-r--r-- | games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild b/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild deleted file mode 100644 index 51c927585219..000000000000 --- a/games-arcade/sdlroids/sdlroids-1.3.4-r3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Asteroids Clone for X using SDL" -HOMEPAGE="http://david.hedbor.org/projects/sdlroids/" -SRC_URI="mirror://sourceforge/sdlroids/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="media-libs/libsdl - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i \ - -e 's/$(SOUNDSDIR)/$(DESTDIR)$(SOUNDSDIR)/' \ - -e 's/$(GFXDIR)/$(DESTDIR)$(GFXDIR)/' Makefile.in \ - || die "sed failed" - epatch "${FILESDIR}"/${PV}-sound.patch -} - -src_install() { - default - newicon icons/sdlroids-48x48.xpm ${PN}.xpm - make_desktop_entry ${PN} SDLRoids ${PN} - prepgamesdirs -} |