* [gentoo-commits] repo/gentoo:master commit in: games-arcade/sable/
@ 2015-11-22 3:53 Michael Sterrett
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett @ 2015-11-22 3:53 UTC (permalink / raw
To: gentoo-commits
commit: 0837fbac306fbd984027c9cd8c9969009dd34f10
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 03:53:33 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Nov 22 03:53:33 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0837fbac
use epatch to apply patch; update HOMEPAGE; better deps
Package-Manager: portage-2.2.20.1
games-arcade/sable/sable-1.0.ebuild | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/games-arcade/sable/sable-1.0.ebuild b/games-arcade/sable/sable-1.0.ebuild
index c2eded7..6f9001f 100644
--- a/games-arcade/sable/sable-1.0.ebuild
+++ b/games-arcade/sable/sable-1.0.ebuild
@@ -6,8 +6,8 @@ EAPI=5
inherit eutils games
DESCRIPTION="A frantic 3D space shooter"
-HOMEPAGE="http://www.stanford.edu/~mcmartin/sable/"
-SRC_URI="http://www.stanford.edu/~mcmartin/${PN}/${P}-src.tgz
+HOMEPAGE="http://jeuxlibres.net/showgame/sable.html"
+SRC_URI="mirror://gentoo/${P}-src.tgz
mirror://gentoo/${PN}.png"
LICENSE="GPL-2"
@@ -16,13 +16,16 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/opengl
- media-libs/libsdl
+ media-libs/libsdl[joystick,opengl,sound,video]
media-libs/sdl-image[png]
media-libs/sdl-mixer"
-RDEPEND="${DEPEND}"
+RDEPEND=${DEPEND}
+
S=${WORKDIR}/${PN}
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-gentoo.patch
+}
src_compile() {
emake INSTALL_RESDIR="${GAMES_DATADIR}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/sable/
@ 2023-07-02 1:43 Conrad Kostecki
0 siblings, 0 replies; 2+ messages in thread
From: Conrad Kostecki @ 2023-07-02 1:43 UTC (permalink / raw
To: gentoo-commits
commit: a244c681934baf7e90489dc3c7796267f5940285
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Jun 18 16:16:40 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 01:36:01 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a244c681
games-arcade/sable: EAPI8 bump, use https, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31533
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-arcade/sable/sable-1.0-r1.ebuild | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/games-arcade/sable/sable-1.0-r1.ebuild b/games-arcade/sable/sable-1.0-r1.ebuild
index 9ff9a086c60e..a99ef373fa01 100644
--- a/games-arcade/sable/sable-1.0-r1.ebuild
+++ b/games-arcade/sable/sable-1.0-r1.ebuild
@@ -1,18 +1,19 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit desktop
DESCRIPTION="A frantic 3D space shooter"
-HOMEPAGE="http://jeuxlibres.net/showgame/sable.html"
+HOMEPAGE="https://jeuxlibres.net/showgame/sable.html"
SRC_URI="mirror://gentoo/${P}-src.tgz
mirror://gentoo/${PN}.png"
+S="${WORKDIR}/${PN}"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="virtual/opengl
media-libs/libsdl[joystick,opengl,sound,video]
@@ -20,8 +21,6 @@ DEPEND="virtual/opengl
media-libs/sdl-mixer"
RDEPEND="${DEPEND}"
-S="${WORKDIR}/${PN}"
-
PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
src_compile() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-02 1:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-02 1:43 [gentoo-commits] repo/gentoo:master commit in: games-arcade/sable/ Conrad Kostecki
-- strict thread matches above, loose matches on Subject: below --
2015-11-22 3:53 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox