From eb1e01efcf10cc8276ac4e312332667b7621c54f Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Tue, 31 Jan 2017 13:22:27 -0500 Subject: media-plugins/kodi-inputstream-rtmp: Depend on the correct version of kodi Closes: https://github.com/gentoo/gentoo/pull/3744 --- .../kodi-inputstream-rtmp-1.0.3-r1.ebuild | 36 ++++++++++++++++++++++ .../kodi-inputstream-rtmp-1.0.3.ebuild | 36 ---------------------- .../kodi-inputstream-rtmp-9999.ebuild | 2 +- 3 files changed, 37 insertions(+), 37 deletions(-) create mode 100644 media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3-r1.ebuild delete mode 100644 media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3.ebuild (limited to 'media-plugins/kodi-inputstream-rtmp') diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3-r1.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3-r1.ebuild new file mode 100644 index 000000000000..a62d654dc435 --- /dev/null +++ b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3-r1.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="Kodi's RTMP inputstream addon" +HOMEPAGE="https://github.com/notspiff/inputstream.rtmp" +SRC_URI="" + +case ${PV} in +9999) + SRC_URI="" + EGIT_REPO_URI="git://github.com/notspiff/inputstream.rtmp.git" + inherit git-r3 + ;; +*) + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/notspiff/inputstream.rtmp/archive/v${PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/inputstream.rtmp-${PV}" + ;; +esac + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =media-tv/kodi-17* + media-video/rtmpdump + " +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3.ebuild deleted file mode 100644 index 0b2f29c1dfff..000000000000 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-1.0.3.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# 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="Kodi's RTMP inputstream addon" -HOMEPAGE="https://github.com/notspiff/inputstream.rtmp" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="git://github.com/notspiff/inputstream.rtmp.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/notspiff/inputstream.rtmp/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.rtmp-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - media-tv/kodi - media-video/rtmpdump - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild index 0b2f29c1dfff..13455f95a1fa 100644 --- a/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild +++ b/media-plugins/kodi-inputstream-rtmp/kodi-inputstream-rtmp-9999.ebuild @@ -28,7 +28,7 @@ SLOT="0" IUSE="" DEPEND=" - media-tv/kodi + =media-tv/kodi-9999 media-video/rtmpdump " RDEPEND=" -- cgit v1.2.3-65-gdbad