public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/jvgs/
@ 2017-10-16  0:08 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2017-10-16  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     37b09f4d427dcf1bad0971ea1a3b770198f0bb88
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 23:42:50 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 00:07:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b09f4d

games-arcade/jvgs: [QA] Add cmake-utils_src_prepare

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 games-arcade/jvgs/jvgs-0.5.ebuild | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/games-arcade/jvgs/jvgs-0.5.ebuild b/games-arcade/jvgs/jvgs-0.5.ebuild
index d53c882b314..e621f1b4519 100644
--- a/games-arcade/jvgs/jvgs-0.5.ebuild
+++ b/games-arcade/jvgs/jvgs-0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -24,10 +24,7 @@ DEPEND="${RDEPEND}
 	dev-lang/swig"
 
 S=${WORKDIR}/${P}-src
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-flags.patch
-}
+PATCHES=( "${FILESDIR}"/${P}-flags.patch )
 
 src_configure() {
 	cmake-utils_src_configure


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/jvgs/
@ 2018-08-27 21:23 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2018-08-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     8123f9a143bf86ed1c5cd7af4d58a1faa6caf74e
Author:     Marty E. Plummer <hanetzer <AT> startmail <DOT> com>
AuthorDate: Fri Aug  3 01:09:57 2018 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Aug 27 21:23:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8123f9a1

games-arcade/jvgs: eutils->desktop

Only has eutils for the implicit desktop inheritance for
make_desktop_entry and newicon.

Package-Manager: Portage-2.3.44, Repoman-2.3.10

 games-arcade/jvgs/jvgs-0.5-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-arcade/jvgs/jvgs-0.5-r1.ebuild b/games-arcade/jvgs/jvgs-0.5-r1.ebuild
index 779b57dd740..45d527c885b 100644
--- a/games-arcade/jvgs/jvgs-0.5-r1.ebuild
+++ b/games-arcade/jvgs/jvgs-0.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-inherit cmake-utils eutils
+inherit cmake-utils desktop
 
 DESCRIPTION="An open-source platform game with a sketched and minimalistic look"
 HOMEPAGE="http://jvgs.sourceforge.net/"


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/jvgs/
@ 2021-02-01  2:07 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-02-01  2:07 UTC (permalink / raw
  To: gentoo-commits

commit:     df698e7fb683b112df9d75f19bbf5d82a4a8ae28
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  1 01:06:58 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  1 02:07:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df698e7f

games-arcade/jvgs: fix installed binary

Actually install the binary we build.

Thanks-to: Samuel Bauer <samuel.bauer <AT> yahoo.fr>
Closes: https://bugs.gentoo.org/687610
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/jvgs/jvgs-0.5-r1.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/games-arcade/jvgs/jvgs-0.5-r1.ebuild b/games-arcade/jvgs/jvgs-0.5-r1.ebuild
index 45d527c885b..6fa5af29b09 100644
--- a/games-arcade/jvgs/jvgs-0.5-r1.ebuild
+++ b/games-arcade/jvgs/jvgs-0.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -26,8 +26,14 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/${P}-src
 PATCHES=( "${FILESDIR}"/${PN}-0.5-fix-build-system.patch )
 
+src_prepare() {
+	sed -i "s:main.lua:/usr/share/${PN}/&:" src/main.cpp
+	default
+	eapply_user
+}
+
 src_install() {
-	dobin src/${PN}
+	dobin ${BUILD_DIR}/src/${PN}
 
 	insinto /usr/share/${PN}
 	doins -r main.lua resources


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

* [gentoo-commits] repo/gentoo:master commit in: games-arcade/jvgs/
@ 2025-03-08 20:32 Andreas Sturmlechner
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Sturmlechner @ 2025-03-08 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     da9f990278495c19d32d84c4844a756d1a3f63ff
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  8 19:57:07 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar  8 20:31:38 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9f9902

games-arcade/jvgs: drop 0.5-r100

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 games-arcade/jvgs/Manifest             |  1 -
 games-arcade/jvgs/jvgs-0.5-r100.ebuild | 61 ----------------------------------
 2 files changed, 62 deletions(-)

diff --git a/games-arcade/jvgs/Manifest b/games-arcade/jvgs/Manifest
index 348533cf5720..fe640de3c6ab 100644
--- a/games-arcade/jvgs/Manifest
+++ b/games-arcade/jvgs/Manifest
@@ -1,2 +1 @@
-DIST jvgs-0.5-src.tar.gz 25917861 BLAKE2B 8b7716a16cd7dfdb3f8f7eb2292a121b142a4487f8fb58d046db81cc579b61b3db56728f5ecef8272ec74d8cf898da5c3ee12fa7c492fd219de977ea37bc9ee9 SHA512 0a0a8e7a0e7dce6f61bcd328f579212115eb95e3dce8ca223c1d8a3432d9083bf9a313f02f46b799991aa32f10cb9c14e8ecb63a4578b1ffaabc374ba139b28d
 DIST jvgs-0.5.1-src.tar.gz 25932185 BLAKE2B 317e1005fd6107c6ef9ddd9d5614df0e889d4f7a529b39a2b00bb1d6ec81d6cfe101af31b7b17873ea224b28148c9c19eb2618f194a12b6ca5b4b7fc5c9f97d4 SHA512 f1a9cb96a1a40f1a27fced0aa1809c06d4fef79d88508d1503bfa3e35f58255673d900ea4f8902b65b3fa63c029423b622e96b14c9aa71e5825c907a4b59e1af

diff --git a/games-arcade/jvgs/jvgs-0.5-r100.ebuild b/games-arcade/jvgs/jvgs-0.5-r100.ebuild
deleted file mode 100644
index bdba7c09096d..000000000000
--- a/games-arcade/jvgs/jvgs-0.5-r100.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-LUA_COMPAT=( lua5-1 )
-
-inherit cmake desktop lua-single
-
-DESCRIPTION="Open-source platform game with a sketched and minimalistic look"
-HOMEPAGE="https://jvgs.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/jvgs/${P}-src.tar.gz"
-S="${WORKDIR}/${P}-src"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-
-RDEPEND="${LUA_DEPS}
-	dev-libs/tinyxml[stl]
-	media-libs/libsdl[video]
-	media-libs/sdl-mixer[vorbis]
-	media-libs/freetype:2
-	sys-libs/zlib:=
-	x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXext
-	virtual/opengl
-	virtual/glu
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-lang/swig"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.5-fix-build-system.patch
-	"${FILESDIR}"/${PN}-0.5-unbundle-tinyxml.patch
-)
-
-src_prepare() {
-	sed -i "s:main.lua:/usr/share/${PN}/&:" src/main.cpp || die
-
-	# Make sure we don't use bundled copy
-	rm -r src/tinyxml/ || die
-
-	cmake_src_prepare
-}
-
-src_install() {
-	dobin "${BUILD_DIR}"/src/${PN}
-
-	insinto /usr/share/${PN}
-	doins -r main.lua resources
-
-	newicon resources/drawing.svg ${PN}.svg
-	make_desktop_entry ${PN} ${PN}
-
-	einstalldocs
-}


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

end of thread, other threads:[~2025-03-08 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-08 20:32 [gentoo-commits] repo/gentoo:master commit in: games-arcade/jvgs/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2021-02-01  2:07 Sam James
2018-08-27 21:23 James Le Cuirot
2017-10-16  0:08 David Seifert

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