diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-09-21 14:12:12 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-11-19 14:46:00 -0500 |
commit | 04229edcf4521bcd20a85bc5f04e3add8810ceaf (patch) | |
tree | c66a114786011c146116372b599a67c80218aa54 /media-libs | |
parent | media-plugins/kodi-imagedecoder-raw: Cleanup old versions (diff) | |
download | gentoo-04229edcf4521bcd20a85bc5f04e3add8810ceaf.tar.gz gentoo-04229edcf4521bcd20a85bc5f04e3add8810ceaf.tar.bz2 gentoo-04229edcf4521bcd20a85bc5f04e3add8810ceaf.zip |
media-libs/kodi-platform: Cleanup old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/kodi-platform/Manifest | 2 | ||||
-rw-r--r-- | media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild | 32 | ||||
-rw-r--r-- | media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild | 32 |
3 files changed, 0 insertions, 66 deletions
diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest deleted file mode 100644 index ddc1fabf6161..000000000000 --- a/media-libs/kodi-platform/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5 SHA512 35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7 -DIST kodi-platform-18.0_pre20190429.tar.gz 8616 BLAKE2B 424fa1da5f2dda5343ebe8414555382be6391d9467e73a07088a9e46674508bd83aeec59277f5d0b6e4bf0e1a6c56910a338f1774b17ef4ad21ca7b1e4198fef SHA512 acbe478c2167cbd90ef8cd0ba6ea9ac657a4140f5337e840e960358b26cb3d7880e52527c0d7f6d0ae8068b92b3a3cc5719110163ecfa4520469fc64b8e1b9b7 diff --git a/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild b/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild deleted file mode 100644 index 0af7be80322d..000000000000 --- a/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/${PN}.git" - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" - GIT_COMMIT="e8574b8" - SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz" - S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}" -fi - -DESCRIPTION="Kodi platform support library" -HOMEPAGE="https://kodi.tv" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - =dev-libs/libplatform-2* - dev-libs/tinyxml - " - -RDEPEND="${DEPEND}" diff --git a/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild b/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild deleted file mode 100644 index f094c2323f18..000000000000 --- a/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake - -if [[ ${PV} == *9999 ]]; then - SRC_URI="" - EGIT_REPO_URI="https://github.com/xbmc/${PN}.git" - inherit git-r3 -else - KEYWORDS="~amd64 ~x86" - GIT_COMMIT="915da08" - SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz" - S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}" -fi - -DESCRIPTION="Kodi platform support library" -HOMEPAGE="https://kodi.tv" - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - =media-tv/kodi-18* - =dev-libs/libplatform-2* - dev-libs/tinyxml - " - -RDEPEND="${DEPEND}" |