summaryrefslogtreecommitdiff
path: root/games-emulation/libretro-info
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-08-25 07:36:27 +0100
commit43793fab84041cfc5c60c0151d1591b8a69fb24a (patch)
tree6208a7f4fc744684fce0f55acbb47511acace498 /games-emulation/libretro-info
parent28e3d252dc8ac8a5635206dfefe1cfe05058d1db (diff)
gentoo resync : 25.08.2018
Diffstat (limited to 'games-emulation/libretro-info')
-rw-r--r--games-emulation/libretro-info/Manifest4
-rw-r--r--games-emulation/libretro-info/libretro-info-0.0.1_pre20180723.ebuild30
-rw-r--r--games-emulation/libretro-info/libretro-info-9999.ebuild30
-rw-r--r--games-emulation/libretro-info/metadata.xml12
4 files changed, 76 insertions, 0 deletions
diff --git a/games-emulation/libretro-info/Manifest b/games-emulation/libretro-info/Manifest
new file mode 100644
index 000000000000..e7efd1dae59b
--- /dev/null
+++ b/games-emulation/libretro-info/Manifest
@@ -0,0 +1,4 @@
+DIST libretro-info-0.0.1_pre20180723.tar.gz 94991 BLAKE2B a5779b06d61a05a186b574c4f821da4211a03f8df89c5baa099ad805117d0f34c1349c9a83abce67d25c7c013961815d13961e3f52078107414175693950a10c SHA512 b4a1c6550d2b99ca637c824cdad7127e5eac245c12bc2f89202c42ca3da103f87205c6e4c3c6eddc572167ba302bfef91c4223939afd8d5a9012f43cc989176f
+EBUILD libretro-info-0.0.1_pre20180723.ebuild 700 BLAKE2B 8284af4d98c167f0a335e7c232423890aa52c132d9bbaef7c8447c5dac8da7cadfd13079db23ce58c1356e209af4b52422502b7df0b89e3ec88184cc575cd803 SHA512 516121901ef7f5404667c9c30c85177b2d83a9738259a852f09247f35b3cb8dd42ebc8546305f78b64f789ae7f116b6f2f3a71c4cc0d82f721d6fc10bd023de1
+EBUILD libretro-info-9999.ebuild 700 BLAKE2B 8284af4d98c167f0a335e7c232423890aa52c132d9bbaef7c8447c5dac8da7cadfd13079db23ce58c1356e209af4b52422502b7df0b89e3ec88184cc575cd803 SHA512 516121901ef7f5404667c9c30c85177b2d83a9738259a852f09247f35b3cb8dd42ebc8546305f78b64f789ae7f116b6f2f3a71c4cc0d82f721d6fc10bd023de1
+MISC metadata.xml 453 BLAKE2B 60e935599fad3f88c1c01c3d0a9cf6e7ec5ae49f998e0c9de414ad7bf6304aa7e5ace5e4cd6a368b92e018f4f840d2781ebf86f9d59e8836a1730f21e2195a4b SHA512 686ee2e218bcfbe40997f1c1cd9da37ff7ee9a61f898ae6774f23ad281df83483af6c9356a2615646acf52f0c2b461a715634c1d1e8d1cb8629a42713a66e4d3
diff --git a/games-emulation/libretro-info/libretro-info-0.0.1_pre20180723.ebuild b/games-emulation/libretro-info/libretro-info-0.0.1_pre20180723.ebuild
new file mode 100644
index 000000000000..03ae3ee399fb
--- /dev/null
+++ b/games-emulation/libretro-info/libretro-info-0.0.1_pre20180723.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Libretro info files required for libretro cores"
+HOMEPAGE="https://github.com/libretro/libretro-super"
+
+if [[ ${PV} == *9999 ]]; then
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/libretro/libretro-super.git"
+ inherit git-r3
+else
+ COMMIT="dfa0eaaa804552712baaff5553df3eea989fc5d5"
+ SRC_URI="https://github.com/libretro/libretro-super/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/libretro-super-${COMMIT}"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ insinto "/usr/share/libretro/info"
+ doins dist/info/*.info
+}
diff --git a/games-emulation/libretro-info/libretro-info-9999.ebuild b/games-emulation/libretro-info/libretro-info-9999.ebuild
new file mode 100644
index 000000000000..03ae3ee399fb
--- /dev/null
+++ b/games-emulation/libretro-info/libretro-info-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Libretro info files required for libretro cores"
+HOMEPAGE="https://github.com/libretro/libretro-super"
+
+if [[ ${PV} == *9999 ]]; then
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/libretro/libretro-super.git"
+ inherit git-r3
+else
+ COMMIT="dfa0eaaa804552712baaff5553df3eea989fc5d5"
+ SRC_URI="https://github.com/libretro/libretro-super/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/libretro-super-${COMMIT}"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+src_compile() {
+ :
+}
+
+src_install() {
+ insinto "/usr/share/libretro/info"
+ doins dist/info/*.info
+}
diff --git a/games-emulation/libretro-info/metadata.xml b/games-emulation/libretro-info/metadata.xml
new file mode 100644
index 000000000000..7754440a0cc5
--- /dev/null
+++ b/games-emulation/libretro-info/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>Libretro info files required for libretro cores</longdescription>
+ <upstream>
+ <remote-id type="github">libretro/libretro-super</remote-id>
+ </upstream>
+</pkgmetadata>