diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-09 10:18:24 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-09 10:18:47 -0400 |
commit | 7e34323148bdcbd300d587e01ed7bfdfccd91a06 (patch) | |
tree | bc356f9cf9bfcd68396ebf8dc1992287bcdbf782 /media-plugins/kodi-inputstream-adaptive | |
parent | media-plugins/kodi-inputstream-adaptive: 2.4.4 version bump (diff) | |
download | gentoo-7e34323148bdcbd300d587e01ed7bfdfccd91a06.tar.gz gentoo-7e34323148bdcbd300d587e01ed7bfdfccd91a06.tar.bz2 gentoo-7e34323148bdcbd300d587e01ed7bfdfccd91a06.zip |
media-plugins/kodi-inputstream-adaptive: Cleanup old versions
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-plugins/kodi-inputstream-adaptive')
3 files changed, 0 insertions, 78 deletions
diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest index 930c0effca7a..3a678cf6dfa2 100644 --- a/media-plugins/kodi-inputstream-adaptive/Manifest +++ b/media-plugins/kodi-inputstream-adaptive/Manifest @@ -1,3 +1 @@ -DIST kodi-inputstream-adaptive-2.4.2.tar.gz 711951 BLAKE2B 17f29ffb9f6e0f0e109af85afba16e92fe8f0cef2d660b6e4abcda0265e8096fca83ad947de213a83eaea8b94cebf94da4f3266f32fce28776dbabc05477ef3c SHA512 218be820b4e7f05d9a3ffd330db785997afe225a994ed4187a1aaa13b28189453d4a82e3553210613aa644f9f98b30bfc7bc048a1ad9674521053ef21e2e26e0 -DIST kodi-inputstream-adaptive-2.4.3.tar.gz 724468 BLAKE2B 9f01217b1721bead0d32bda2f60a0c1408d3465b22017afa3986f8f2fc5d5708ee22e83e03bb0e4c64dd454c407a0d0d346977908a3b24da0585f5317309e27d SHA512 832e8501294cd8abb253eb05e22525476517252c9b3012a4b86973f9ea79e31f21be4f9967ba3c7c29da157cae72eb4dd7481ea95f5a9ab9f96cf994c36198f1 DIST kodi-inputstream-adaptive-2.4.4.tar.gz 727535 BLAKE2B fac4034f3333e01951ad592e16cb4f7978cbfb96bf7b7492d8d80c663e7a95a14647a5d68bd32a97c7a4550428359561bbb4a880544f9b76ebdb17fe829d706b SHA512 5ddc8ee08144f43369d807b1a8a2b1fc2fa70a3a0063be09a47d1df021442f0a7fb46acf2399e458bb807429f38abe9bdea5b4994ab58f93f07214b330e150f2 diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.2.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.2.ebuild deleted file mode 100644 index 039105147964..000000000000 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Kodi's Adaptive inputstream addon" -HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Leia" - SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-libs/expat - =media-tv/kodi-18* - =media-libs/kodi-platform-18* - =dev-libs/libplatform-2* - " -RDEPEND=" - ${DEPEND} - " diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild deleted file mode 100644 index 6187d9c2869c..000000000000 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.4.3.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils kodi-addon - -DESCRIPTION="Kodi's Adaptive inputstream addon" -HOMEPAGE="https://github.com/peak3d/inputstream.adaptive.git" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/peak3d/inputstream.adaptive.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Leia" - SRC_URI="https://github.com/peak3d/inputstream.adaptive/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/inputstream.adaptive-${PV}-${CODENAME}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - dev-libs/expat - =media-tv/kodi-18* - =media-libs/kodi-platform-18* - =dev-libs/libplatform-2* - " -RDEPEND=" - ${DEPEND} - " |