diff options
author | Pacho Ramos <pacho@gentoo.org> | 2020-03-01 16:59:18 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2020-03-01 16:59:18 +0100 |
commit | f17621c673922f662012109504c1b91f651e004d (patch) | |
tree | 5f6c84b53a0bb7c67906f10153fb5aedd3049479 /games-arcade | |
parent | games-puzzle/wmpuzzle: fix build with -fno-common (diff) | |
download | gentoo-f17621c673922f662012109504c1b91f651e004d.tar.gz gentoo-f17621c673922f662012109504c1b91f651e004d.tar.bz2 gentoo-f17621c673922f662012109504c1b91f651e004d.zip |
games-arcade/amphetamine: Upstream page disappeared
Closes: https://bugs.gentoo.org/680574
Package-Manager: Portage-2.3.90, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild index 8e9dd07e370e..608047e72a0a 100644 --- a/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild +++ b/games-arcade/amphetamine/amphetamine-0.8.10-r1.ebuild @@ -1,22 +1,26 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop -DESCRIPTION="a cool Jump'n Run game offering some unique visual effects" -HOMEPAGE="http://homepage.hispeed.ch/loehrer/amph/amph.html" -SRC_URI="http://homepage.hispeed.ch/loehrer/amph/files/${P}.tar.bz2 - http://homepage.hispeed.ch/loehrer/amph/files/${PN}-data-0.8.6.tar.bz2" +DESCRIPTION="A cool Jump'n Run game offering some unique visual effects" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI=" + mirror://gentoo/${P}.tar.bz2 + mirror://gentoo/${PN}-data-0.8.6.tar.bz2 +" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="media-libs/libsdl[sound,video] - x11-libs/libXpm" -RDEPEND=${DEPEND} +RDEPEND=" + media-libs/libsdl[sound,video] + x11-libs/libXpm +" +DEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}"/${P}-build.patch |