summaryrefslogtreecommitdiff
path: root/media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-22 14:08:05 +0000
commit93a93e9a3b53c1a73142a305ea1f8136846942ee (patch)
treeb9791a06ab3284e27b568412c59316c66240c682 /media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild
parent2771f79232c273bc2a57d23bf335dd81ccf6af28 (diff)
gentoo resync : 22.12.2021
Diffstat (limited to 'media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild')
-rw-r--r--media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild b/media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild
deleted file mode 100644
index ca437a9ac7bd..000000000000
--- a/media-plugins/vdr-osdteletext/vdr-osdteletext-2.1.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit user-info vdr-plugin-2
-
-MY_P="vdr-plugin-osdteletext-${PV}"
-
-DESCRIPTION="VDR Plugin: Osd-Teletext displays the teletext/videotext on the OSD"
-HOMEPAGE="https://projects.vdr-developer.org/projects/plg-osdteletext https://github.com/vdr-projects/vdr-plugin-osdteletext/"
-SRC_URI="https://github.com/vdr-projects/vdr-plugin-osdteletext/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+ public-domain" #teletext2.ttf, not copyrightable
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="media-video/vdr"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-QA_FLAGS_IGNORED="
- usr/lib/vdr/plugins/libvdr-.*
- usr/lib64/vdr/plugins/libvdr-.*"
-
-src_install() {
- vdr-plugin-2_src_install
-
- insinto /etc/sudoers.d
- insopts -m440
- newins "${FILESDIR}/vdr-osdteletext.sudo" vdr-osdteletext
-
- local vdr_user_home=$(egethome vdr)
- insinto "${vdr_user_home}/.local/share/fonts/"
- insopts -m444
- doins teletext2.ttf
- fowners -R vdr:vdr "${vdr_user_home}/.local"
-}
-
-pkg_postinst() {
- elog "This ebuild has installed a special teletext font"
- elog "named \"teletext2\""
- elog "You may go to the plugin's setup menu and select"
- elog "the font."
-}