diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 16:14:50 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-05-01 21:34:15 +0200 |
commit | b672a5c40ff1ca427be0ca848b4dbadc10d41172 (patch) | |
tree | 1de99cc422cfd17b73a285f99f96767e4492f3d3 /games-puzzle | |
parent | games-puzzle/sdl-jewels: Stop using games.eclass (diff) | |
download | gentoo-b672a5c40ff1ca427be0ca848b4dbadc10d41172.tar.gz gentoo-b672a5c40ff1ca427be0ca848b4dbadc10d41172.tar.bz2 gentoo-b672a5c40ff1ca427be0ca848b4dbadc10d41172.zip |
games-puzzle/sdl-jewels: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild b/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild deleted file mode 100644 index 98377fdd0a72..000000000000 --- a/games-puzzle/sdl-jewels/sdl-jewels-1.1.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="Swap and match 3 or more jewels in a line in order to score points" -HOMEPAGE="http://www.linuxmotors.com/gljewel/" -SRC_URI="http://www.linuxmotors.com/gljewel/downloads/SDL_jewels-${PV}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -RESTRICT="test" - -DEPEND="media-libs/libsdl[opengl,video] - virtual/opengl" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/SDL_jewels-${PV} - -src_prepare() { - epatch "${FILESDIR}/${P}-Makefile.patch" - - # fix the data dir locations as it looks to be intended to run from src dir - sed -i -e "s|\"data\"|\"${GAMES_DATADIR}/${PN}\"|" sound.c || die - sed -i -e "s|data/bigfont.ppm|${GAMES_DATADIR}/${PN}/bigfont.ppm|" gljewel.c || die - ecvs_clean -} - -src_install() { - dogamesbin gljewel - - insinto "${GAMES_DATADIR}/${PN}" - doins -r data/* - - dodoc ChangeLog README - - make_desktop_entry gljewel SDL_jewels - prepgamesdirs -} |