diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-12-03 08:27:20 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-03 08:27:20 +0200 |
commit | 9f7a4f8e2fc4c912586f0583ebee84fd110e69a8 (patch) | |
tree | f4aeb38fce79d10b16b8b20704e41b357ee950a0 /media-plugins | |
parent | app-i18n/kde-l10n-scripts: remove last-rited package (diff) | |
download | gentoo-9f7a4f8e2fc4c912586f0583ebee84fd110e69a8.tar.gz gentoo-9f7a4f8e2fc4c912586f0583ebee84fd110e69a8.tar.bz2 gentoo-9f7a4f8e2fc4c912586f0583ebee84fd110e69a8.zip |
media-plugins/xbmc-addon-xvdr: remove last-rited package
Bug: https://bugs.gentoo.org/752462
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/xbmc-addon-xvdr/metadata.xml | 11 | ||||
-rw-r--r-- | media-plugins/xbmc-addon-xvdr/xbmc-addon-xvdr-9999.ebuild | 37 |
2 files changed, 0 insertions, 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 6a454981266d..000000000000 --- a/media-plugins/xbmc-addon-xvdr/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>vdr@gentoo.org</email> - <name>Gentoo VDR Project</name> - </maintainer> - <upstream> - <remote-id type="github">pipelka/xbmc-addon-xvdr</remote-id> - </upstream> -</pkgmetadata> 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 8f64cf07d266..000000000000 --- 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!" -} |