media-plugins/kodi-pvr-demo: Cleanup Kodi 17 versions
authorCraig Andrews <candrews@gentoo.org>
Thu, 5 Sep 2019 16:16:26 +0000 (12:16 -0400)
committerCraig Andrews <candrews@gentoo.org>
Thu, 5 Sep 2019 17:30:12 +0000 (13:30 -0400)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-pvr-demo/Manifest [deleted file]
media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.3.ebuild [deleted file]
media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.6.ebuild [deleted file]

diff --git a/media-plugins/kodi-pvr-demo/Manifest b/media-plugins/kodi-pvr-demo/Manifest
deleted file mode 100644 (file)
index 6d4e7fc..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kodi-pvr-demo-2.4.3.tar.gz 33550 BLAKE2B 8ef109600dbd405f8425cb2a7ebb450282ab552a87e573f55867b0db30beb274a31d223715be24d578580e38c205958e0733a2f6ae37d7a38ad9c092a58b4322 SHA512 14d6abfdc6225d19873b60a118f6f777dfb442f410a057a1f7fdbf0764203088ee337cd0e15a4d4a3814e949776e38b8f91ec7ff99526163e8bf5b82a114e745
-DIST kodi-pvr-demo-2.4.6.tar.gz 33566 BLAKE2B 76438109320456da61315eafa5485b1c4601fa4b77da156c62f220a6cf41820cb27e9ea1975a5c1e2f4df2d337baa04616665114bd35a098e1fc75e076eb854b SHA512 d78baa3abc5a014be631395e599c85e2a49ef9bf683aef74848030a0b60e872ec35b55da4658013430eaea99640bbb146d1ccff7c596eb5339e1c45eb5e4b7ea
diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.3.ebuild b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.3.ebuild
deleted file mode 100644 (file)
index 29a0024..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Demo PVR for Kodi"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.demo"
-SRC_URI=""
-
-case ${PV} in
-9999)
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.demo.git"
-       inherit git-r3
-       ;;
-*)
-       CODENAME="Krypton"
-       KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}"
-       ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-17*
-       =media-libs/kodi-platform-17*
-       dev-libs/tinyxml
-       "
-
-RDEPEND="
-       ${DEPEND}
-       "
diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.6.ebuild b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-2.4.6.ebuild
deleted file mode 100644 (file)
index 29a0024..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="Demo PVR for Kodi"
-HOMEPAGE="https://github.com/kodi-pvr/pvr.demo"
-SRC_URI=""
-
-case ${PV} in
-9999)
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.demo.git"
-       inherit git-r3
-       ;;
-*)
-       CODENAME="Krypton"
-       KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}"
-       ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-17*
-       =media-libs/kodi-platform-17*
-       dev-libs/tinyxml
-       "
-
-RDEPEND="
-       ${DEPEND}
-       "