summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-11-06 09:59:09 -0500
committerCraig Andrews <candrews@gentoo.org>2018-11-06 10:58:04 -0500
commit21cee3a1452560f29fa6797939d368682b38790c (patch)
treea609c7c65cd96dac954b9b22c46e3e666d112c89 /media-plugins/kodi-vfs-sacd
parentmedia-plugins/kodi-inputstream-adaptive: 2.3.7 version bump (diff)
downloadgentoo-21cee3a1452560f29fa6797939d368682b38790c.tar.gz
gentoo-21cee3a1452560f29fa6797939d368682b38790c.tar.bz2
gentoo-21cee3a1452560f29fa6797939d368682b38790c.zip
media-plugins/kodi-vfs-sacd: Update repository references
Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews <candrews@gentoo.org>
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>