summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2022-06-20 12:29:04 +0200
committerYixun Lan <dlan@gentoo.org>2023-01-10 16:26:45 +0800
commit7dbc98ea50b93bb52d0c177d3e03e3cdbada9fe5 (patch)
tree7c2e73ed57969c200dc89a82442f9c25b151e157 /media-plugins/vdr-ttxtsubs
parentdev-python/moto: Stabilize 4.0.12 x86, #889100 (diff)
downloadgentoo-7dbc98ea50b93bb52d0c177d3e03e3cdbada9fe5.tar.gz
gentoo-7dbc98ea50b93bb52d0c177d3e03e3cdbada9fe5.tar.bz2
gentoo-7dbc98ea50b93bb52d0c177d3e03e3cdbada9fe5.zip
media-plugins/vdr-ttxtsubs: remove old version
remove media-plugins/vdr-ttxtsubs-0.3.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Martin Dummer <martin.dummer@gmx.net> Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-ttxtsubs')
-rw-r--r--media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.3.0.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.3.0.ebuild b/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.3.0.ebuild
deleted file mode 100644
index 510673779e27..000000000000
--- a/media-plugins/vdr-ttxtsubs/vdr-ttxtsubs-0.3.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-VERSION="1281" # every bump, new version!
-
-DESCRIPTION="VDR Plugin: displaying, recording and replaying teletext based subtitles"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-ttxtsubs"
-SRC_URI="mirror://vdr-developerorg/${VERSION}/${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-SLOT="0"
-LICENSE="GPL-2+"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.38[ttxtsubs]"
-RDEPEND="${DEPEND}"