Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-imonlcd/files/, media-plugins/vdr-imonlcd/
Date: Sun, 03 Jul 2022 08:58:00
Message-Id: 1656838673.5ae827ae3db7f34f7e2724727b41b62b2200cea1.juippis@gentoo
1 commit: 5ae827ae3db7f34f7e2724727b41b62b2200cea1
2 Author: Martin Dummer <martin.dummer <AT> gmx <DOT> net>
3 AuthorDate: Mon Jun 20 18:09:01 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 08:57:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae827ae
7
8 media-plugins/vdr-imonlcd: remove old vdr-imonlcd-1.0.2
9
10 Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
11 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
12
13 media-plugins/vdr-imonlcd/Manifest | 1 -
14 .../vdr-imonlcd-1.0.2-freetype_pkgconfig.patch | 29 -----------
15 media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild | 56 ----------------------
16 3 files changed, 86 deletions(-)
17
18 diff --git a/media-plugins/vdr-imonlcd/Manifest b/media-plugins/vdr-imonlcd/Manifest
19 index eb48939a12ef..d3ba8bd25dc5 100644
20 --- a/media-plugins/vdr-imonlcd/Manifest
21 +++ b/media-plugins/vdr-imonlcd/Manifest
22 @@ -1,2 +1 @@
23 -DIST vdr-imonlcd-1.0.2.tgz 44517 BLAKE2B 1cc675978ca2c8270592c552ca383468628382c28aca08f74c55aa40dfc4154797f0e49e038cb2a8c07d66dbbf9d3fed190256809e08c4dea9b379a29cd96acf SHA512 ad1f70c3c3f4754251bd47d23ac2c56503860461edfb6e91d8dfa8e1d585da9fdd36ad300821eb29ef727e5a0875aa41d5def5f6f89f36f06efbd4a5da2b2fae
24 DIST vdr-imonlcd-1.0.3.tar.gz 42969 BLAKE2B 443ebe901950f69df084207118ae314f9e91695372cbc6794ea3f37c5f7517100816682519cd8cfba7d44c0aebaefdee85fca002a70e0ea1bfca564410695187 SHA512 74e895dbb97bf20f5795848cbf00a752403909f0ceb0192601e43512d630d5cf4fd66550b91e3c5fa45329e0c7cf31b2aa366cbd1748dc9928592811c3f444b9
25
26 diff --git a/media-plugins/vdr-imonlcd/files/vdr-imonlcd-1.0.2-freetype_pkgconfig.patch b/media-plugins/vdr-imonlcd/files/vdr-imonlcd-1.0.2-freetype_pkgconfig.patch
27 deleted file mode 100644
28 index 2e570b89f8ac..000000000000
29 --- a/media-plugins/vdr-imonlcd/files/vdr-imonlcd-1.0.2-freetype_pkgconfig.patch
30 +++ /dev/null
31 @@ -1,29 +0,0 @@
32 -From 2168f20fb6b00f7ae2104c6f4eafae2402cb1d92 Mon Sep 17 00:00:00 2001
33 -From: Lars Wendler <polynomial-c@g.o>
34 -Date: Tue, 24 Jul 2018 13:00:40 +0200
35 -Subject: [PATCH] Makefile: Use pkg-config to query freetype
36 -
37 -As of freetype-2.9.1 the freetype-config file no longer gets installed
38 -by default.
39 ----
40 - Makefile | 4 ++--
41 - 1 file changed, 2 insertions(+), 2 deletions(-)
42 -
43 -diff --git a/Makefile b/Makefile
44 -index fc165e9..36fc681 100644
45 ---- a/Makefile
46 -+++ b/Makefile
47 -@@ -55,8 +55,8 @@ SOFILE = libvdr-$(PLUGIN).so
48 -
49 - ### Includes and Defines (add further entries here):
50 -
51 --INCLUDES += $(shell freetype-config --cflags)
52 --LIBS += $(shell freetype-config --libs)
53 -+INCLUDES += $(shell ${PKG_CONFIG} --cflags freetype2)
54 -+LIBS += $(shell ${PKG_CONFIG} --libs freetype2)
55 -
56 - DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
57 -
58 ---
59 -2.18.0
60 -
61
62 diff --git a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild b/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild
63 deleted file mode 100644
64 index 75f9c6b555b3..000000000000
65 --- a/media-plugins/vdr-imonlcd/vdr-imonlcd-1.0.2.ebuild
66 +++ /dev/null
67 @@ -1,56 +0,0 @@
68 -# Copyright 2021 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=7
72 -
73 -inherit linux-info toolchain-funcs udev vdr-plugin-2
74 -
75 -VERSION="2086" # every bump, new version
76 -
77 -DESCRIPTION="VDR Plugin: shows information about the current state of VDR on iMON LCD"
78 -HOMEPAGE="https://projects.vdr-developer.org/projects/plg-imonlcd/wiki"
79 -SRC_URI="https://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz"
80 -
81 -LICENSE="GPL-3"
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -
85 -RDEPEND="
86 - media-libs/freetype
87 - virtual/udev"
88 -DEPEND="${RDEPEND}
89 - media-video/vdr"
90 -BDEPEND="virtual/pkgconfig"
91 -QA_FLAGS_IGNORED="
92 - usr/lib/vdr/plugins/libvdr-.*
93 - usr/lib64/vdr/plugins/libvdr-.*"
94 -
95 -DOCS=(
96 - HISTORY
97 - README
98 -)
99 -PATCHES=(
100 - "${FILESDIR}/${PN}-1.0.2-freetype_pkgconfig.patch"
101 -)
102 -CONFIG_CHECK="~IR_IMON"
103 -
104 -pkg_setup() {
105 - linux-info_pkg_setup
106 - vdr-plugin-2_pkg_setup
107 -}
108 -
109 -src_configure() {
110 - tc-export PKG_CONFIG
111 - default
112 -}
113 -
114 -src_install() {
115 - rm -f README.git
116 - vdr-plugin-2_src_install
117 -
118 - udev_dorules "${FILESDIR}"/99-imonlcd.rules
119 -}
120 -
121 -pkg_postinst() {
122 - udev_reload
123 -}