Gentoo Archives: gentoo-commits

From: "Doug Goldstein (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: ChangeLog mythweb-0.23_p25065.ebuild mythweb-0.23.1_p25367.ebuild
Date: Mon, 26 Jul 2010 19:19:38
Message-Id: 20100726191935.0CDE52CE15@corvid.gentoo.org
1 cardoe 10/07/26 19:19:34
2
3 Modified: ChangeLog mythweb-0.23_p25065.ebuild
4 mythweb-0.23.1_p25367.ebuild
5 Log:
6 Fix execute permissions for streaming script correctly
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.83 www-apps/mythweb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 26 Jul 2010 05:06:09 -0000 1.82
23 +++ ChangeLog 26 Jul 2010 19:19:34 -0000 1.83
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-apps/mythweb
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.82 2010/07/26 05:06:09 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.83 2010/07/26 19:19:34 cardoe Exp $
29 +
30 + 26 Jul 2010; Doug Goldstein <cardoe@g.o>
31 + mythweb-0.23_p25065.ebuild, mythweb-0.23.1_p25367.ebuild:
32 + Fix execute permissions for streaming script correctly
33
34 *mythweb-0.23.1_p25367 (26 Jul 2010)
35
36
37
38
39 1.5 www-apps/mythweb/mythweb-0.23_p25065.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild?r1=1.4&r2=1.5
44
45 Index: mythweb-0.23_p25065.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- mythweb-0.23_p25065.ebuild 26 Jul 2010 05:06:09 -0000 1.4
52 +++ mythweb-0.23_p25065.ebuild 26 Jul 2010 19:19:34 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild,v 1.4 2010/07/26 05:06:09 cardoe Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild,v 1.5 2010/07/26 19:19:34 cardoe Exp $
58
59 EAPI=2
60 inherit mythtv webapp depend.php
61 @@ -48,5 +48,5 @@
62
63 webapp_src_install
64
65 - fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb/mythweb.pl
66 + fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb.pl
67 }
68
69
70
71 1.2 www-apps/mythweb/mythweb-0.23.1_p25367.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild?rev=1.2&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild?rev=1.2&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild?r1=1.1&r2=1.2
76
77 Index: mythweb-0.23.1_p25367.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild,v
80 retrieving revision 1.1
81 retrieving revision 1.2
82 diff -u -r1.1 -r1.2
83 --- mythweb-0.23.1_p25367.ebuild 26 Jul 2010 05:06:09 -0000 1.1
84 +++ mythweb-0.23.1_p25367.ebuild 26 Jul 2010 19:19:34 -0000 1.2
85 @@ -1,6 +1,6 @@
86 # Copyright 1999-2010 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild,v 1.1 2010/07/26 05:06:09 cardoe Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild,v 1.2 2010/07/26 19:19:34 cardoe Exp $
90
91 EAPI=2
92 inherit mythtv webapp depend.php
93 @@ -48,5 +48,5 @@
94
95 webapp_src_install
96
97 - fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb/mythweb.pl
98 + fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb.pl
99 }