From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E296C138334 for ; Sat, 28 Jul 2018 11:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E12ECE0794; Sat, 28 Jul 2018 11:32:30 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 997BCE0794 for ; Sat, 28 Jul 2018 11:32:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8E951335CD7 for ; Sat, 28 Jul 2018 11:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC4FB357 for ; Sat, 28 Jul 2018 11:32:25 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532777535.a94b03d774063ceea0a6d7b4a25787429665c612.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/jrommanager/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/jrommanager/Manifest games-emulation/jrommanager/jrommanager-1.6_p20-r1.ebuild games-emulation/jrommanager/metadata.xml X-VCS-Directories: games-emulation/jrommanager/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a94b03d774063ceea0a6d7b4a25787429665c612 X-VCS-Branch: master Date: Sat, 28 Jul 2018 11:32:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bb78ebe8-6122-4d2f-a46b-060c563e5ee0 X-Archives-Hash: 67c8923047e31c6971a7e3bdcc7b2a45 commit: a94b03d774063ceea0a6d7b4a25787429665c612 Author: optyfr <17027109+optyfr users noreply github com> AuthorDate: Wed Jul 11 10:05:26 2018 +0000 Commit: Michał Górny gentoo 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 @@ + + + + + opty@hotmail.fr + optyfr + + + proxy-maint@gentoo.org + Proxy Maintainers + + + 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. + +