From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A9F6138359 for ; Thu, 19 Nov 2020 19:46:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4455E0839; Thu, 19 Nov 2020 19:46:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCF7BE0839 for ; Thu, 19 Nov 2020 19:46:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C82D934126E for ; Thu, 19 Nov 2020 19:46:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D5FB47C for ; Thu, 19 Nov 2020 19:46:19 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1605815160.04229edcf4521bcd20a85bc5f04e3add8810ceaf.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/kodi-platform/Manifest media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild X-VCS-Directories: media-libs/kodi-platform/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 04229edcf4521bcd20a85bc5f04e3add8810ceaf X-VCS-Branch: master Date: Thu, 19 Nov 2020 19:46:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 018b57de-e72a-47a8-9a24-d598e82908fc X-Archives-Hash: 1dfbca376df5c9ce73dd12e0ba3d966d commit: 04229edcf4521bcd20a85bc5f04e3add8810ceaf Author: Craig Andrews gentoo org> AuthorDate: Mon Sep 21 18:12:12 2020 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Nov 19 19:46:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04229edc media-libs/kodi-platform: Cleanup old versions Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews gentoo.org> media-libs/kodi-platform/Manifest | 2 -- .../kodi-platform-18.0_pre20180301.ebuild | 32 ---------------------- .../kodi-platform-18.0_pre20190429.ebuild | 32 ---------------------- 3 files changed, 66 deletions(-) diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest deleted file mode 100644 index ddc1fabf616..00000000000 --- 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 0af7be80322..00000000000 --- 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 f094c2323f1..00000000000 --- 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}"