summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/kodi-vfs-sacd')
-rw-r--r--media-plugins/kodi-vfs-sacd/kodi-vfs-sacd-9999.ebuild12
-rw-r--r--media-plugins/kodi-vfs-sacd/metadata.xml2
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 e2af235a8561..5c8b40fee8b3 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 7b93c006e4c0..d63999fc9119 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>