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 96CF413835A for ; Tue, 18 May 2021 02:37:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C535DE07D7; Tue, 18 May 2021 02:37:49 +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 ADE4BE07D7 for ; Tue, 18 May 2021 02:37:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 48CC8340FD8 for ; Tue, 18 May 2021 02:37:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A1BD78E for ; Tue, 18 May 2021 02:37:46 +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: <1621305463.aa503bca6d18623dd3a5c15170df76feefa9be39.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-inputstream-adaptive/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-inputstream-adaptive/Manifest media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.14.ebuild X-VCS-Directories: media-plugins/kodi-inputstream-adaptive/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: aa503bca6d18623dd3a5c15170df76feefa9be39 X-VCS-Branch: master Date: Tue, 18 May 2021 02:37:46 +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: 3e75a527-164d-495c-9b63-a128a0706d79 X-Archives-Hash: 214f7b036b241ce2aad8f5fefae45f23 commit: aa503bca6d18623dd3a5c15170df76feefa9be39 Author: Craig Andrews gentoo org> AuthorDate: Tue May 18 02:36:27 2021 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue May 18 02:37:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa503bca media-plugins/kodi-inputstream-adaptive: Cleanup old version Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Craig Andrews gentoo.org> media-plugins/kodi-inputstream-adaptive/Manifest | 1 - .../kodi-inputstream-adaptive-2.6.14.ebuild | 54 ---------------------- 2 files changed, 55 deletions(-) diff --git a/media-plugins/kodi-inputstream-adaptive/Manifest b/media-plugins/kodi-inputstream-adaptive/Manifest index 59f906ec295..d63c8d6c40a 100644 --- a/media-plugins/kodi-inputstream-adaptive/Manifest +++ b/media-plugins/kodi-inputstream-adaptive/Manifest @@ -1,2 +1 @@ -DIST kodi-inputstream-adaptive-2.6.14.tar.gz 750124 BLAKE2B 0a00ed8ef5351877077a85b1952464223bfeed688ac28015222a3f415128c2a46e0927be2970ef01c8215ca471c7a91a24cfbbe3d202cefd106768be8d6af33a SHA512 469e685f0b00739de4e609c6f5bc099f4079fccb629221fa12d17da641a4daddc9ad1ea1a268d1bb3a1efb4704366b2a938e51749cc57d6188d5e7628a79d010 DIST kodi-inputstream-adaptive-2.6.15.tar.gz 751617 BLAKE2B cd384265f891983c67a9b8b7532343e01cd07a9ee18467d8857909784cc023561e4348492d5a359fb6dc881a7754b343670b258ef83f905fb93c3313161e22f2 SHA512 85a3ab7d2fee6293cef1f69f9ddd5ee08a8eed6d93cda25dd1c4040059536aa0ee0329154856f09cfb40665503baa8f822c62c8af60d887aa6784752932ac1bf diff --git a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.14.ebuild b/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.14.ebuild deleted file mode 100644 index eb913a08d26..00000000000 --- a/media-plugins/kodi-inputstream-adaptive/kodi-inputstream-adaptive-2.6.14.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake 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" - EGIT_BRANCH="Matrix" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - CODENAME="Matrix" - 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" -RESTRICT="!test? ( test )" -IUSE="test" - -COMMON_DEPEND=" - dev-libs/expat - =media-tv/kodi-19* - " -DEPEND=" - ${COMMON_DEPEND} - test? ( dev-cpp/gtest ) - " -RDEPEND=" - ${COMMON_DEPEND} - " - -src_prepare() { - [ -d depends ] && rm -rf depends || die - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - ) - cmake_src_configure -}