public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/
  2021-04-30  7:45 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-30  7:45 ` Andrew Ammerlaan
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-04-30  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     dd66bf574e8930d531d826c41b7330071716d2ee
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Apr 30 07:43:43 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Apr 30 07:43:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd66bf57

app-emulation/arnold: add dep on unzip

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 app-emulation/arnold/arnold-20170513.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-emulation/arnold/arnold-20170513.ebuild b/app-emulation/arnold/arnold-20170513.ebuild
index ceda03f89..d026d59eb 100644
--- a/app-emulation/arnold/arnold-20170513.ebuild
+++ b/app-emulation/arnold/arnold-20170513.ebuild
@@ -19,6 +19,7 @@ DEPEND="
 	virtual/opengl
 "
 RDEPEND="${DEPEND}"
+BDEPEND="app-arch/unzip"
 
 S=${WORKDIR}/src
 


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/
@ 2021-05-01 22:15 Theo Anderson
  2021-05-02  9:27 ` [gentoo-commits] repo/proj/guru:master " Theo Anderson
  0 siblings, 1 reply; 5+ messages in thread
From: Theo Anderson @ 2021-05-01 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5de3649b8a41e58232cc4f01efb23d2198ff0c91
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat May  1 22:14:58 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat May  1 22:14:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5de3649b

app-emulation/arnold: move WX_GTK_VER to pre-inherit

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 app-emulation/arnold/arnold-20170513.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/arnold/arnold-20170513.ebuild b/app-emulation/arnold/arnold-20170513.ebuild
index d026d59eb..6dae52213 100644
--- a/app-emulation/arnold/arnold-20170513.ebuild
+++ b/app-emulation/arnold/arnold-20170513.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+WX_GTK_VER="3.0-gtk3"
+
 inherit cmake desktop wxwidgets
 
 DESCRIPTION="Amstrad CPC emulator"
