* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2019-10-11 20:06 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-10-11 20:06 UTC (permalink / raw
To: gentoo-commits
commit: 5d4be98ecf1f8da46225fbe5c02b58b8e9261fb2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 20:05:07 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 20:05:59 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d4be98e
games-emulation/jrommanager: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-emulation/jrommanager/Manifest | 2 --
.../jrommanager/jrommanager-1.6_p20-r1.ebuild | 41 ----------------------
.../jrommanager/jrommanager-1.7_p24-r1.ebuild | 41 ----------------------
3 files changed, 84 deletions(-)
diff --git a/games-emulation/jrommanager/Manifest b/games-emulation/jrommanager/Manifest
index 3d6bbee60d2..5b45bfa1630 100644
--- a/games-emulation/jrommanager/Manifest
+++ b/games-emulation/jrommanager/Manifest
@@ -1,3 +1 @@
-DIST JRomManager-1.6b20.zip 9284236 BLAKE2B a874837e90bdd8ec6c55850fd0e61cabeb767f4b4eba6517a11f3de036a6fd95f7507593da7b5247824c38077b12ac52c490f5ec0e72077bd972c78810c58ebd SHA512 5d4a98989bd9eb2ba94dd50fe451308d9a628414e33cdc84814c55bf9679c3779253a8fab895e2f7922e3b837949e8065f2799707aeaab94d79a12ba73d83638
-DIST JRomManager-1.7b24.zip 9293410 BLAKE2B e73456273e6b2ef960bf94f9c0b4f241829474187fbe7205f98f1bf03abfc3e5eeed4803303ede6e937168daf9eed0ea47499addc00eb153269e9228f4bded61 SHA512 e10ad63348d9eba20175b5d620b32876730900abbe2d8bf9add1ba58f2b7f1d54fbd5a94ec937ab8b94f69c29979302630f2e81cba8d10176b83ec65ba55333f
DIST JRomManager-1.8b27.zip 9382160 BLAKE2B a7508d7beef0939c99c18688a07f4dd41e5bef00c8c27d2b3cc2e46089c99a0a1b90a8ff67050c3f4ea223d48c5b39615a2457a369dbd8484344d55244e79016 SHA512 a3688760565ef3a6514b433eeba5850352d5159ab27243053ebdf2280f8edd0d5cfb014859925c1a9c74bc873dfd18a871789a5d13a9a34a2582de89747b1561
diff --git a/games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild
deleted file mode 100644
index 6db4f6fa4a9..00000000000
--- a/games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=JRomManager
-MY_PV=${PV/_p/b}
-MY_P="${MY_PN}-${MY_PV}"
-
-inherit desktop
-
-DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro"
-HOMEPAGE="https://github.com/optyfr/JRomManager"
-SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip"
-QA_PREBUILT="*"
-
-S="${WORKDIR}"
-
-LICENSE="GPL-3 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8"
-DEPEND="${DEPEND}
- app-arch/unzip"
-
-src_prepare() {
- default
-
- sed -e "/dir=.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
- unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
-}
-
-src_install() {
- insinto "/usr/share/${PN}"
- doins *.jar
- doins -r lib
- newbin "${MY_PN}-multi.sh" "${PN}"
- newicon "rom.png" "${PN}.png"
- make_desktop_entry "${PN}" '' '' 'Utility'
-}
diff --git a/games-emulation/jrommanager/jrommanager-1.7_p24-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.7_p24-r1.ebuild
deleted file mode 100644
index 20874980f9b..00000000000
--- a/games-emulation/jrommanager/jrommanager-1.7_p24-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=JRomManager
-MY_PV=${PV/_p/b}
-MY_P="${MY_PN}-${MY_PV}"
-
-inherit desktop
-
-DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro"
-HOMEPAGE="https://github.com/optyfr/JRomManager"
-SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip"
-QA_PREBUILT="*"
-
-S="${WORKDIR}"
-
-LICENSE="GPL-2 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1 unRAR"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8"
-DEPEND="${DEPEND}
- app-arch/unzip"
-
-src_prepare() {
- default
-
- sed -e "/dir=.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
- unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
-}
-
-src_install() {
- insinto "/usr/share/${PN}"
- doins *.jar
- doins -r lib
- newbin "${MY_PN}-multi.sh" "${PN}"
- newicon "rom.png" "${PN}.png"
- make_desktop_entry "${PN}" '' '' 'Utility'
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2021-03-10 2:17 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-03-10 2:17 UTC (permalink / raw
To: gentoo-commits
commit: 024753051e1617b739dab02a846597a8336092bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 02:16:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 02:16:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02475305
games-emulation/jrommanager: fix MissingSlotDep
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
index d27e9e52107..bdca596df27 100644
--- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
+++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
@@ -18,7 +18,7 @@ LICENSE="GPL-2 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1 unRA
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=virtual/jre-1.8"
+RDEPEND=">=virtual/jre-1.8:1.8"
DEPEND="${RDEPEND}"
BDEPEND="app-arch/unzip"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2021-03-10 1:24 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-03-10 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 1123dcd2f71675fcae51291512edda3418fe82d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:35:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:35:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1123dcd2
games-emulation/jrommanager: BDEPEND for EAPI 7
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
index 5a3f091d014..1e0e11098dc 100644
--- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
+++ b/games-emulation/jrommanager/jrommanager-1.8_p27-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=7
@@ -12,8 +12,6 @@ inherit desktop
DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro"
HOMEPAGE="https://github.com/optyfr/JRomManager"
SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip"
-QA_PREBUILT="*"
-
S="${WORKDIR}"
LICENSE="GPL-2 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1 unRAR"
@@ -21,8 +19,10 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND=">=virtual/jre-1.8"
-DEPEND="${DEPEND}
- app-arch/unzip"
+DEPEND="${RDEPEND}"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="*"
src_prepare() {
default
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2021-03-10 1:24 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-03-10 1:24 UTC (permalink / raw
To: gentoo-commits
commit: bd37aaf1eb26186cbc18aafded6308420d46b736
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:36:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:36:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd37aaf1
games-emulation/jrommanager: tidy ebuild
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
index 1e0e11098dc..3f3dc02f279 100644
--- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
+++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
@@ -32,10 +32,11 @@ src_prepare() {
}
src_install() {
- insinto "/usr/share/${PN}"
+ insinto /usr/share/${PN}
doins *.jar
doins -r lib
- newbin "${MY_PN}-multi.sh" "${PN}"
- newicon "rom.png" "${PN}.png"
- make_desktop_entry "${PN}" '' '' 'Utility'
+
+ newbin ${MY_PN}-multi.sh ${PN}
+ newicon rom.png ${PN}.png
+ make_desktop_entry ${PN} '' '' 'Utility'
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2021-03-10 1:24 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-03-10 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 603e32c9ef68c76e33861604e34a23be826dab3b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 10 00:36:49 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 10 00:36:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603e32c9
games-emulation/jrommanager: fix invalid EROOT usage
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
index 3f3dc02f279..d27e9e52107 100644
--- a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
+++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
@@ -27,7 +27,9 @@ QA_PREBUILT="*"
src_prepare() {
default
- sed -e "/cd.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
+ sed -e "/cd.*/s:.*:cd \"${EPREFIX}/usr/share/${PN}\" || exit:" -i *.sh \
+ || die "sed failed!"
+
unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2019-10-11 20:06 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2019-10-11 20:06 UTC (permalink / raw
To: gentoo-commits
commit: e4ff6471dc7199d2e4d65078791668828df2b226
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 11 20:05:41 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 11 20:06:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4ff6471
games-emulation/jrommanager: Remove proxied maintainer
The maintainer stopped using Gentoo.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
games-emulation/jrommanager/metadata.xml | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/games-emulation/jrommanager/metadata.xml b/games-emulation/jrommanager/metadata.xml
index 0387c7c893e..f3a5f29830b 100644
--- a/games-emulation/jrommanager/metadata.xml
+++ b/games-emulation/jrommanager/metadata.xml
@@ -1,14 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>opty@hotmail.fr</email>
- <name>optyfr</name>
- </maintainer>
- <maintainer type="project">
- <email>proxy-maint@gentoo.org</email>
- <name>Proxy Maintainers</name>
- </maintainer>
+ <!--maintainer-needed-->
<longdescription>
JRomManager is a Rom manager made to work mostly anywhere,
with decent performance and minimal memory footprint,
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2018-09-04 20:49 Andreas Sturmlechner
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Sturmlechner @ 2018-09-04 20:49 UTC (permalink / raw
To: gentoo-commits
commit: ebd3a4a9d6c5e4b4451c75b1f55aaac12ee0920b
Author: optyfr <opty <AT> hotmail <DOT> fr>
AuthorDate: Mon Aug 27 13:48:50 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 4 20:49:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd3a4a9
games-emulation/jrommanager: version bump to 1.8_p27-r1
Bug: https://bugs.gentoo.org/664692
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9709
games-emulation/jrommanager/Manifest | 1 +
.../jrommanager/jrommanager-1.8_p27-r1.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/games-emulation/jrommanager/Manifest b/games-emulation/jrommanager/Manifest
index 158fd6ea7e8..3d6bbee60d2 100644
--- a/games-emulation/jrommanager/Manifest
+++ b/games-emulation/jrommanager/Manifest
@@ -1,2 +1,3 @@
DIST JRomManager-1.6b20.zip 9284236 BLAKE2B a874837e90bdd8ec6c55850fd0e61cabeb767f4b4eba6517a11f3de036a6fd95f7507593da7b5247824c38077b12ac52c490f5ec0e72077bd972c78810c58ebd SHA512 5d4a98989bd9eb2ba94dd50fe451308d9a628414e33cdc84814c55bf9679c3779253a8fab895e2f7922e3b837949e8065f2799707aeaab94d79a12ba73d83638
DIST JRomManager-1.7b24.zip 9293410 BLAKE2B e73456273e6b2ef960bf94f9c0b4f241829474187fbe7205f98f1bf03abfc3e5eeed4803303ede6e937168daf9eed0ea47499addc00eb153269e9228f4bded61 SHA512 e10ad63348d9eba20175b5d620b32876730900abbe2d8bf9add1ba58f2b7f1d54fbd5a94ec937ab8b94f69c29979302630f2e81cba8d10176b83ec65ba55333f
+DIST JRomManager-1.8b27.zip 9382160 BLAKE2B a7508d7beef0939c99c18688a07f4dd41e5bef00c8c27d2b3cc2e46089c99a0a1b90a8ff67050c3f4ea223d48c5b39615a2457a369dbd8484344d55244e79016 SHA512 a3688760565ef3a6514b433eeba5850352d5159ab27243053ebdf2280f8edd0d5cfb014859925c1a9c74bc873dfd18a871789a5d13a9a34a2582de89747b1561
diff --git a/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
new file mode 100644
index 00000000000..5a3f091d014
--- /dev/null
+++ b/games-emulation/jrommanager/jrommanager-1.8_p27-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=JRomManager
+MY_PV=${PV/_p/b}
+MY_P="${MY_PN}-${MY_PV}"
+
+inherit desktop
+
+DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro"
+HOMEPAGE="https://github.com/optyfr/JRomManager"
+SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip"
+QA_PREBUILT="*"
+
+S="${WORKDIR}"
+
+LICENSE="GPL-2 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1 unRAR"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND="${DEPEND}
+ app-arch/unzip"
+
+src_prepare() {
+ default
+
+ sed -e "/cd.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
+ unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
+}
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins *.jar
+ doins -r lib
+ newbin "${MY_PN}-multi.sh" "${PN}"
+ newicon "rom.png" "${PN}.png"
+ make_desktop_entry "${PN}" '' '' 'Utility'
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2018-08-15 20:23 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-08-15 20:23 UTC (permalink / raw
To: gentoo-commits
commit: a0427a72993b9f2dcb084378faef6290895ca334
Author: optyfr <opty <AT> hotmail <DOT> fr>
AuthorDate: Thu Aug 9 19:54:13 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 20:22:24 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0427a72
games-emulation/jrommanager: version bump to 1.7_p24-r1
Closes: https://bugs.gentoo.org/663254
Closes: https://github.com/gentoo/gentoo/pull/9522
Package-Manager: Portage-2.3.40, Repoman-2.3.9
games-emulation/jrommanager/Manifest | 1 +
.../jrommanager/jrommanager-1.7_p24-r1.ebuild | 41 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/games-emulation/jrommanager/Manifest b/games-emulation/jrommanager/Manifest
index ab279a242e6..158fd6ea7e8 100644
--- a/games-emulation/jrommanager/Manifest
+++ b/games-emulation/jrommanager/Manifest
@@ -1 +1,2 @@
DIST JRomManager-1.6b20.zip 9284236 BLAKE2B a874837e90bdd8ec6c55850fd0e61cabeb767f4b4eba6517a11f3de036a6fd95f7507593da7b5247824c38077b12ac52c490f5ec0e72077bd972c78810c58ebd SHA512 5d4a98989bd9eb2ba94dd50fe451308d9a628414e33cdc84814c55bf9679c3779253a8fab895e2f7922e3b837949e8065f2799707aeaab94d79a12ba73d83638
+DIST JRomManager-1.7b24.zip 9293410 BLAKE2B e73456273e6b2ef960bf94f9c0b4f241829474187fbe7205f98f1bf03abfc3e5eeed4803303ede6e937168daf9eed0ea47499addc00eb153269e9228f4bded61 SHA512 e10ad63348d9eba20175b5d620b32876730900abbe2d8bf9add1ba58f2b7f1d54fbd5a94ec937ab8b94f69c29979302630f2e81cba8d10176b83ec65ba55333f
diff --git a/games-emulation/jrommanager/jrommanager-1.7_p24-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.7_p24-r1.ebuild
new file mode 100644
index 00000000000..20874980f9b
--- /dev/null
+++ b/games-emulation/jrommanager/jrommanager-1.7_p24-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=JRomManager
+MY_PV=${PV/_p/b}
+MY_P="${MY_PN}-${MY_PV}"
+
+inherit desktop
+
+DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro"
+HOMEPAGE="https://github.com/optyfr/JRomManager"
+SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip"
+QA_PREBUILT="*"
+
+S="${WORKDIR}"
+
+LICENSE="GPL-2 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1 unRAR"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND="${DEPEND}
+ app-arch/unzip"
+
+src_prepare() {
+ default
+
+ sed -e "/dir=.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
+ unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
+}
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins *.jar
+ doins -r lib
+ newbin "${MY_PN}-multi.sh" "${PN}"
+ newicon "rom.png" "${PN}.png"
+ make_desktop_entry "${PN}" '' '' 'Utility'
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/
@ 2018-07-28 11:32 Michał Górny
0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-07-28 11:32 UTC (permalink / raw
To: gentoo-commits
commit: a94b03d774063ceea0a6d7b4a25787429665c612
Author: optyfr <17027109+optyfr <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Wed Jul 11 10:05:26 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 28 11:32:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a94b03d7
games-emulation/jrommanager: new package based on v1.6b20 release
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Closes: https://github.com/gentoo/gentoo/pull/9177
Closes: https://bugs.gentoo.org/660900
games-emulation/jrommanager/Manifest | 1 +
.../jrommanager/jrommanager-1.6_p20-r1.ebuild | 41 ++++++++++++++++++++++
games-emulation/jrommanager/metadata.xml | 21 +++++++++++
3 files changed, 63 insertions(+)
diff --git a/games-emulation/jrommanager/Manifest b/games-emulation/jrommanager/Manifest
new file mode 100644
index 00000000000..ab279a242e6
--- /dev/null
+++ b/games-emulation/jrommanager/Manifest
@@ -0,0 +1 @@
+DIST JRomManager-1.6b20.zip 9284236 BLAKE2B a874837e90bdd8ec6c55850fd0e61cabeb767f4b4eba6517a11f3de036a6fd95f7507593da7b5247824c38077b12ac52c490f5ec0e72077bd972c78810c58ebd SHA512 5d4a98989bd9eb2ba94dd50fe451308d9a628414e33cdc84814c55bf9679c3779253a8fab895e2f7922e3b837949e8065f2799707aeaab94d79a12ba73d83638
diff --git a/games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild b/games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild
new file mode 100644
index 00000000000..6db4f6fa4a9
--- /dev/null
+++ b/games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=JRomManager
+MY_PV=${PV/_p/b}
+MY_P="${MY_PN}-${MY_PV}"
+
+inherit desktop
+
+DESCRIPTION="A Mame and Retrogaming Rom Manager, Java alternative to ClrMamePro"
+HOMEPAGE="https://github.com/optyfr/JRomManager"
+SRC_URI="https://github.com/optyfr/${MY_PN}/releases/download/${MY_PV}/${MY_P}.zip"
+QA_PREBUILT="*"
+
+S="${WORKDIR}"
+
+LICENSE="GPL-3 GPL-2-with-classpath-exception BSD-2 MIT Apache-2.0 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.8"
+DEPEND="${DEPEND}
+ app-arch/unzip"
+
+src_prepare() {
+ default
+
+ sed -e "/dir=.*/s:.*:cd \"${EROOT}/usr/share/${PN}\" || exit:" -i *.sh || die "sed failed!"
+ unzip -j ${MY_PN}.jar "jrm/resources/rom.png" || die
+}
+
+src_install() {
+ insinto "/usr/share/${PN}"
+ doins *.jar
+ doins -r lib
+ newbin "${MY_PN}-multi.sh" "${PN}"
+ newicon "rom.png" "${PN}.png"
+ make_desktop_entry "${PN}" '' '' 'Utility'
+}
diff --git a/games-emulation/jrommanager/metadata.xml b/games-emulation/jrommanager/metadata.xml
new file mode 100644
index 00000000000..0387c7c893e
--- /dev/null
+++ b/games-emulation/jrommanager/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>opty@hotmail.fr</email>
+ <name>optyfr</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <longdescription>
+ JRomManager is a Rom manager made to work mostly anywhere,
+ with decent performance and minimal memory footprint,
+ some attention was also made to work correctly over shared networks.
+ It has also been made available open source to permit enhancements
+ from the retro gaming community. The main focus is to support MAME
+ and derivatives, but should work well with any Dat file from other
+ roms sets.
+ </longdescription>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-03-10 2:17 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-11 20:06 [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-03-10 2:17 Sam James
2021-03-10 1:24 Sam James
2021-03-10 1:24 Sam James
2021-03-10 1:24 Sam James
2019-10-11 20:06 Michał Górny
2018-09-04 20:49 Andreas Sturmlechner
2018-08-15 20:23 Michał Górny
2018-07-28 11:32 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox