public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvblink/
Date: Wed, 24 May 2017 20:13:45 +0000 (UTC)	[thread overview]
Message-ID: <1495656656.60077f99338a83d22f3e9b6e4d0cc2fad79c585b.mgorny@gentoo> (raw)

commit:     60077f99338a83d22f3e9b6e4d0cc2fad79c585b
Author:     Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Mon May 22 15:08:20 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 24 20:10:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60077f99

media-plugins/kodi-pvr-dvblink: 3.4.5 version bump

Closes: https://github.com/gentoo/gentoo/pull/4714
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-plugins/kodi-pvr-dvblink/Manifest            |  1 +
 .../kodi-pvr-dvblink/kodi-pvr-dvblink-3.4.5.ebuild | 38 ++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/media-plugins/kodi-pvr-dvblink/Manifest b/media-plugins/kodi-pvr-dvblink/Manifest
index 7ecabb53d42..ee7c7c4dddf 100644
--- a/media-plugins/kodi-pvr-dvblink/Manifest
+++ b/media-plugins/kodi-pvr-dvblink/Manifest
@@ -1 +1,2 @@
 DIST kodi-pvr-dvblink-3.3.11.tar.gz 150155 SHA256 0941d00524bd2374a7e281cfe3a9b263539d1120084c01c5f3a755d9fe742698 SHA512 4bc6b6c468c4578528e105003d37bf1b18d6decfd61144ec6e92cb9cc4c05e03d5fb0e475d48674f43b7feb5957f1d891cda6afe72e9f50c0834bdf4519074bb WHIRLPOOL f0f82e82b485a0cf561ea429caab5a861d2d3a7239d91f049bb64abc3cff0490c912dbf4ca6ea168c8bf8696a74c9000724ff1b8064aec43eb61c0b8fab3cef7
+DIST kodi-pvr-dvblink-3.4.5.tar.gz 152982 SHA256 3409259b3eaf17885a1aa2d5e9786147b2912c0b42fa981a17c04ff7b0b2b2c2 SHA512 094781e1c944c7a64797f092404aa5eaa267fe31dcbf266441bcbe003362ca78e1732bf80ee26f703f3cdbe8f375f82131a0e6e2865b678e3c99c67220bb38e9 WHIRLPOOL e840a59f270418c9845a34fd0109f516282de945e0daf463e2b9a8d770698f50fb2515ee0ede82109f9493b41441391237b2b5a49bcba786f666196eb1a3f0d4

diff --git a/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-3.4.5.ebuild b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-3.4.5.ebuild
new file mode 100644
index 00000000000..9163a6d6828
--- /dev/null
+++ b/media-plugins/kodi-pvr-dvblink/kodi-pvr-dvblink-3.4.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's DVBLink client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.dvblink"
+SRC_URI=""
+
+case ${PV} in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="git://github.com/kodi-pvr/pvr.dvblink.git"
+	inherit git-r3
+	;;
+*)
+	CODENAME="Krypton"
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/kodi-pvr/pvr.dvblink/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/pvr.dvblink-${PV}-${CODENAME}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-17*
+	=media-libs/kodi-platform-17*
+	dev-libs/tinyxml2
+	"
+
+RDEPEND="
+	${DEPEND}
+	"


             reply	other threads:[~2017-05-24 20:13 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24 20:13 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-14 10:32 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-dvblink/ Andreas Sturmlechner
2021-07-03 19:50 Craig Andrews
2020-11-10 15:28 Craig Andrews
2020-10-30 13:57 Craig Andrews
2020-09-16 21:56 Craig Andrews
2020-07-31 18:44 Craig Andrews
2019-03-05 19:04 Craig Andrews
2019-02-06 14:39 Craig Andrews
2017-07-30 10:10 Michał Górny
2017-02-01 22:16 David Seifert
2017-01-30 21:46 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=1495656656.60077f99338a83d22f3e9b6e4d0cc2fad79c585b.mgorny@gentoo \
    --to=mgorny@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