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/amphetamine/
Date: Sun, 01 Mar 2020 15:59:55
Message-Id: 1583078358.f17621c673922f662012109504c1b91f651e004d.pacho@gentoo
1 commit: f17621c673922f662012109504c1b91f651e004d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 1 15:59:18 2020 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 1 15:59:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17621c6
7
8 games-arcade/amphetamine: Upstream page disappeared
9
10 Closes: https://bugs.gentoo.org/680574
11 Package-Manager: Portage-2.3.90, Repoman-2.3.20
12 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
13
14 .../amphetamine/amphetamine-0.8.10-r1.ebuild | 22 +++++++++++++---------
15 1 file changed, 13 insertions(+), 9 deletions(-)
16
17 diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
18 index 8e9dd07e370..608047e72a0 100644
19 --- a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
20 +++ b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild
21 @@ -1,22 +1,26 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=6
27 +EAPI=7
28 inherit desktop
29
30 -DESCRIPTION="a cool Jump'n Run game offering some unique visual effects"
31 -HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html"
32 -SRC_URI="http://homepage.hispeed.ch/loehrer/amph/files/${P}.tar.bz2
33 - http://homepage.hispeed.ch/loehrer/amph/files/${PN}-data-0.8.6.tar.bz2"
34 +DESCRIPTION="A cool Jump'n Run game offering some unique visual effects"
35 +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
36 +SRC_URI="
37 + mirror://gentoo/${P}.tar.bz2
38 + mirror://gentoo/${PN}-data-0.8.6.tar.bz2
39 +"
40
41 LICENSE="GPL-2"
42 SLOT="0"
43 KEYWORDS="~amd64 ~x86"
44 IUSE=""
45
46 -DEPEND="media-libs/libsdl[sound,video]
47 - x11-libs/libXpm"
48 -RDEPEND=${DEPEND}
49 +RDEPEND="
50 + media-libs/libsdl[sound,video]
51 + x11-libs/libXpm
52 +"
53 +DEPEND="${RDEPEND}"
54
55 PATCHES=(
56 "${FILESDIR}"/${P}-build.patch