public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-atscepg/
@ 2016-10-04  6:43 Joerg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel @ 2016-10-04  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     08b5ca4ea626e0c99b3dc2337956d49ac27a06eb
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  4 06:42:44 2016 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 06:43:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08b5ca4e

media-plugins/vdr-atscepg: clean up old, this fix wrt bug 596062

Package-Manager: portage-2.3.0

 media-plugins/vdr-atscepg/vdr-atscepg-0.3.0.ebuild | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0.ebuild b/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0.ebuild
deleted file mode 100644
index 0437fe9..00000000
--- a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR plugin: receive schedule and event information from ATSC broadcasts"
-HOMEPAGE="http://www.fepg.org/atscepg.html"
-SRC_URI="http://www.fepg.org/files/${P}.tgz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=">=media-video/vdr-2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	fix_vdr_libsi_include tables.cpp filter.cpp
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-atscepg/
@ 2018-08-30 12:31 Joerg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Joerg Bornkessel @ 2018-08-30 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     026c551126716a27dd3c39edcbef48d4f0fc6267
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 12:30:40 2018 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 12:30:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=026c5511

media-plugins/vdr-atscepg: eapi 7

Package-Manager: Portage-2.3.48, Repoman-2.3.10

 media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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
index 0a8e15680da..fa3ada70b11 100644
--- a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
+++ b/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 
@@ -29,9 +29,9 @@ src_configure() {
 src_prepare() {
 	vdr-plugin-2_src_prepare
 
-	epatch "${WORKDIR}/atscepg-${PV}_vdr-1.7.13.diff"
+	eapply "${WORKDIR}/atscepg-${PV}_vdr-1.7.13.diff"
 
-	epatch "${FILESDIR}/${P}_gcc6.patch"
+	eapply "${FILESDIR}/${P}_gcc6.patch"
 
 	fix_vdr_libsi_include tables.cpp filter.cpp scanner.cpp
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-atscepg/
@ 2020-06-27 20:51 Aaron Bauman
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Bauman @ 2020-06-27 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a291ba98a2d78af4afd76e96b12d8715d8db1abf
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed Jun 17 17:30:07 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Jun 27 20:51:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a291ba98

media-plugins/vdr-atscepg: fix HOMEPAGE, add missing flag-o-matic eclass

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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
index fa3ada70b11..e7a5fa74fdf 100644
--- a/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
+++ b/media-plugins/vdr-atscepg/vdr-atscepg-0.3.0-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit vdr-plugin-2
+inherit flag-o-matic vdr-plugin-2
 
 DESCRIPTION="VDR plugin: receive schedule and event information from ATSC broadcasts"
-HOMEPAGE="http://www.fepg.org/atscepg.html"
+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"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-06-27 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-27 20:51 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-atscepg/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2018-08-30 12:31 Joerg Bornkessel
2016-10-04  6:43 Joerg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox