Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/rtmpdump: rtmpdump-2.3.ebuild ChangeLog rtmpdump-2.2e-r3.ebuild rtmpdump-2.2d.ebuild
Date: Fri, 27 Aug 2010 17:24:10
Message-Id: 20100827172406.A5DF520051@flycatcher.gentoo.org
1 hwoarang 10/08/27 17:24:06
2
3 Modified: rtmpdump-2.3.ebuild ChangeLog
4 Removed: rtmpdump-2.2e-r3.ebuild rtmpdump-2.2d.ebuild
5 Log:
6 Fix polarssl dependency to match >=0.14.0. Bug #331587
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/rtmpdump/rtmpdump-2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild?r1=1.3&r2=1.4
15
16 Index: rtmpdump-2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- rtmpdump-2.3.ebuild 11 Jul 2010 15:14:28 -0000 1.3
23 +++ rtmpdump-2.3.ebuild 27 Aug 2010 17:24:06 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.3 2010/07/11 15:14:28 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/rtmpdump-2.3.ebuild,v 1.4 2010/08/27 17:24:06 hwoarang Exp $
29
30 EAPI="2"
31
32 @@ -17,7 +17,7 @@
33
34 DEPEND="ssl? (
35 gnutls? ( net-libs/gnutls )
36 - polarssl? ( !gnutls? ( net-libs/polarssl ) )
37 + polarssl? ( !gnutls? ( >=net-libs/polarssl-0.14.0 ) )
38 !gnutls? ( !polarssl? ( dev-libs/openssl ) )
39 )
40 sys-libs/zlib"
41
42
43
44 1.10 media-video/rtmpdump/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/rtmpdump/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 11 Jul 2010 15:14:28 -0000 1.9
57 +++ ChangeLog 27 Aug 2010 17:24:06 -0000 1.10
58 @@ -1,6 +1,10 @@
59 # ChangeLog for media-video/rtmpdump
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.9 2010/07/11 15:14:28 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/media-video/rtmpdump/ChangeLog,v 1.10 2010/08/27 17:24:06 hwoarang Exp $
63 +
64 + 27 Aug 2010; Markos Chandras <hwoarang@g.o> -rtmpdump-2.2d.ebuild,
65 + -rtmpdump-2.2e-r3.ebuild, rtmpdump-2.3.ebuild:
66 + Fix polarssl dependency to match >=0.14.0. Bug #331587
67
68 11 Jul 2010; Jeroen Roovers <jer@g.o> rtmpdump-2.3.ebuild:
69 Marked ~hppa (bug #324941).