public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joerg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/
Date: Thu, 30 Aug 2018 13:46:16 +0000 (UTC)	[thread overview]
Message-ID: <1535636706.ecc44981697f88ca49bad9ceae9ac9a6d2b5027f.hd_brummy@gentoo> (raw)

commit:     ecc44981697f88ca49bad9ceae9ac9a6d2b5027f
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 30 13:45:06 2018 +0000
Commit:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Thu Aug 30 13:45:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecc44981

media-plugins/vdr-dvbhddevice: eapi 7; cleanup old

 media-plugins/vdr-dvbhddevice/Manifest             |  2 --
 .../vdr-dvbhddevice-0.0.8_p20130302.ebuild         | 40 ----------------------
 .../vdr-dvbhddevice-0.0.9_p20130409.ebuild         | 40 ----------------------
 .../vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild      |  2 +-
 .../vdr-dvbhddevice-2.1.3_p20140115.ebuild         |  2 +-
 .../vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild      |  2 +-
 6 files changed, 3 insertions(+), 85 deletions(-)

diff --git a/media-plugins/vdr-dvbhddevice/Manifest b/media-plugins/vdr-dvbhddevice/Manifest
index 106c4409198..f130e50c4da 100644
--- a/media-plugins/vdr-dvbhddevice/Manifest
+++ b/media-plugins/vdr-dvbhddevice/Manifest
@@ -1,4 +1,2 @@
-DIST dvbhddevice-0.0.8_p20130302.tar.gz 39484 BLAKE2B 03566ee6870d965fdce9ec97b638bc22211c04316a9501fb61ef2d20558cf3facc82a565d31776dadb31b283a9f05bfaae0792d2df078ce16a760538e6fa3353 SHA512 bae68ac195ef7b0cd6eaee4fa08731aefc7e5758d0b2a495920990147fdd1fbbe7e9f22e619f100876ee3a8a45c92a4751daf8ed49a8164e4cb0906f29439a88
-DIST dvbhddevice-0.0.9_p20130409.tar.gz 39971 BLAKE2B fb9aca227cfb883b564c36815efeb565e56b330f314f7a78173c8f1be1362452c69190e8fc4b6a976299df1ec62990bbd7c26fa27b6d30ae7b208c9eb727743b SHA512 49a2b183a538035b3119db1e2e943630c2edafdea0cbd6167485f8bb2549a12c7f8b2c85b7f752554346510aacaed9836768febc6e06600efb5503c746cca15e
 DIST dvbhddevice-2.1.3_p20140115.tar.gz 40424 BLAKE2B 99d5fece7557c7c9f2b0174c9b1f01ac7628f0f0b6aa954f3e829de4653e10cbed6d0516b966f69737aff9ffafd224b3558bd868e972b64ab60c965ba569555a SHA512 29729325affec5e1330cf361a0c82ee5ef9f48f9a6a5032881b331a6451c05c8d99831c43e3eb08129053a7549dd4cd73a5e0afc6fe04d35956c8fecad48d2f4
 DIST vdr-dvbhddevice-2.1.6_p20141116.tar.gz 40902 BLAKE2B 60829c76226c1f0254ac6cdd940fcbcbf08d4cf0a50bfd9ab992db80f63f07389ab29cd4a04aec6319744a39e86cce7dbfee240ab77e819726facd9dbc6d7964 SHA512 0189cf5bfd1d9648915ec65427b4eeeb85ac80281a07a910e65381d86913c37d5840abd8984f17028afe63eae457c7ce398a446e3ad4b70ae4deada316c14b5b

diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild
deleted file mode 100644
index 024f5e7b09b..00000000000
--- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.8_p20130302.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-HG_REVISION="946fc7bd41fa"
-HG_REVISION_DATE="20130302"
-
-DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
-S2-6400 DVB Card"
-HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
-SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
--> dvbhddevice-0.0.8_p${HG_REVISION_DATE}.tar.gz"
-
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.38"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/dvbhddevice-${HG_REVISION}"
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	fix_vdr_libsi_include dvbhdffdevice.c
-}
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	doheader dvbhdffdevice.h hdffcmd.h
-
-	insinto /usr/include/libhdffcmd
-	doins libhdffcmd/*.h
-}

diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.9_p20130409.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.9_p20130409.ebuild
deleted file mode 100644
index 62e6ce35c8a..00000000000
--- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-0.0.9_p20130409.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit vdr-plugin-2
-
-HG_REVISION="7a48070da75b"
-HG_REVISION_DATE="20130409"
-
-DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend
-S2-6400 DVB Card"
-HOMEPAGE="http://powarman.dyndns.org/hg/dvbhddevice"
-SRC_URI="http://powarman.dyndns.org/hgwebdir.cgi/dvbhddevice/archive/${HG_REVISION}.tar.gz
--> dvbhddevice-0.0.9_p${HG_REVISION_DATE}.tar.gz"
-
-KEYWORDS="~x86 ~amd64"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.7.39"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/dvbhddevice-${HG_REVISION}"
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	fix_vdr_libsi_include dvbhdffdevice.c
-}
-
-src_install() {
-	vdr-plugin-2_src_install
-
-	doheader dvbhdffdevice.h hdffcmd.h
-
-	insinto /usr/include/libhdffcmd
-	doins libhdffcmd/*.h
-}

diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
index feb83872183..a3e5445d0ef 100644
--- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
+++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 

diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild
index 57f77567249..62d21f73ffe 100644
--- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild
+++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.3_p20140115.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 

diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild
index 16739aea318..a2da1c862ae 100644
--- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild
+++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.1.6_p20141116-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 


             reply	other threads:[~2018-08-30 13:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-30 13:46 Joerg Bornkessel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-11-30 14:01 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/ Matthias Schwarzott
2019-11-17  7:46 Joonas Niilola
2020-08-26 12:09 Jörg Bornkessel
2021-05-09  9:15 Agostino Sarubbo
2024-06-10 12:46 Joonas Niilola
2024-06-10 12:46 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1535636706.ecc44981697f88ca49bad9ceae9ac9a6d2b5027f.hd_brummy@gentoo \
    --to=hd_brummy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox