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 753B3138334 for ; Mon, 12 Nov 2018 03:49:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B287E0A5E; Mon, 12 Nov 2018 03:49:14 +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 2E015E0A5D for ; Mon, 12 Nov 2018 03:49:13 +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 6DE9E335CFE for ; Mon, 12 Nov 2018 03:49:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 850C9449 for ; Mon, 12 Nov 2018 03:49:10 +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: <1541994538.f7dd6d7ab29b62e720ef3bd6a5f6386b9a955b01.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-timidity/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0.ebuild X-VCS-Directories: media-plugins/kodi-audiodecoder-timidity/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: f7dd6d7ab29b62e720ef3bd6a5f6386b9a955b01 X-VCS-Branch: master Date: Mon, 12 Nov 2018 03:49:10 +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-Archives-Salt: 3ebe7cb9-1527-484c-a44d-3ae8fb95aa1c X-Archives-Hash: b4e31f48c7064b566734e297fa9760b4 commit: f7dd6d7ab29b62e720ef3bd6a5f6386b9a955b01 Author: Craig Andrews gentoo org> AuthorDate: Mon Nov 12 03:45:00 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Mon Nov 12 03:48:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7dd6d7a media-plugins/kodi-audiodecoder-timidity: Drop old version Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Craig Andrews gentoo.org> .../kodi-audiodecoder-timidity-1.1.0.ebuild | 34 ---------------------- 1 file changed, 34 deletions(-) diff --git a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0.ebuild b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0.ebuild deleted file mode 100644 index 581fe93158c..00000000000 --- a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-1.1.0.ebuild +++ /dev/null @@ -1,34 +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="Timidity decoder addon for Kodi" -HOMEPAGE="https://github.com/notspiff/audiodecoder.timidity" -SRC_URI="" - -case ${PV} in -9999) - SRC_URI="" - EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.timidity.git" - inherit git-r3 - ;; -*) - KEYWORDS="~amd64 ~x86" - SRC_URI="https://github.com/notspiff/audiodecoder.timidity/archive/v${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/audiodecoder.timidity-${PV}" - ;; -esac - -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND=" - media-tv/kodi - " -RDEPEND=" - ${DEPEND} - "