commit:     21cee3a1452560f29fa6797939d368682b38790c
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 14:59:09 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 15:58:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21cee3a1

media-plugins/kodi-vfs-sacd: Update repository references

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild | 12 ++++++------
 media-plugins/kodi-vfs-sacd/metadata.xml              |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild 
b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
index e2af235a856..5c8b40fee8b 100644
--- a/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
+++ b/media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild
@@ -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,18 +6,18 @@ EAPI=6
 inherit cmake-utils kodi-addon
 
 DESCRIPTION="SACD VFS addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/vfs.sacd";
+HOMEPAGE="https://github.com/xbmc/vfs.sacd";
 SRC_URI=""
 
 case ${PV} in
 9999)
        SRC_URI=""
-       EGIT_REPO_URI="https://github.com/notspiff/vfs.sacd.git";
+       EGIT_REPO_URI="https://github.com/xbmc/vfs.sacd.git";
        inherit git-r3
        ;;
 *)
        KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/notspiff/vfs.sacd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+       SRC_URI="https://github.com/xbmc/vfs.sacd/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
        S="${WORKDIR}/vfs.sacd-${PV}"
        ;;
 esac
@@ -28,6 +28,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
        "

diff --git a/media-plugins/kodi-vfs-sacd/metadata.xml 
b/media-plugins/kodi-vfs-sacd/metadata.xml
index 7b93c006e4c..d63999fc911 100644
--- a/media-plugins/kodi-vfs-sacd/metadata.xml
+++ b/media-plugins/kodi-vfs-sacd/metadata.xml
@@ -7,6 +7,6 @@
     </maintainer>
     <longdescription>SACD VFS addon for Kodi</longdescription>
     <upstream>
-        <remote-id type="github">notspiff/vfs.sacd</remote-id>
+        <remote-id type="github">xbmc/vfs.sacd</remote-id>
     </upstream>
 </pkgmetadata>

Reply via email to