Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/yarsrevenge/
Date: Wed, 25 Apr 2018 18:29:54
Message-Id: 1524680981.190c01f58aa4f55826d7f9a1c11a5af7e5d985be.pacho@gentoo
1 commit: 190c01f58aa4f55826d7f9a1c11a5af7e5d985be
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 25 18:26:11 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 25 18:29:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190c01f5
7
8 games-arcade/yarsrevenge: Drop old
9
10 Package-Manager: Portage-2.3.31, Repoman-2.3.9
11
12 games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild | 31 ------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild b/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
16 deleted file mode 100644
17 index 76607474077..00000000000
18 --- a/games-arcade/yarsrevenge/yarsrevenge-0.99.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -inherit eutils games
26 -
27 -DESCRIPTION="remake of the Atari 2600 classic Yar's Revenge"
28 -HOMEPAGE="http://freshmeat.net/projects/yarsrevenge/"
29 -SRC_URI="http://www.autismuk.freeserve.co.uk/yar-${PV}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86 ~x86-fbsd"
34 -IUSE=""
35 -
36 -DEPEND="media-libs/libsdl[sound,joystick,video]"
37 -RDEPEND=${DEPEND}
38 -
39 -S=${WORKDIR}/yar-${PV}
40 -
41 -src_prepare() {
42 - epatch \
43 - "${FILESDIR}"/${PV}-math.patch \
44 - "${FILESDIR}"/${P}-gcc43.patch \
45 - "${FILESDIR}"/${P}-gcc44.patch
46 -}
47 -
48 -src_install() {
49 - default
50 - prepgamesdirs
51 -}