commit:     5af801f3ed0bec2cac7546e0c0d6e92ad2da4f45
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug  1 09:07:43 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:58:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af801f3

media-plugins/vdr-skinelchi: drop 0.3.0-r1

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37900
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild    | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild 
b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild
deleted file mode 100644
index 81062648c1c9..000000000000
--- a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic vdr-plugin-2
-
-DESCRIPTION="VDR Skin Plugin: skinelchi"
-HOMEPAGE="http://firefly.vdr-developer.org/skinelchi";
-SRC_URI="http://firefly.vdr-developer.org/skinelchi/${P}.tar.bz2";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-video/vdr"
-
-src_prepare() {
-       vdr-plugin-2_src_prepare
-
-       #bug #599148
-       append-cxxflags -std=gnu++11
-
-       # disable imagemagick support, broken ...
-       sed -i "${S}"/Makefile -e \
-               "s:SKINELCHI_HAVE_IMAGEMAGICK = 1:SKINELCHI_HAVE_IMAGEMAGICK = 
0:" || die
-
-       sed -i "${S}"/DisplayChannel.c \
-               -e "s:/hqlogos::" \
-               -e "s:/logos::" || die
-
-       # wrong sed in vdr-plugin-2.eclass?
-       sed -e "s:INCLUDES += -I\$(VDRINCDIR):INCLUDES += 
-I\$(VDRINCDIR)/include:" \
-               -i Makefile || die
-
-       # gcc-6 warnings
-       sed -e "s:auto_ptr:unique_ptr:" -i services/epgsearch_services.h || die
-}

Reply via email to