commit:     a421ddde71c3f7485b731c4905cb1e63ad1c68be
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Sun Feb 21 10:56:28 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 10:56:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a421ddde

media-plugins/vdr-atscepg: Remove last-rited pkg

Closes: https://bugs.gentoo.org/710814

Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-plugins/vdr-atscepg/Manifest                 |  2 --
 .../vdr-atscepg/files/vdr-atscepg-0.3.0_gcc6.patch | 14 --------
 media-plugins/vdr-atscepg/metadata.xml             |  8 -----
 .../vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild        | 37 ----------------------
 profiles/package.mask                              |  6 ----
 5 files changed, 67 deletions(-)

diff --git a/media-plugins/vdr-atscepg/Manifest 
b/media-plugins/vdr-atscepg/Manifest
deleted file mode 100644
index 697676801bf..00000000000
--- a/media-plugins/vdr-atscepg/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST atscepg-0.3.0_vdr-1.7.13.tbz 23415 BLAKE2B 
ea55648dc0356f8bf87c5bfa6021ffe7a5a2600655722f49f328cfa7bf1e18f12a60d2ea2915b6f5a5d48d6ba0ff4cd1359f5c8e58c38a8eba912e67c19af19a
 SHA512 
ebb3b363f4bb1a6040a1d651b863c399890e583aa7a1e4021113c74414e966d5087a510490dc04a51baf325693a8e931970387bd4b7cfdffcdbea1d8ff366bce
-DIST vdr-atscepg-0.3.0.tgz 42456 BLAKE2B 
ec40394e2f66a6ae99c00fbd08f04144767553b8ee7945d5c7af10b37c1e75834e917abebfcb8bb36b3194e2508f786ec72b92f8a6628e904528398c9036a39d
 SHA512 
63c23ea0d680f1be4d50cc5beea26e218f7a6bc1bc6d8e2ade04c46ce93fc5a497384f2ad40b94a8c6131df0ce8481137274db395286d5196afcac3f7d666c15

diff --git a/media-plugins/vdr-atscepg/files/vdr-atscepg-0.3.0_gcc6.patch 
b/media-plugins/vdr-atscepg/files/vdr-atscepg-0.3.0_gcc6.patch
deleted file mode 100644
index f6a3235a1a6..00000000000
--- a/media-plugins/vdr-atscepg/files/vdr-atscepg-0.3.0_gcc6.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-compile fix gcc6
-see https://bugs.gentoo.org/show_bug.cgi?id=594462
-Signed-of-by: Joerg Bornkessel <hd_bru...@gentoo.org> (03/Oct/2016)
---- atscepg-0.3.0/filter.cpp.old       2016-09-25 20:39:50.819503021 -0400
-+++ atscepg-0.3.0/filter.cpp   2016-09-25 20:40:55.805996012 -0400
-@@ -34,7 +34,7 @@
- 
- 
- #ifdef AE_ENABLE_LOG
--#define F_LOG(T, s, ...) Logger.Printf(T, "(F:%d) "s, fNum, ##__VA_ARGS__)
-+#define F_LOG(T, s, ...) Logger.Printf(T, "(F:%d) " s, fNum, ##__VA_ARGS__)
- #else
- #define F_LOG(T, s, ...) 
- #endif

diff --git a/media-plugins/vdr-atscepg/metadata.xml 
b/media-plugins/vdr-atscepg/metadata.xml
deleted file mode 100644
index 27f419c289c..00000000000
--- a/media-plugins/vdr-atscepg/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<maintainer type="project">
-<email>v...@gentoo.org</email>
-<name>Gentoo VDR Project</name>
-</maintainer>
-</pkgmetadata>

diff --git a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild 
b/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
deleted file mode 100644
index e7a5fa74fdf..00000000000
--- a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
+++ /dev/null
@@ -1,37 +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 plugin: receive schedule and event information from ATSC 
broadcasts"
-HOMEPAGE="http://fepg.org/atscepg/";
-SRC_URI="http://www.fepg.org/files/${P}.tgz
-               mirror://gentoo/atscepg-${PV}_vdr-1.7.13.tbz
-               
https://dev.gentoo.org/~hd_brummy/distfiles/atscepg-${PV}_vdr-1.7.13.tbz";
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       # disabled gcc -std=c++11,
-       # plugin is dead on upstream since 2010, there is no fixing available
-       filter-flags -std=c++11
-}
-
-src_prepare() {
-       vdr-plugin-2_src_prepare
-
-       eapply "${WORKDIR}/atscepg-${PV}_vdr-1.7.13.diff"
-
-       eapply "${FILESDIR}/${P}_gcc6.patch"
-
-       fix_vdr_libsi_include tables.cpp filter.cpp scanner.cpp
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b8e52d099ca..ebb55de0ebb 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -223,12 +223,6 @@ dev-go/qt
 # Removal on 2021-02-18.  Bug #722204.
 media-sound/mp3_check
 
-# Michał Górny <mgo...@gentoo.org> (2021-01-19)
-# Does not build against vdr-2.4.  Last release in 2009.  Upstream
-# repository is gone.
-# Removal on 2021-02-18.  Bug #710814.
-media-plugins/vdr-atscepg
-
 # Michał Górny <mgo...@gentoo.org> (2021-01-19)
 # Discontinued.  Last release in 2017.  The code is broken with py3.7
 # and we're doing only the minimal patching to make it not explode

Reply via email to