summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2024-05-12 13:10:30 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-06-10 15:45:22 +0300
commitf369e55e9f8e8af4dec07afb4ceae73d531b5733 (patch)
treef3b3b4e488998287f17e7f795240b7b8164f62cf /media-plugins/vdr-epgsync
parentmedia-plugins/vdr-dvbhddevice: update EAPI 7 -> 8 (diff)
downloadgentoo-f369e55e9f8e8af4dec07afb4ceae73d531b5733.tar.gz
gentoo-f369e55e9f8e8af4dec07afb4ceae73d531b5733.tar.bz2
gentoo-f369e55e9f8e8af4dec07afb4ceae73d531b5733.zip
media-plugins/vdr-epgsync: drop 1.0.1-r1
Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-epgsync')
-rw-r--r--media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild b/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild
deleted file mode 100644
index 6b0503252d6a..000000000000
--- a/media-plugins/vdr-epgsync/vdr-epgsync-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: Import the EPG of another VDR via vdr-svdrpservice"
-HOMEPAGE="https://vdr.schmirler.de/"
-SRC_URI="https://vdr.schmirler.de/epgsync/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ~arm x86"
-
-DEPEND=">=media-video/vdr-2.4"
-
-PATCHES=( "${FILESDIR}/${P}_vdr-2.4.patch" )