media-libs/kodi-platform: new package
authorMiroslav Šulc <fordfrog@gentoo.org>
Mon, 14 Mar 2016 11:01:35 +0000 (12:01 +0100)
committerMiroslav Šulc <fordfrog@gentoo.org>
Mon, 14 Mar 2016 11:02:13 +0000 (12:02 +0100)
Package-Manager: portage-2.2.28

media-libs/kodi-platform/Manifest [new file with mode: 0644]
media-libs/kodi-platform/kodi-platform-16.9999.ebuild [new file with mode: 0644]
media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild [new file with mode: 0644]
media-libs/kodi-platform/metadata.xml [new file with mode: 0644]

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
new file mode 100644 (file)
index 0000000..2ee4b12
--- /dev/null
@@ -0,0 +1 @@
+DIST kodi-platform-16_p20150805.tar.gz 8389 SHA256 158b083f5c18ca17a939e6858efd09959b9416e56b42ca884aa35f2ddae9fd2d SHA512 6668735206124a2942d8f3138b9e1eafeb2c97c5a81a6fd3e80e3d4ced676993d629f3dc7683ad226fd1665232c7c2cc062a3b52e8d0efcb9a7583506a29890d WHIRLPOOL 6b0bafb93cbb9a421d4f5d3d578c41899488a05f654f517da308a3f5b85b71267a011771906f97141a9b83ebcc153d7bf9e3c18391849865f13618ef48e508e6
diff --git a/media-libs/kodi-platform/kodi-platform-16.9999.ebuild b/media-libs/kodi-platform/kodi-platform-16.9999.ebuild
new file mode 100644 (file)
index 0000000..c743dad
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit git-2 cmake-utils
+
+EGIT_REPO_URI="https://github.com/xbmc/kodi-platform"
+EGIT_BRANCH="Jarvis"
+
+DESCRIPTION="Kodi platform support library"
+HOMEPAGE="https://github.com/xbmc/kodi-platform"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-libs/libplatform
+       dev-libs/tinyxml
+       =media-tv/kodi-16*"
+RDEPEND="${DEPEND}"
diff --git a/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild b/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild
new file mode 100644 (file)
index 0000000..b4fcca4
--- /dev/null
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+GIT_COMMIT="15edaf7"
+DESCRIPTION="Kodi platform support library"
+HOMEPAGE="https://github.com/xbmc/kodi-platform"
+SRC_URI="https://github.com/xbmc/kodi-platform/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/libplatform
+       dev-libs/tinyxml
+       =media-tv/kodi-16*"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
diff --git a/media-libs/kodi-platform/metadata.xml b/media-libs/kodi-platform/metadata.xml
new file mode 100644 (file)
index 0000000..1b27787
--- /dev/null
@@ -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>fordfrog@gentoo.org</email>
+               <name>Miroslav Šulc</name>
+       </maintainer>
+       <longdescription>Kodi platform support library</longdescription>
+       <upstream>
+               <remote-id type="github">xbmc/kodi-platform</remote-id>
+       </upstream>
+</pkgmetadata>