Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-ddci2/
Date: Sun, 04 Jun 2017 17:52:46
Message-Id: 1496596605.99b389905ccfd4f4683dd805fd87b532d31e9f28.mgorny@gentoo
1 commit: 99b389905ccfd4f4683dd805fd87b532d31e9f28
2 Author: Daniel Scheller <d.scheller <AT> gmx <DOT> net>
3 AuthorDate: Sat May 27 11:36:44 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 17:16:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99b38990
7
8 media-plugins/vdr-ddci2: version bump to 1.0.5
9
10 Closes: https://github.com/gentoo/gentoo/pull/4776
11
12 media-plugins/vdr-ddci2/Manifest | 1 +
13 media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild | 29 ++++++++++++++++++++++++++
14 2 files changed, 30 insertions(+)
15
16 diff --git a/media-plugins/vdr-ddci2/Manifest b/media-plugins/vdr-ddci2/Manifest
17 index 94321475da4..de80b415ade 100644
18 --- a/media-plugins/vdr-ddci2/Manifest
19 +++ b/media-plugins/vdr-ddci2/Manifest
20 @@ -1 +1,2 @@
21 DIST vdr-ddci2-1.0.4.tar.gz 25724 SHA256 f9ebce94105df746b49164106c8193b3c4d70b172b9962900a99d829b8e070b3 SHA512 ca76dfe8f6e455b239b481e87c3f0f0cd592f352167c172f0ded70527d08e19a2c776c46495d7b3cb4f3a9669832165d47feb611ef0cc552180b98531c81ef57 WHIRLPOOL 36a30236c416fd6ffcafc0f7412ffe355ebceb222d5a64fae9f507f5985b3febfed94bedcb9d0b940397e44501f56b7f7b9549b616ce59e7f8779d32d6be3310
22 +DIST vdr-ddci2-1.0.5.tar.gz 26306 SHA256 6ec748ee235ec70cb41e0529832c53cfbfa5b53b83f71285e87d2d61edcd14bb SHA512 6d9a65ac9ffdfb69de0ed4991295a00f834845fd336717713ac7207687bc3aeb2455f7a547b913587c6e548993b1c0d8354cb18ff1a993702ec9fb86881cd6fd WHIRLPOOL 5360bceb3924672147724d09cc93c31b036e0d9e5bc1bd7e3b2514ec344ef2099286c8f3d9881a3a86bf61fa96f71ff71eae42746236e8251f26c34af7c66163
23
24 diff --git a/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild
25 new file mode 100644
26 index 00000000000..ce55de993a7
27 --- /dev/null
28 +++ b/media-plugins/vdr-ddci2/vdr-ddci2-1.0.5.ebuild
29 @@ -0,0 +1,29 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit vdr-plugin-2
36 +
37 +if [[ "${PV}" == "9999" ]]; then
38 + inherit git-r3
39 + EGIT_REPO_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}.git"
40 + KEYWORDS=""
41 + S="${WORKDIR}/${P}"
42 +else
43 + SRC_URI="https://github.com/jasmin-j/vdr-plugin-${VDRPLUGIN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 + KEYWORDS="~amd64 ~x86"
45 + S="${WORKDIR}/vdr-plugin-${VDRPLUGIN}-${PV}"
46 +fi
47 +
48 +DESCRIPTION="VDR plugin: DDCI2 - Digital Devices CI support"
49 +HOMEPAGE="https://github.com/jasmin-j/vdr-plugin-ddci2"
50 +
51 +SLOT="0"
52 +LICENSE="GPL-2"
53 +IUSE=""
54 +
55 +DEPEND=">=media-video/vdr-2.1.7"
56 +RDEPEND="${DEPEND}"
57 +
58 +DOCS="COPYING HISTORY README"