public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/
@ 2018-04-16 20:26 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-04-16 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     2f8ee0de3ae9afb73994e0619424a06850148dae
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:40:10 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 20:26:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8ee0de

games-arcade/excido: Drop old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 games-arcade/excido/excido-0.1.5c-r2.ebuild | 42 -----------------------------
 1 file changed, 42 deletions(-)

diff --git a/games-arcade/excido/excido-0.1.5c-r2.ebuild b/games-arcade/excido/excido-0.1.5c-r2.ebuild
deleted file mode 100644
index 9f307bcec04..00000000000
--- a/games-arcade/excido/excido-0.1.5c-r2.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="A fast paced action game"
-HOMEPAGE="http://icculus.org/excido/"
-SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-games/physfs
-	media-libs/libsdl[opengl]
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
-	media-libs/sdl-image[png]
-	media-libs/openal
-	media-libs/freealut"
-RDEPEND=${DEPEND}
-
-src_prepare() {
-	epatch \
-		"${FILESDIR}"/${P}-freealut.patch \
-		"${FILESDIR}"/${P}-build.patch
-}
-
-src_compile() {
-	emake DATADIR="${GAMES_DATADIR}"/${PN}/
-}
-
-src_install() {
-	dogamesbin ${PN}
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins data/*
-	dodoc BUGS CHANGELOG HACKING README TODO \
-		keyguide.txt data/CREDITS data/*.txt
-	prepgamesdirs
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/
@ 2021-06-04  0:16 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2021-06-04  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4901013b1c91d3ce3815751eb9f7a664f16f2751
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  3 23:32:20 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 00:15:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4901013b

games-arcade/excido: fix direct c++, add desktop file

Plus small style perference changes.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 ...do-0.1.5c-r3.ebuild => excido-0.1.5c-r4.ebuild} | 23 +++++++++++++++-------
 1 file changed, 16 insertions(+), 7 deletions(-)

diff --git a/games-arcade/excido/excido-0.1.5c-r3.ebuild b/games-arcade/excido/excido-0.1.5c-r4.ebuild
similarity index 70%
rename from games-arcade/excido/excido-0.1.5c-r3.ebuild
rename to games-arcade/excido/excido-0.1.5c-r4.ebuild
index 92458fcc17d..6dd28616563 100644
--- a/games-arcade/excido/excido-0.1.5c-r3.ebuild
+++ b/games-arcade/excido/excido-0.1.5c-r4.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit desktop toolchain-funcs
+
 DESCRIPTION="Fast paced action game"
 HOMEPAGE="https://icculus.org/excido/"
 SRC_URI="https://icculus.org/excido/${P}-src.tar.bz2"
@@ -11,13 +13,14 @@ LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-games/physfs
+DEPEND="
+	dev-games/physfs
+	media-libs/freealut
 	media-libs/libsdl[opengl]
-	media-libs/sdl-mixer
-	media-libs/sdl-ttf
-	media-libs/sdl-image[png]
 	media-libs/openal
-	media-libs/freealut"
+	media-libs/sdl-image[png]
+	media-libs/sdl-mixer
+	media-libs/sdl-ttf"
 RDEPEND="${DEPEND}"
 
 PATCHES=(
@@ -26,13 +29,19 @@ PATCHES=(
 )
 
 src_compile() {
+	tc-export CXX
+
 	emake DATADIR=/usr/share/${PN}/
 }
 
 src_install() {
 	dobin ${PN}
+
 	insinto /usr/share/${PN}
-	doins data/*
+	doins -r data/.
+
 	dodoc BUGS CHANGELOG HACKING README TODO \
-		keyguide.txt data/CREDITS data/*.txt
+		data/{CREDITS,readme-jf-nebula_sky.txt} keyguide.txt
+
+	make_desktop_entry ${PN} Excido applications-games "Game;ArcadeGame"
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/
@ 2021-06-04  0:16 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2021-06-04  0:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c9a2adf2bcb86b528b921acfd168aefdc54613b4
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar  7 21:38:53 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jun  4 00:14:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a2adf2

games-arcade/excido: EAPI7 bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19823
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/excido/excido-0.1.5c-r3.ebuild | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/games-arcade/excido/excido-0.1.5c-r3.ebuild b/games-arcade/excido/excido-0.1.5c-r3.ebuild
index cea4558b0b6..92458fcc17d 100644
--- a/games-arcade/excido/excido-0.1.5c-r3.ebuild
+++ b/games-arcade/excido/excido-0.1.5c-r3.ebuild
@@ -1,17 +1,15 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit desktop
+EAPI=7
 
-DESCRIPTION="A fast paced action game"
-HOMEPAGE="http://icculus.org/excido/"
-SRC_URI="http://icculus.org/excido/${P}-src.tar.bz2"
+DESCRIPTION="Fast paced action game"
+HOMEPAGE="https://icculus.org/excido/"
+SRC_URI="https://icculus.org/excido/${P}-src.tar.bz2"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 DEPEND="dev-games/physfs
 	media-libs/libsdl[opengl]


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/
@ 2021-06-29 20:55 Ionen Wolkens
  0 siblings, 0 replies; 4+ messages in thread
From: Ionen Wolkens @ 2021-06-29 20:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3fda2ec392fb72def9d80528b5ec8061f320ff38
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 29 19:54:44 2021 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Jun 29 20:53:12 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fda2ec3

games-arcade/excido: add .desktop icon, EAPI 7->8

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-arcade/excido/Manifest                | 1 +
 games-arcade/excido/excido-0.1.5c-r4.ebuild | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/games-arcade/excido/Manifest b/games-arcade/excido/Manifest
index 3efaf1e39af..069f6225c4f 100644
--- a/games-arcade/excido/Manifest
+++ b/games-arcade/excido/Manifest
@@ -1 +1,2 @@
 DIST excido-0.1.5c-src.tar.bz2 2981629 BLAKE2B 504c21861a4d966400a94ef6733794f72edbf950a84dcd935213244252b771e168f0bb5e21780c90d2cd1a1799cac821a502dbb558ffe6204d4b552e5af465d4 SHA512 9e1b98ed31eac735087f451c466d0e0d1b885ad5336f7994abf8f844b1c27cc24e90048306ffd62864fa5ab2bada6744b4b54991c6eb9b22624af20c645e02d7
+DIST excido.png 965 BLAKE2B 2f2cb7091d0256c158c801b668e252a555b2c8976fc7af0c73f71457771e33f5e5f46109081431dc8e10a6f7748075ca60e0fe8f3fbf81bc5bb1a6079748ef27 SHA512 8248e652bd148c13e4b896eabd9360281c0c296ecfd28cf5d25593505bba94c1cac5a5dc9e89925dbd851670d917fa8949370cc797bb2eed7fb7c0fc72d14f3c

diff --git a/games-arcade/excido/excido-0.1.5c-r4.ebuild b/games-arcade/excido/excido-0.1.5c-r4.ebuild
index 6dd28616563..dc58b8086e4 100644
--- a/games-arcade/excido/excido-0.1.5c-r4.ebuild
+++ b/games-arcade/excido/excido-0.1.5c-r4.ebuild
@@ -1,13 +1,15 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit desktop toolchain-funcs
 
 DESCRIPTION="Fast paced action game"
 HOMEPAGE="https://icculus.org/excido/"
-SRC_URI="https://icculus.org/excido/${P}-src.tar.bz2"
+SRC_URI="
+	https://icculus.org/excido/${P}-src.tar.bz2
+	https://dev.gentoo.org/~ionen/distfiles/${PN}.png"
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -43,5 +45,6 @@ src_install() {
 	dodoc BUGS CHANGELOG HACKING README TODO \
 		data/{CREDITS,readme-jf-nebula_sky.txt} keyguide.txt
 
-	make_desktop_entry ${PN} Excido applications-games "Game;ArcadeGame"
+	doicon "${DISTDIR}"/${PN}.png
+	make_desktop_entry ${PN} Excido
 }


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-29 20:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-29 20:55 [gentoo-commits] repo/gentoo:master commit in: games-arcade/excido/ Ionen Wolkens
  -- strict thread matches above, loose matches on Subject: below --
2021-06-04  0:16 Ionen Wolkens
2021-06-04  0:16 Ionen Wolkens
2018-04-16 20:26 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox