From 2825b6e93761621c6162913df20b21169df024c8 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 9 Jan 2017 15:24:47 -0500 Subject: media-plugins/kodi-*: add live ebuilds for all add-ons currently available in kodi upstream Gentoo-bug: 555792 Closes: https://github.com/gentoo/gentoo/pull/3195 --- media-plugins/kodi-audiodecoder-nosefart/Manifest | 1 + .../kodi-audiodecoder-nosefart-1.1.0.ebuild | 36 ++++++++++++++++++++++ .../kodi-audiodecoder-nosefart-9999.ebuild | 36 ++++++++++++++++++++++ .../kodi-audiodecoder-nosefart/metadata.xml | 16 ++++++++++ 4 files changed, 89 insertions(+) create mode 100644 media-plugins/kodi-audiodecoder-nosefart/Manifest create mode 100644 media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-1.1.0.ebuild create mode 100644 media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild create mode 100644 media-plugins/kodi-audiodecoder-nosefart/metadata.xml (limited to 'media-plugins/kodi-audiodecoder-nosefart') diff --git a/media-plugins/kodi-audiodecoder-nosefart/Manifest b/media-plugins/kodi-audiodecoder-nosefart/Manifest new file mode 100644 index 000000000000..2078ce0eaee0 --- /dev/null +++ b/media-plugins/kodi-audiodecoder-nosefart/Manifest @@ -0,0 +1 @@ +DIST kodi-audiodecoder-nosefart-1.1.0.tar.gz 59921 SHA256 444cc85f4618daa5147a63633db3f300123d5e33b1b5894e7036fa9243e8a535 SHA512 c85768e3b7b31607429d85f6d2f9254bb42a4500a0e42b0a76d953a87b6d2275cef4ed922eb7a2af51770b90cb35403171df6258dae9157683be0a07304f6e6b WHIRLPOOL 0d886db8af3bb334d6ec82c29b8adf7d9f7adde3d06a208de82088706bd11e0f701735f100de6216ba2acf218234d90d34e5fd388588bb8dcd135e41a159595f diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-1.1.0.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-1.1.0.ebuild new file mode 100644 index 000000000000..f79f37c9c20c --- /dev/null +++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-1.1.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Nosefart decoder addon for Kodi" +HOMEPAGE="https://github.com/notspiff/audiodecoder.nosefart" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="git://github.com/notspiff/audiodecoder.nosefart" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/audiodecoder.nosefart/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/audiodecoder.nosefart-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + media-tv/kodi + media-libs/kodi-platform + " +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild new file mode 100644 index 000000000000..f79f37c9c20c --- /dev/null +++ b/media-plugins/kodi-audiodecoder-nosefart/kodi-audiodecoder-nosefart-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Nosefart decoder addon for Kodi" +HOMEPAGE="https://github.com/notspiff/audiodecoder.nosefart" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="git://github.com/notspiff/audiodecoder.nosefart" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/audiodecoder.nosefart/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/audiodecoder.nosefart-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + media-tv/kodi + media-libs/kodi-platform + " +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-audiodecoder-nosefart/metadata.xml b/media-plugins/kodi-audiodecoder-nosefart/metadata.xml new file mode 100644 index 000000000000..bd429ad9d3e4 --- /dev/null +++ b/media-plugins/kodi-audiodecoder-nosefart/metadata.xml @@ -0,0 +1,16 @@ + + + + + candrews@integralblue.com + Craig Andrews + + + proxy-maint@gentoo.org + Proxy Maintainers + + Nosefart decoder addon for Kodi + + notspiff/audiodecoder.nosefart + + -- cgit v1.2.3-65-gdbad