public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jörg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-dvbhddevice/
Date: Wed, 26 Aug 2020 12:09:09 +0000 (UTC)	[thread overview]
Message-ID: <1598443737.d56ed57b70b755a60c373293bae7549ec6726d8b.hd_brummy@gentoo> (raw)

commit:     d56ed57b70b755a60c373293bae7549ec6726d8b
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 12:07:53 2020 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 12:08:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d56ed57b

media-plugins/vdr-dvbhddevice: fixed SRC_URI, moved from hg to git

Thanks to Azamat H. Hackimov to point this out and
provide a fixed ebuild.

Closes: https://bugs.gentoo.org/738756
Closes:  https://github.com/gentoo/gentoo/pull/17246
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/vdr-dvbhddevice/Manifest                       |  2 +-
 ...0420.ebuild => vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild} | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-plugins/vdr-dvbhddevice/Manifest b/media-plugins/vdr-dvbhddevice/Manifest
index b1dcd23dde3..9d7ad502d6e 100644
--- a/media-plugins/vdr-dvbhddevice/Manifest
+++ b/media-plugins/vdr-dvbhddevice/Manifest
@@ -1,2 +1,2 @@
 DIST dvbhddevice-2.1.3_p20140115.tar.gz 40424 BLAKE2B 99d5fece7557c7c9f2b0174c9b1f01ac7628f0f0b6aa954f3e829de4653e10cbed6d0516b966f69737aff9ffafd224b3558bd868e972b64ab60c965ba569555a SHA512 29729325affec5e1330cf361a0c82ee5ef9f48f9a6a5032881b331a6451c05c8d99831c43e3eb08129053a7549dd4cd73a5e0afc6fe04d35956c8fecad48d2f4
-DIST vdr-dvbhddevice-2.2.0_p20180420.tar.gz 42772 BLAKE2B c70842be34181b15aab69f5a62ba98f4cc72ad5148db684a45ae5c6b74431517b70cda72dbfb6abc371675fd2742f86000b02c645bfba5b6a6b64817f5c59b35 SHA512 bc6ede24897a7704ecefcfdca92eeaf1bf9f8ed2410a478a21cc712730bfe94616c01379a172214f664481fba636ee3aea33540a6cf258597015dfb73720c408
+DIST vdr-dvbhddevice-2.2.0_p20180420.tar.bz2 37812 BLAKE2B 3a5e88f2dd6e94934fcc563cf8606ffb723126976a5effeac8f9e7c52bf12b0c16076987469ecc7f248792f99fc8e3d340242a287c5e9494eb594276afa4f591 SHA512 d04e836a70241594eed4c92ab4c9411f54b8f0e37745ab5a19955895fc5a9cc3e6c5408ad910630481523debf75ebee362a83d8ba73b309a42e73cdec3fe136e

diff --git a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420.ebuild b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild
similarity index 76%
rename from media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420.ebuild
rename to media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild
index 67fe2ca2c87..a09c42eaa3b 100644
--- a/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420.ebuild
+++ b/media-plugins/vdr-dvbhddevice/vdr-dvbhddevice-2.2.0_p20180420-r1.ebuild
@@ -1,17 +1,17 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit vdr-plugin-2
 
-HG_REVISION="2ea854ae8c7a"
-HG_REVISION_DATE="20180420"
+# 2018/04/20
+REVISION="6a3e75484d90"
 
 DESCRIPTION="VDR Plugin: output device for the 'Full Featured' TechnoTrend S2-6400 DVB Card"
 HOMEPAGE="https://bitbucket.org/powARman/dvbhddevice"
-SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${HG_REVISION}.tar.gz ->
-		${P}.tar.gz"
+SRC_URI="https://bitbucket.org/powARman/dvbhddevice/get/${REVISION}.tar.bz2 ->
+		${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -27,7 +27,7 @@ QA_FLAGS_IGNORED="
 	usr/lib/vdr/plugins/libvdr-dvbhddevice.*
 	usr/lib64/vdr/plugins/libvdr-dvbhddevice.*"
 
-S="${WORKDIR}/powARman-${VDRPLUGIN}-${HG_REVISION}"
+S="${WORKDIR}/powARman-${VDRPLUGIN}-${REVISION}"
 
 src_prepare() {
 	vdr-plugin-2_src_prepare


             reply	other threads:[~2020-08-26 12:09 UTC|newest]

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

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=1598443737.d56ed57b70b755a60c373293bae7549ec6726d8b.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