diff options
author | Martin Dummer <martin.dummer@gmx.net> | 2022-06-20 20:09:01 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-03 11:57:53 +0300 |
commit | 5ae827ae3db7f34f7e2724727b41b62b2200cea1 (patch) | |
tree | 40e71755627bc0c093d25bbf0228048a7d43b141 /media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild | |
parent | dev-cpp/doctest: add 2.4.9 (diff) | |
download | gentoo-5ae827ae3db7f34f7e2724727b41b62b2200cea1.tar.gz gentoo-5ae827ae3db7f34f7e2724727b41b62b2200cea1.tar.bz2 gentoo-5ae827ae3db7f34f7e2724727b41b62b2200cea1.zip |
media-plugins/vdr-imonlcd: remove old vdr-imonlcd-1.0.2
Signed-off-by: Martin Dummer <martin.dummer@gmx.net>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild')
-rw-r--r-- | media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild deleted file mode 100644 index 75f9c6b555b3..000000000000 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit linux-info toolchain-funcs udev vdr-plugin-2 - -VERSION="2086" # every bump, new version - -DESCRIPTION="VDR Plugin: shows information about the current state of VDR on iMON LCD" -HOMEPAGE="https://projects.vdr-developer.org/projects/plg-imonlcd/wiki" -SRC_URI="https://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND=" - media-libs/freetype - virtual/udev" -DEPEND="${RDEPEND} - media-video/vdr" -BDEPEND="virtual/pkgconfig" -QA_FLAGS_IGNORED=" - usr/lib/vdr/plugins/libvdr-.* - usr/lib64/vdr/plugins/libvdr-.*" - -DOCS=( - HISTORY - README -) -PATCHES=( - "${FILESDIR}/${PN}-1.0.2-freetype_pkgconfig.patch" -) -CONFIG_CHECK="~IR_IMON" - -pkg_setup() { - linux-info_pkg_setup - vdr-plugin-2_pkg_setup -} - -src_configure() { - tc-export PKG_CONFIG - default -} - -src_install() { - rm -f README.git - vdr-plugin-2_src_install - - udev_dorules "${FILESDIR}"/99-imonlcd.rules -} - -pkg_postinst() { - udev_reload -} |