public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-emulation/libretro-nestopia/
@ 2018-08-15  0:22 Craig Andrews
  0 siblings, 0 replies; 2+ messages in thread
From: Craig Andrews @ 2018-08-15  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     7e67858f2464879ee11bcc8ca754ba2a1b829e50
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 24 05:35:24 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 00:22:45 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e67858f

games-emulation/libretro-nestopia: Nestopia libretro port

Package-Manager: Portage-2.3.43, Repoman-2.3.10

 games-emulation/libretro-nestopia/Manifest                |  1 +
 .../libretro-nestopia-0.0.1_pre20180723.ebuild            | 15 +++++++++++++++
 .../libretro-nestopia/libretro-nestopia-9999.ebuild       | 13 +++++++++++++
 games-emulation/libretro-nestopia/metadata.xml            | 12 ++++++++++++
 4 files changed, 41 insertions(+)

diff --git a/games-emulation/libretro-nestopia/Manifest b/games-emulation/libretro-nestopia/Manifest
new file mode 100644
index 00000000000..41b88e69dd9
--- /dev/null
+++ b/games-emulation/libretro-nestopia/Manifest
@@ -0,0 +1 @@
+DIST libretro-nestopia-0.0.1_pre20180723.tar.gz 1260666 BLAKE2B e9107896d92b717f7f50697ea373ecbf3a0bb12ea1a1493f7b3688652da56b8f156d295e84f3e7707d3c388fd0474fe1db0cc82e1056805e1bfa1d86ba6e2351 SHA512 dc8076f6849bd73527490f3bf933094279fd84436ee0977b0330d5d96f6e4c0446491eacc9bcc63286093f21f426aff0b8bdad2f343a32f53575b4abedcb71eb

diff --git a/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
new file mode 100644
index 00000000000..4b920925a4d
--- /dev/null
+++ b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LIBRETRO_REPO_NAME="libretro/nestopia"
+LIBRETRO_COMMIT_SHA="9c335527c5dfa11dfa29bc22ee4ba6efa23c8890"
+KEYWORDS="~amd64 ~x86"
+inherit libretro-core
+S="${WORKDIR}/${P}/libretro"
+LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so"
+
+DESCRIPTION="Nestopia libretro port"
+LICENSE="GPL-2+"
+SLOT="0"

diff --git a/games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild b/games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild
new file mode 100644
index 00000000000..f980eda0ed1
--- /dev/null
+++ b/games-emulation/libretro-nestopia/libretro-nestopia-9999.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+LIBRETRO_REPO_NAME="libretro/nestopia"
+inherit libretro-core
+S="${WORKDIR}/${P}/libretro"
+LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so"
+
+DESCRIPTION="Nestopia libretro port"
+LICENSE="GPL-2+"
+SLOT="0"

diff --git a/games-emulation/libretro-nestopia/metadata.xml b/games-emulation/libretro-nestopia/metadata.xml
new file mode 100644
index 00000000000..a5d5dc1b432
--- /dev/null
+++ b/games-emulation/libretro-nestopia/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>candrews@gentoo.org</email>
+        <name>Craig Andrews</name>
+    </maintainer>
+    <longdescription>Nestopia libretro port</longdescription>
+    <upstream>
+        <remote-id type="github">libretro/nestopia</remote-id>
+    </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: games-emulation/libretro-nestopia/
@ 2018-08-15 19:55 Craig Andrews
  0 siblings, 0 replies; 2+ messages in thread
From: Craig Andrews @ 2018-08-15 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     6b27e52fe32de17e5b9b128498c147489bb6cf91
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 15 19:54:51 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Aug 15 19:55:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b27e52f

games-emulation/libretro-nestopia: Fix S in -0.0.1_pre20180723

Closes: https://bugs.gentoo.org/663696
Package-Manager: Portage-2.3.46, Repoman-2.3.10

 .../libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
index 4b920925a4d..d93f04f24c0 100644
--- a/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
+++ b/games-emulation/libretro-nestopia/libretro-nestopia-0.0.1_pre20180723.ebuild
@@ -7,7 +7,7 @@ LIBRETRO_REPO_NAME="libretro/nestopia"
 LIBRETRO_COMMIT_SHA="9c335527c5dfa11dfa29bc22ee4ba6efa23c8890"
 KEYWORDS="~amd64 ~x86"
 inherit libretro-core
-S="${WORKDIR}/${P}/libretro"
+S="${WORKDIR}/nestopia-${LIBRETRO_COMMIT_SHA}/libretro"
 LIBRETRO_CORE_LIB_FILE="${S}/${LIBRETRO_CORE_NAME}_libretro.so"
 
 DESCRIPTION="Nestopia libretro port"


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

end of thread, other threads:[~2018-08-15 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-15 19:55 [gentoo-commits] repo/gentoo:master commit in: games-emulation/libretro-nestopia/ Craig Andrews
  -- strict thread matches above, loose matches on Subject: below --
2018-08-15  0:22 Craig Andrews

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