@@ -21,9 +23,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}/src
-
-WX_GTK_VER="3.0-gtk3"
+S="${WORKDIR}/src"
 
 src_prepare() {
 	setup-wxwidgets


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

* [gentoo-commits] repo/proj/guru:master commit in: app-emulation/arnold/
  2021-05-01 22:15 [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/ Theo Anderson
@ 2021-05-02  9:27 ` Theo Anderson
  0 siblings, 0 replies; 5+ messages in thread
From: Theo Anderson @ 2021-05-02  9:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5de3649b8a41e58232cc4f01efb23d2198ff0c91
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Sat May  1 22:14:58 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat May  1 22:14:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5de3649b

app-emulation/arnold: move WX_GTK_VER to pre-inherit

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 app-emulation/arnold/arnold-20170513.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/arnold/arnold-20170513.ebuild b/app-emulation/arnold/arnold-20170513.ebuild
index d026d59eb..6dae52213 100644
--- a/app-emulation/arnold/arnold-20170513.ebuild
+++ b/app-emulation/arnold/arnold-20170513.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+WX_GTK_VER="3.0-gtk3"
+
 inherit cmake desktop wxwidgets
 
 DESCRIPTION="Amstrad CPC emulator"
@@ -21,9 +23,7 @@ DEPEND="
 RDEPEND="${DEPEND}"
 BDEPEND="app-arch/unzip"
 
-S=${WORKDIR}/src
-
-WX_GTK_VER="3.0-gtk3"
+S="${WORKDIR}/src"
 
 src_prepare() {
 	setup-wxwidgets


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/
@ 2021-07-05  1:25 Samuel Bauer
  0 siblings, 0 replies; 5+ messages in thread
From: Samuel Bauer @ 2021-07-05  1:25 UTC (permalink / raw
  To: gentoo-commits

commit:     19054dc81c4cddfd929384c2a137874b71fcf3c4
Author:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
AuthorDate: Mon Jul  5 01:23:38 2021 +0000
Commit:     Samuel Bauer <samuel.bauer <AT> yahoo <DOT> fr>
CommitDate: Mon Jul  5 01:24:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=19054dc8

app-emulation/arnold: wxwidgets eclass does not add x11-libs/wxGTK as a dependency

Signed-off-by: Samuel Bauer <samuel.bauer <AT> yahoo.fr>

 app-emulation/arnold/arnold-20170513.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/app-emulation/arnold/arnold-20170513.ebuild b/app-emulation/arnold/arnold-20170513.ebuild
index cfd2fa1e7..6704b1763 100644
--- a/app-emulation/arnold/arnold-20170513.ebuild
+++ b/app-emulation/arnold/arnold-20170513.ebuild
@@ -9,26 +9,27 @@ inherit cmake desktop wxwidgets
 
 DESCRIPTION="Amstrad CPC emulator"
 HOMEPAGE="http://www.cpctech.org.uk"
-SRC_URI="https://cpctech.cpc-live.com/arnsrc.zip -> ${P}.zip"
+SRC_URI="http://cpctech.cpc-live.com/arnsrc.zip -> ${P}.zip"
 
 LICENSE="GPL-2 LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="inkz80"
 
-DEPEND="
+RDEPEND="
 	media-libs/libsdl2
 	virtual/opengl
+	x11-libs/wxGTK:${WX_GTK_VER}
 "
-RDEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 BDEPEND="app-arch/unzip"
 
-S="${WORKDIR}/src"
+S=${WORKDIR}/src
 
 src_prepare() {
 	setup-wxwidgets
 	sed -i "4421s:=.*$:=wxT(\"/usr/share/${PN}/\");:" arngui/arnguiApp.cpp || die
-	# Prevent running at 150% of original speed
+	# Prevent running at 150%
 	sed -i '390s/20000/30000/' arngui/sdl2/SDL2PlatformSpecific.cpp || die
 	cmake_src_prepare
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/
@ 2024-10-30 15:04 Takuya Wakazono
  0 siblings, 0 replies; 5+ messages in thread
From: Takuya Wakazono @ 2024-10-30 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     70c54412ffbd7d7322b1e48de164f57b5e88b2d1
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Wed Oct 30 15:01:39 2024 +0000
Commit:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Wed Oct 30 15:03:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70c54412

app-emulation/arnold: fix RDEPEND and bump EAPI

Closes: https://bugs.gentoo.org/799461
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 .../{arnold-20170513.ebuild => arnold-20170513-r1.ebuild}    | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-emulation/arnold/arnold-20170513.ebuild b/app-emulation/arnold/arnold-20170513-r1.ebuild
similarity index 78%
rename from app-emulation/arnold/arnold-20170513.ebuild
rename to app-emulation/arnold/arnold-20170513-r1.ebuild
index 17ad70b65..93939dcb5 100644
--- a/app-emulation/arnold/arnold-20170513.ebuild
+++ b/app-emulation/arnold/arnold-20170513-r1.ebuild
@@ -1,15 +1,15 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 WX_GTK_VER="3.0-gtk3"
 
 inherit cmake desktop wxwidgets
 
 DESCRIPTION="Amstrad CPC emulator"
-HOMEPAGE="http://www.cpctech.org.uk"
-SRC_URI="http://cpctech.cpc-live.com/arnsrc.zip -> ${P}.zip"
+HOMEPAGE="https://cpctech.cpc-live.com/"
+SRC_URI="https://cpctech.cpc-live.com/arnsrc.zip -> ${P}.zip"
 
 S=${WORKDIR}/src
 
@@ -21,7 +21,7 @@ IUSE="inkz80"
 RDEPEND="
 	media-libs/libsdl2
 	virtual/opengl
-	x11-libs/wxGTK:${WX_GTK_VER}
+	x11-libs/wxGTK:${WX_GTK_VER}[X]
 "
 DEPEND="${RDEPEND}"
 BDEPEND="app-arch/unzip"
@@ -45,7 +45,7 @@ src_configure() {
 }
 
 src_install() {
-	cd "${WORKDIR}"/exe/Gentoo/${PN} || die
+	cd "${WORKDIR}"/exe/${CMAKE_BUILD_TYPE}/${PN} || die
 	doicon "${FILESDIR}"/${PN}.png
 	insinto /usr/share/${PN}/
 	dobin arnold


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

end of thread, other threads:[~2024-10-30 15:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 22:15 [gentoo-commits] repo/proj/guru:dev commit in: app-emulation/arnold/ Theo Anderson
2021-05-02  9:27 ` [gentoo-commits] repo/proj/guru:master " Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2024-10-30 15:04 [gentoo-commits] repo/proj/guru:dev " Takuya Wakazono
2021-07-05  1:25 Samuel Bauer
2021-04-30  7:45 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-30  7:45 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan

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