public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/
Date: Thu, 26 Jan 2017 22:40:37 +0000 (UTC)	[thread overview]
Message-ID: <1485470417.7eef6ea8642bd7d3713d524a332ef960f87b3e2e.soap@gentoo> (raw)

commit:     7eef6ea8642bd7d3713d524a332ef960f87b3e2e
Author:     Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Wed Jan 25 20:57:51 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:40:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7eef6ea8

media-plugins/kodi-pvr-mythtv: add dependency on sys-libs/zlib

Closes: https://github.com/gentoo/gentoo/pull/3652

 media-plugins/kodi-pvr-mythtv/Manifest             |  1 -
 ...11.ebuild => kodi-pvr-mythtv-4.12.12-r1.ebuild} |  1 +
 .../kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12.ebuild | 36 ----------------------
 .../kodi-pvr-mythtv/kodi-pvr-mythtv-9999.ebuild    |  1 +
 4 files changed, 2 insertions(+), 37 deletions(-)

diff --git a/media-plugins/kodi-pvr-mythtv/Manifest b/media-plugins/kodi-pvr-mythtv/Manifest
index e9a279c..3a20ad7 100644
--- a/media-plugins/kodi-pvr-mythtv/Manifest
+++ b/media-plugins/kodi-pvr-mythtv/Manifest
@@ -1,2 +1 @@
-DIST kodi-pvr-mythtv-4.12.11.tar.gz 652826 SHA256 3ac4a9ff51f7ae8c3161b350d16ebada262161e3228efc92904e31ec44cb95cf SHA512 2b729dc6ec933ef829ceff48300642f3ee8c9441532bc5024d767196d137d6a567a5e5cff32e9b982b0787aff1c804c2178d56b0b7c3a40a241a8293a203320a WHIRLPOOL dbb035156e306fcc4ddbe713d9243c190d86f51b6a8a38641a21d4e4176e12d5d4925f06433aed29570f86d8daca1f24955e889248ce092abf5c7a938f2e1da2
 DIST kodi-pvr-mythtv-4.12.12.tar.gz 654045 SHA256 596fc11f26574939c5610f82f033808ca8d923543462254e793eab08d6c7d41c SHA512 74c6f984fdc165bbd20be19bce1879fc2d091c497dc5038ae1e0dbdac5a38f7541231fc9931fe863e482bf9ffeb88b9fdd9aabc83897f46099d7a5237bb24d41 WHIRLPOOL c5549e3f71823fb11e0315851c996df6acf9648781f27a193111c8001faed653d50d1a1f7a791b339213313cbfae4562d0db0503293e1f5b82c4a5243c23ff17

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.11.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12-r1.ebuild
similarity index 97%
rename from media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.11.ebuild
rename to media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12-r1.ebuild
index 13bd690..052ee4a 100644
--- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.11.ebuild
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12-r1.ebuild
@@ -28,6 +28,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
+	sys-libs/zlib
 	media-tv/kodi
 	media-libs/kodi-platform
 	"

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12.ebuild
deleted file mode 100644
index 13bd690..00000000
--- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-4.12.12.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="MythTV PVR for Kodi"
-HOMEPAGE="https://github.com/janbar/pvr.mythtv"
-SRC_URI=""
-
-case ${PV} in
-9999)
-	SRC_URI=""
-	EGIT_REPO_URI="git://github.com/janbar/pvr.mythtv.git"
-	inherit git-r3
-	;;
-*)
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="https://github.com/janbar/pvr.mythtv/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/pvr.mythtv-${PV}"
-	;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	media-tv/kodi
-	media-libs/kodi-platform
-	"
-RDEPEND="
-	${DEPEND}
-	"

diff --git a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-9999.ebuild b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-9999.ebuild
index 13bd690..052ee4a 100644
--- a/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-9999.ebuild
+++ b/media-plugins/kodi-pvr-mythtv/kodi-pvr-mythtv-9999.ebuild
@@ -28,6 +28,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
+	sys-libs/zlib
 	media-tv/kodi
 	media-libs/kodi-platform
 	"


             reply	other threads:[~2017-01-26 22:40 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 22:40 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-03-08 13:56 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-mythtv/ Craig Andrews
2021-03-08 13:56 Craig Andrews
2020-11-21 19:47 Craig Andrews
2020-09-17 13:41 Craig Andrews
2020-07-15 18:24 Craig Andrews
2020-07-09 20:27 Craig Andrews
2020-05-18 13:38 Craig Andrews
2020-01-09 19:55 Craig Andrews
2020-01-09 19:55 Craig Andrews
2019-11-25 17:46 Craig Andrews
2019-10-08 14:29 Craig Andrews
2019-10-02 13:38 Craig Andrews
2019-10-01 13:40 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-09-03  1:28 Craig Andrews
2019-08-28  0:38 Craig Andrews
2019-04-08 16:04 Craig Andrews
2019-02-07 17:57 Craig Andrews
2019-02-04  2:45 Craig Andrews
2019-01-19  0:14 Craig Andrews
2019-01-19  0:14 Craig Andrews
2019-01-01 21:32 Craig Andrews
2018-11-25  1:26 Craig Andrews
2018-11-19 17:18 Craig Andrews
2018-11-18  3:07 Craig Andrews
2018-11-12  5:03 Craig Andrews
2018-11-09 16:22 Craig Andrews
2018-11-08 14:21 Craig Andrews
2018-11-06 16:02 Craig Andrews
2017-07-30  8:33 David Seifert
2017-07-30  8:33 David Seifert
2017-07-08 22:55 Patrice Clement
2017-03-09 20:50 David Seifert
2017-02-18  4:43 Michael Palimaka
2017-02-11 11:10 Michael Palimaka
2017-02-01 22:16 David Seifert
2017-01-23 21:19 David Seifert

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=1485470417.7eef6ea8642bd7d3713d524a332ef960f87b3e2e.soap@gentoo \
    --to=soap@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