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 05:06:14
Message-Id: 20100726050610.119572CE15@corvid.gentoo.org
1 cardoe 10/07/26 05:06:09
2
3 Modified: ChangeLog mythweb-0.23_p25065.ebuild
4 Added: mythweb-0.23.1_p25367.ebuild
5 Log:
6 version bump for several upstream fixes. Contains support for 23056 network protocol. Fix for execute privileges on script for streaming.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.82 www-apps/mythweb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.82&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.82&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.81&r2=1.82
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
19 retrieving revision 1.81
20 retrieving revision 1.82
21 diff -u -r1.81 -r1.82
22 --- ChangeLog 3 Jul 2010 13:42:08 -0000 1.81
23 +++ ChangeLog 26 Jul 2010 05:06:09 -0000 1.82
24 @@ -1,6 +1,13 @@
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.81 2010/07/03 13:42:08 mabi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.82 2010/07/26 05:06:09 cardoe Exp $
29 +
30 +*mythweb-0.23.1_p25367 (26 Jul 2010)
31 +
32 + 26 Jul 2010; Doug Goldstein <cardoe@g.o>
33 + mythweb-0.23_p25065.ebuild, +mythweb-0.23.1_p25367.ebuild:
34 + version bump for several upstream fixes. Contains support for 23056
35 + network protocol. Fix for execute privileges on script for streaming.
36
37 03 Jul 2010; Matti Bickel <mabi@g.o> mythweb-0.23_p25065.ebuild:
38 update RDEPEND for php-5.3 (bug #298205)
39
40
41
42 1.4 www-apps/mythweb/mythweb-0.23_p25065.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild?rev=1.4&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild?rev=1.4&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild?r1=1.3&r2=1.4
47
48 Index: mythweb-0.23_p25065.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild,v
51 retrieving revision 1.3
52 retrieving revision 1.4
53 diff -u -r1.3 -r1.4
54 --- mythweb-0.23_p25065.ebuild 3 Jul 2010 13:42:08 -0000 1.3
55 +++ mythweb-0.23_p25065.ebuild 26 Jul 2010 05:06:09 -0000 1.4
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild,v 1.3 2010/07/03 13:42:08 mabi Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23_p25065.ebuild,v 1.4 2010/07/26 05:06:09 cardoe Exp $
61
62 EAPI=2
63 inherit mythtv webapp depend.php
64 @@ -47,4 +47,6 @@
65 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt
66
67 webapp_src_install
68 +
69 + fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb/mythweb.pl
70 }
71
72
73
74 1.1 www-apps/mythweb/mythweb-0.23.1_p25367.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild?rev=1.1&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25367.ebuild?rev=1.1&content-type=text/plain
78
79 Index: mythweb-0.23.1_p25367.ebuild
80 ===================================================================
81 # Copyright 1999-2010 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $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 $
84
85 EAPI=2
86 inherit mythtv webapp depend.php
87
88 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
89 IUSE=""
90 KEYWORDS="~amd64 ~ppc ~x86"
91
92 RDEPEND="dev-lang/php[json,mysql,session,posix]
93 || ( <dev-lang/php-5.3[spl,pcre] >=dev-lang/php-5.3 )
94 dev-perl/DBI
95 dev-perl/DBD-mysql
96 dev-perl/Net-UPnP"
97
98 DEPEND="${RDEPEND}
99 app-arch/unzip"
100
101 need_httpd_cgi
102 need_php5_httpd
103
104 src_configure() {
105 :
106 }
107
108 src_compile() {
109 :
110 }
111
112 src_install() {
113 webapp_src_preinst
114
115 cd "${S}"/mythweb
116 dodoc README INSTALL
117
118 dodir "${MY_HTDOCSDIR}"/data
119
120 insinto "${MY_HTDOCSDIR}"
121 doins -r [[:lower:]]*
122
123 webapp_configfile "${MY_HTDOCSDIR}"/mythweb.conf.{apache,lighttpd}
124
125 webapp_serverowned "${MY_HTDOCSDIR}"/data
126
127 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt
128
129 webapp_src_install
130
131 fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb/mythweb.pl
132 }