DIST kodi-screensaver-greynetic-1.1.0.tar.gz 5115 BLAKE2B 357a4d51b2271c4181a33521f8cd2b0ab991d168f4768474bcc81c64b3f058b8a84b1e5ac812abad650de22f925f894ea0fd3aa35b7a33b63413a7fe783ceee4 SHA512 ebc35da057f425ab5a4832324f4e26bbd6767aa1aed13177073caab8a099b4a4cbcb6e9c84ae88970eb13401bdf411422588ed9ba83a9d5d9749c3add6e43375
+DIST kodi-screensaver-greynetic-2.0.0.tar.gz 6608 BLAKE2B bb48adc922d3949670d3685ca4adba7d608a42e9f9c0c659ca91a26e9181568f4a6d1f1f9aa707eedb395a9eb54c4aa40a83b36b6594bef5f9159ead5585381a SHA512 15a577bb9e10f81d86582eb43c20b4e2dcf430f478c76b3c18c1800532e38d9dc87754b7e0df669ca8df4e1d4d589224c561688a4fd14528c70dc6728c7be16f
--- /dev/null
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Greynetic screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.greynetic"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/xbmc/screensaver.greynetic.git"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Leia"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/xbmc/screensaver.greynetic/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/screensaver.greynetic-${PV}-${CODENAME}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =media-tv/kodi-18*
+ "
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils kodi-addon
DESCRIPTION="Greynetic screensaver for Kodi"
-HOMEPAGE="https://github.com/notspiff/screensaver.greynetic"
+HOMEPAGE="https://github.com/xbmc/screensaver.greynetic"
SRC_URI=""
case ${PV} in
9999)
SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/screensaver.greynetic.git"
+ EGIT_REPO_URI="https://github.com/xbmc/screensaver.greynetic.git"
inherit git-r3
;;
*)
+ CODENAME="Leia"
KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/screensaver.greynetic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/screensaver.greynetic-${PV}"
+ SRC_URI="https://github.com/xbmc/screensaver.greynetic/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/screensaver.greynetic-${PV}-${CODENAME}"
;;
esac
IUSE=""
DEPEND="
- media-tv/kodi
+ ~media-tv/kodi-9999
"
</maintainer>
<longdescription>Greynetic screensaver for Kodi</longdescription>
<upstream>
- <remote-id type="github">notspiff/screensaver.greynetic</remote-id>
+ <remote-id type="github">xbmc/screensaver.greynetic</remote-id>
</upstream>
</pkgmetadata>