Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/rtmpdump/
Date: Mon, 26 Mar 2018 19:18:14
Message-Id: 1522091728.b06626677ad315e5cb2c9aa1cdb572bd13924e61.bman@gentoo
1 commit: b06626677ad315e5cb2c9aa1cdb572bd13924e61
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 21 20:20:13 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 19:15:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0662667
7
8 media-video/rtmpdump: use HTTPS, improve ebuild readability
9
10 media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild | 9 ++++++---
11 media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild | 9 ++++++---
12 media-video/rtmpdump/rtmpdump-9999.ebuild | 9 ++++++---
13 3 files changed, 18 insertions(+), 9 deletions(-)
14
15 diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild
16 index 5ab69865de6..ba1b98b2b9e 100644
17 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild
18 +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI="6"
25 @@ -6,7 +6,7 @@ EAPI="6"
26 inherit multilib toolchain-funcs multilib-minimal flag-o-matic
27
28 DESCRIPTION="RTMP client intended to stream audio or video flash content"
29 -HOMEPAGE="http://rtmpdump.mplayerhq.hu/"
30 +HOMEPAGE="https://rtmpdump.mplayerhq.hu/"
31 SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
32
33 # the library is LGPL-2.1, the command is GPL-2
34 @@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl"
35
36 DEPEND="ssl? (
37 gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
38 - !gnutls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) )
39 + !gnutls? (
40 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
41 + libressl? ( dev-libs/libressl )
42 + )
43 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
44 )"
45 RDEPEND="${DEPEND}"
46
47 diff --git a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
48 index eec4bbc9a07..bb95a41dd31 100644
49 --- a/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
50 +++ b/media-video/rtmpdump/rtmpdump-2.4_p20161210.ebuild
51 @@ -1,4 +1,4 @@
52 -# Copyright 1999-2017 Gentoo Foundation
53 +# Copyright 1999-2018 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI="6"
57 @@ -6,7 +6,7 @@ EAPI="6"
58 inherit multilib toolchain-funcs multilib-minimal flag-o-matic
59
60 DESCRIPTION="RTMP client intended to stream audio or video flash content"
61 -HOMEPAGE="http://rtmpdump.mplayerhq.hu/"
62 +HOMEPAGE="https://rtmpdump.mplayerhq.hu/"
63 SRC_URI="https://dev.gentoo.org/~hwoarang/distfiles/${P}.tar.gz"
64
65 # the library is LGPL-2.1, the command is GPL-2
66 @@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl"
67
68 DEPEND="ssl? (
69 gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
70 - !gnutls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) )
71 + !gnutls? (
72 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
73 + libressl? ( dev-libs/libressl )
74 + )
75 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
76 )"
77 RDEPEND="${DEPEND}"
78
79 diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild
80 index ccd765a7d62..83fe157d7a3 100644
81 --- a/media-video/rtmpdump/rtmpdump-9999.ebuild
82 +++ b/media-video/rtmpdump/rtmpdump-9999.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2017 Gentoo Foundation
85 +# Copyright 1999-2018 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI="6"
89 @@ -6,7 +6,7 @@ EAPI="6"
90 inherit git-r3 multilib toolchain-funcs multilib-minimal flag-o-matic
91
92 DESCRIPTION="RTMP client intended to stream audio or video flash content"
93 -HOMEPAGE="http://rtmpdump.mplayerhq.hu/"
94 +HOMEPAGE="https://rtmpdump.mplayerhq.hu/"
95 EGIT_REPO_URI="https://git.ffmpeg.org/rtmpdump.git"
96
97 # the library is LGPL-2.1, the command is GPL-2
98 @@ -17,7 +17,10 @@ IUSE="gnutls ssl libressl"
99
100 DEPEND="ssl? (
101 gnutls? ( >=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)] )
102 - !gnutls? ( !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] ) libressl? ( dev-libs/libressl ) )
103 + !gnutls? (
104 + !libressl? ( >=dev-libs/openssl-1.0.1h-r2[${MULTILIB_USEDEP}] )
105 + libressl? ( dev-libs/libressl )
106 + )
107 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
108 )"
109 RDEPEND="${DEPEND}"