Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/rtsp-conntrack: ChangeLog rtsp-conntrack-3.7.ebuild
Date: Tue, 04 Jun 2013 12:25:39
Message-Id: 20130604122530.51D9F2171D@flycatcher.gentoo.org
1 pinkbyte 13/06/04 12:25:30
2
3 Modified: ChangeLog rtsp-conntrack-3.7.ebuild
4 Log:
5 Add installation of documentation, provided with package, wrt bug #376155. Thanks to Bertrand Jacquin for pointing on this issue
6
7 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.2 net-firewall/rtsp-conntrack/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 4 Jun 2013 09:53:57 -0000 1.1
23 +++ ChangeLog 4 Jun 2013 12:25:30 -0000 1.2
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-firewall/rtsp-conntrack
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog,v 1.1 2013/06/04 09:53:57 pinkbyte Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/ChangeLog,v 1.2 2013/06/04 12:25:30 pinkbyte Exp $
29 +
30 + 04 Jun 2013; Sergey Popov <pinkbyte@g.o> rtsp-conntrack-3.7.ebuild:
31 + Add installation of documentation, provided with package, wrt bug #376155.
32 + Thanks to Bertrand Jacquin for pointing on this issue
33
34 *rtsp-conntrack-3.7 (04 Jun 2013)
35
36
37
38
39 1.2 net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild?r1=1.1&r2=1.2
44
45 Index: rtsp-conntrack-3.7.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- rtsp-conntrack-3.7.ebuild 4 Jun 2013 09:53:57 -0000 1.1
52 +++ rtsp-conntrack-3.7.ebuild 4 Jun 2013 12:25:30 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild,v 1.1 2013/06/04 09:53:57 pinkbyte Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-firewall/rtsp-conntrack/rtsp-conntrack-3.7.ebuild,v 1.2 2013/06/04 12:25:30 pinkbyte Exp $
58
59 EAPI=5
60 inherit eutils linux-mod versionator
61 @@ -19,6 +19,7 @@
62 MODULE_NAMES="
63 nf_conntrack_rtsp(net/netfilter::)
64 nf_nat_rtsp(net/ipv4/netfilter::)"
65 +MODULESD_NF_CONNTRACK_RTSP_DOCS="README.rst"
66
67 CONFIG_CHECK="NF_CONNTRACK"
68 WARNING_NF_CONNTRACK="You must enable NF_CONNTRACK in your kernel, otherwise ${PN} would not work"