summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-infosatepg
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-05 18:44:56 +0000
commit29aabba0ea759c6a2864ff5631735b67ee38e5e0 (patch)
treeab466b4dfa7abecb401b2f8039d08af4689306bb /media-plugins/vdr-infosatepg
parentd42200bec37eef2a7478d88988ff00addd0a9202 (diff)
gentoo resync : 05.02.2020
Diffstat (limited to 'media-plugins/vdr-infosatepg')
-rw-r--r--media-plugins/vdr-infosatepg/Manifest3
-rw-r--r--media-plugins/vdr-infosatepg/metadata.xml14
-rw-r--r--media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild20
3 files changed, 0 insertions, 37 deletions
diff --git a/media-plugins/vdr-infosatepg/Manifest b/media-plugins/vdr-infosatepg/Manifest
deleted file mode 100644
index 5dd1846a882b..000000000000
--- a/media-plugins/vdr-infosatepg/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST vdr-infosatepg-0.0.12.tgz 35444 BLAKE2B 26586ae3034ef318730634dc1074cae339080d36154f3f6e6fcff00f986ab0d57e83e5a340af71301b042532f23ca3c833333d895834ed9d71ae929ce99b12d8 SHA512 1a056b6d87946fa276acaa0cf78fc63f0e3baba7c3fccd7bb95b1393f05e61321335004fba7158147ab17c2d87d56d107d5b6eb6d46ce228bb8f112eb9759642
-EBUILD vdr-infosatepg-0.0.12.ebuild 505 BLAKE2B 1f5d865d571f7f9523b5832ec3934c4b78e06b6fed52655756c891077cc5735b858b9d7312243098a8f9694885e716a958983cc0eb0aa2f60e8451eb25f24f53 SHA512 6a8cea21abaf603116f45898e5135cb1fcb78bf42ce185a50db09803c388d5e0105a35c0809eb260e60006a07cc353392d9a519f3f26cfdb18998f5f8a01ed61
-MISC metadata.xml 590 BLAKE2B 7058de9035eb22a4e7e1a4e28350eff52ad3bc79bf1b4c298b353b2068137e85609d1e477820eb4a093d23557d3d396f66af2dfdb9aa1ccc129e011e4fff3397 SHA512 6e3018c42d96b4f62564f67c16c2716094d80dfc248414865d344826f49497794a713ea0459fa64ca3ca3fe69beb6a6a5bfa9a18ae3bb49f1d0f1065938582f4
diff --git a/media-plugins/vdr-infosatepg/metadata.xml b/media-plugins/vdr-infosatepg/metadata.xml
deleted file mode 100644
index 603a01eac807..000000000000
--- a/media-plugins/vdr-infosatepg/metadata.xml
+++ /dev/null
@@ -1,14 +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>
- <description>
- Please contact maintainers before you change something.
- </description>
- </maintainer>
- <longdescription lang="en">
- The infosatepg plugin reads the contents of infosat and writes the data into the EPG.
- </longdescription>
-</pkgmetadata>
diff --git a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild b/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
deleted file mode 100644
index 9fb3ae10bae1..000000000000
--- a/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.12.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-VERSION="1098" # every bump, new version!
-
-DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-infosatepg"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2.0"
-RDEPEND="${DEPEND}"