Gentoo Archives: gentoo-commits

From: "Tom Wijsman (tomwij)" <tomwij@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/livestreamer: livestreamer-1.7.0.ebuild ChangeLog
Date: Sat, 09 Nov 2013 09:21:07
Message-Id: 20131109092104.2D3262004B@flycatcher.gentoo.org
1 tomwij 13/11/09 09:21:04
2
3 Modified: ChangeLog
4 Added: livestreamer-1.7.0.ebuild
5 Log:
6 Version bump to 1.7.0, proxied commit for Nikos Chantziaras (realnc); fixes bug #490824.
7
8 (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
9
10 Revision Changes Path
11 1.3 net-misc/livestreamer/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 2 Nov 2013 17:07:42 -0000 1.2
24 +++ ChangeLog 9 Nov 2013 09:21:04 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for net-misc/livestreamer
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.2 2013/11/02 17:07:42 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/ChangeLog,v 1.3 2013/11/09 09:21:04 tomwij Exp $
30 +
31 +*livestreamer-1.7.0 (09 Nov 2013)
32 +
33 + 09 Nov 2013; Tom Wijsman <TomWij@g.o> +livestreamer-1.7.0.ebuild:
34 + Version bump to 1.7.0, proxied commit for Nikos Chantziaras (realnc); fixes
35 + bug #490824.
36
37 02 Nov 2013; Markos Chandras <hwoarang@g.o> livestreamer-1.6.1.ebuild:
38 Add ~mips
39
40
41
42 1.1 net-misc/livestreamer/livestreamer-1.7.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: livestreamer-1.7.0.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/net-misc/livestreamer/livestreamer-1.7.0.ebuild,v 1.1 2013/11/09 09:21:03 tomwij Exp $
52
53 EAPI="5"
54
55 DESCRIPTION="CLI tool that pipes video streams from services like twitch.tv into a video player"
56 HOMEPAGE="https://github.com/chrippa/livestreamer"
57 SRC_URI="https://github.com/chrippa/livestreamer/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58
59 PYTHON_COMPAT=( python{2_7,3_2} )
60 inherit distutils-r1
61
62 KEYWORDS="~amd64 ~mips ~x86"
63 LICENSE="Apache-2.0 BSD-2 MIT-with-advertising"
64 SLOT="0"
65
66 RDEPEND="dev-python/pycrypto
67 >=dev-python/requests-1.0
68 >media-video/rtmpdump-2.4"
69 DEPEND="${RDEPEND}
70 dev-python/setuptools"