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 92A5A13835B for ; Thu, 3 Dec 2020 06:34:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68DB2E0886; Thu, 3 Dec 2020 06:34:20 +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 227C1E0885 for ; Thu, 3 Dec 2020 06:34:20 +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 9E1D13412D9 for ; Thu, 3 Dec 2020 06:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E5FC478 for ; Thu, 3 Dec 2020 06:34:17 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1606976840.9f7a4f8e2fc4c912586f0583ebee84fd110e69a8.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/xbmc-addon-xvdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/xbmc-addon-xvdr/metadata.xml media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild X-VCS-Directories: media-plugins/xbmc-addon-xvdr/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 9f7a4f8e2fc4c912586f0583ebee84fd110e69a8 X-VCS-Branch: master Date: Thu, 3 Dec 2020 06:34:17 +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: 5c5ac6dc-d01e-42d2-99df-405b0cdd3b9c X-Archives-Hash: 22b5b55b085bd343dd89a7111c5369e6 commit: 9f7a4f8e2fc4c912586f0583ebee84fd110e69a8 Author: Joonas Niilola gentoo org> AuthorDate: Thu Dec 3 06:27:20 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Dec 3 06:27:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7a4f8e media-plugins/xbmc-addon-xvdr: remove last-rited package Bug: https://bugs.gentoo.org/752462 Signed-off-by: Joonas Niilola gentoo.org> media-plugins/xbmc-addon-xvdr/metadata.xml | 11 ------- .../xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 37 ---------------------- 2 files changed, 48 deletions(-) diff --git a/media-plugins/xbmc-addon-xvdr/metadata.xml b/media-plugins/xbmc-addon-xvdr/metadata.xml deleted file mode 100644 index 6a454981266..00000000000 --- a/media-plugins/xbmc-addon-xvdr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - vdr@gentoo.org - Gentoo VDR Project - - - pipelka/xbmc-addon-xvdr - - diff --git a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild b/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild deleted file mode 100644 index 8f64cf07d26..00000000000 --- a/media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools multilib git-r3 - -DESCRIPTION="XBMC addon: add VDR (http://www.tvdr.de/) as a TV/PVR Backend" -HOMEPAGE="https://github.com/pipelka/xbmc-addon-xvdr" -EGIT_REPO_URI="https://github.com/pipelka/xbmc-addon-xvdr.git" -LICENSE="GPL-2" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -src_prepare() { - default - export STRIP=true - eautoreconf -} - -src_configure() { - econf --prefix=/usr/$(get_libdir)/xbmc -} - -src_install() { - emake DESTDIR="${D}" install -} - -pkg_info() { - einfo "This add-on requires the installed "media-lugins/vdr-xvdr" plugin on the VDR server." - einfo "VDR itself dosn't need any patches or modification to use all the current features." - einfo "IMPORTANT:" - einfo "Please disable *all* PVR addons *before* running the XVDR addon!" -}