media-plugins/kodi-pvr-vbox: 4.4.6 version bump
authorCraig Andrews <candrews@gentoo.org>
Sun, 18 Nov 2018 03:06:08 +0000 (22:06 -0500)
committerCraig Andrews <candrews@gentoo.org>
Sun, 18 Nov 2018 03:06:08 +0000 (22:06 -0500)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-pvr-vbox/Manifest
media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.4.6.ebuild [new file with mode: 0644]
media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-9999.ebuild

index 1d9173c1bbcc9b59b50aa4a9177e7758be2cd7a4..edc343c5fa137287003af45cae37cee9e32a0379 100644 (file)
@@ -1 +1,2 @@
 DIST kodi-pvr-vbox-4.0.2.tar.gz 150156 BLAKE2B 82751404d60b8064ad4c56c5de2bb2745cf1d3bbf6a10c6c96391e3021353a1c64c1d7c54ecbd53722b3e39edaecd97716877ad6738bdbb9c0a3ff1f10c35d42 SHA512 2b46cd6090764660c25a8c229bc11c23b0b200e4eecc6682a89f2754f6869217b93600ac5eb7a48b7d9183ca6eb237e1a396902b84493668c7045a6b4eb23a6e
+DIST kodi-pvr-vbox-4.4.6.tar.gz 155719 BLAKE2B 178ec1adfd17f8afc80daf526fec863b93c17ec13b5a54c7a2aa166c6a73cbe5d57a3e349f2c6522c2081af6b4f892a731b49a0aee2a6e5686a2adf5f95d5fc9 SHA512 b34b2ddc9bdae9a51e44a7dbe483f9a21d6d4de951e0c996a2f82e63b87718b7f56a3bfbeb45c0cc7a6d828d279bb1f6ab25292b328b1853a09e1267c22026fe
diff --git a/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.4.6.ebuild b/media-plugins/kodi-pvr-vbox/kodi-pvr-vbox-4.4.6.ebuild
new file mode 100644 (file)
index 0000000..42079e6
--- /dev/null
@@ -0,0 +1,38 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's VBox Home TV Gateway PVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vbox"
+SRC_URI=""
+
+case ${PV} in
+9999)
+       SRC_URI=""
+       EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vbox.git"
+       inherit git-r3
+       ;;
+*)
+       CODENAME="Leia"
+       KEYWORDS="~amd64 ~x86"
+       SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/pvr.vbox-${PV}-${CODENAME}"
+       ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+       =media-tv/kodi-18*
+       =media-libs/kodi-platform-18*
+       dev-libs/tinyxml2
+       "
+
+RDEPEND="
+       ${DEPEND}
+       "
index ca7823da941bb31d3e617ff0a8297503fed84e83..0836a8ab7ea237b62cd2f89d4a477932e2d91ae2 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -16,9 +16,10 @@ case ${PV} in
        inherit git-r3
        ;;
 *)
+       CODENAME="Leia"
        KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/pvr.vbox-${PV}"
+       SRC_URI="https://github.com/kodi-pvr/pvr.vbox/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/pvr.vbox-${PV}-${CODENAME}"
        ;;
 esac
 
@@ -27,8 +28,8 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-       media-tv/kodi
-       media-libs/kodi-platform
+       ~media-tv/kodi-9999
+       ~media-libs/kodi-platform-9999
        dev-libs/tinyxml2
        "