media-plugins/kodi-vfs-rar: 2.0.5 version bump
authorCraig Andrews <candrews@gentoo.org>
Tue, 6 Nov 2018 15:06:10 +0000 (10:06 -0500)
committerCraig Andrews <candrews@gentoo.org>
Tue, 6 Nov 2018 15:58:05 +0000 (10:58 -0500)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-vfs-rar/Manifest [new file with mode: 0644]
media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.0.5.ebuild [new file with mode: 0644]
media-plugins/kodi-vfs-rar/kodi-vfs-rar-9999.ebuild
media-plugins/kodi-vfs-rar/metadata.xml

diff --git a/media-plugins/kodi-vfs-rar/Manifest b/media-plugins/kodi-vfs-rar/Manifest
new file mode 100644 (file)
index 0000000..094d5f5
--- /dev/null
@@ -0,0 +1 @@
+DIST kodi-vfs-rar-2.0.5.tar.gz 132264 BLAKE2B 1c092fcc45a9b540ab43da9d93028bf3ecca5342fbe99e0380ccf1945be2bbe931e0c93454b69c8091c5919ea52347ab24ee27a72e96e202e6c38775640c016b SHA512 46c17952b1933a5958082ecc6d904b3300acfc6982ef42fd63a15c68ce60c79528a52369fb7e5d0a912cd4346c7701b1aa07dedd882bec618d9e7343ffcbef73
diff --git a/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.0.5.ebuild b/media-plugins/kodi-vfs-rar/kodi-vfs-rar-2.0.5.ebuild
new file mode 100644 (file)
index 0000000..981a91d
--- /dev/null
@@ -0,0 +1,34 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="RAR VFS addon for Kodi"
+HOMEPAGE="https://github.com/xbmc/vfs.rar"
+SRC_URI=""
+
+case ${PV} in
+9999)
+       SRC_URI=""
+       EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git"
+       inherit git-r3
+       ;;
+*)
+       CODENAME="Leia"
+       KEYWORDS="~amd64 ~x86"
+       SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}"
+       ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+       =dev-libs/libplatform-2*
+       =media-libs/kodi-platform-18*
+       =media-tv/kodi-18*
+       "
index 35789c57ed647e118221d7e66d262c2b1398b09a..f64d451adecd1f443a34d4f5435875e3bc011483 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
@@ -6,19 +6,20 @@ EAPI=6
 inherit cmake-utils kodi-addon
 
 DESCRIPTION="RAR VFS addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/vfs.rar"
+HOMEPAGE="https://github.com/xbmc/vfs.rar"
 SRC_URI=""
 
 case ${PV} in
 9999)
        SRC_URI=""
-       EGIT_REPO_URI="https://github.com/notspiff/vfs.rar.git"
+       EGIT_REPO_URI="https://github.com/xbmc/vfs.rar.git"
        inherit git-r3
        ;;
 *)
+       CODENAME="Leia"
        KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/notspiff/vfs.rar/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/vfs.rar-${PV}"
+       SRC_URI="https://github.com/xbmc/vfs.rar/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/vfs.rar-${PV}-${CODENAME}"
        ;;
 esac
 
@@ -28,6 +29,6 @@ IUSE=""
 
 DEPEND="
        =dev-libs/libplatform-2*
-       =media-libs/kodi-platform-9999
-       =media-tv/kodi-9999
+       ~media-libs/kodi-platform-9999
+       ~media-tv/kodi-9999
        "
index ff4a8e488c6a743a09b8d62b1c5e48120a122ec7..3698906773d084ab737420f0c3573bc806402bcf 100644 (file)
@@ -7,6 +7,6 @@
     </maintainer>
     <longdescription>RAR VFS addon for Kodi</longdescription>
     <upstream>
-        <remote-id type="github">notspiff/vfs.rar</remote-id>
+        <remote-id type="github">xbmc/vfs.rar</remote-id>
     </upstream>
 </pkgmetadata>