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.1_p25396.ebuild mythweb-0.23.1_p25367.ebuild
Date: Tue, 27 Jul 2010 03:14:11
Message-Id: 20100727031409.58FEB2CF39@corvid.gentoo.org
1 cardoe 10/07/27 03:14:08
2
3 Modified: ChangeLog
4 Added: mythweb-0.23.1_p25396.ebuild
5 Removed: mythweb-0.23.1_p25367.ebuild
6 Log:
7 Update to version that properly identifies itself as 0.23.1
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.84 www-apps/mythweb/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.84&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.84&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.83&r2=1.84
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
20 retrieving revision 1.83
21 retrieving revision 1.84
22 diff -u -r1.83 -r1.84
23 --- ChangeLog 26 Jul 2010 19:19:34 -0000 1.83
24 +++ ChangeLog 27 Jul 2010 03:14:08 -0000 1.84
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-apps/mythweb
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.83 2010/07/26 19:19:34 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.84 2010/07/27 03:14:08 cardoe Exp $
30 +
31 +*mythweb-0.23.1_p25396 (27 Jul 2010)
32 +
33 + 27 Jul 2010; Doug Goldstein <cardoe@g.o>
34 + -mythweb-0.23.1_p25367.ebuild, +mythweb-0.23.1_p25396.ebuild:
35 + Update to version that properly identifies itself as 0.23.1
36
37 26 Jul 2010; Doug Goldstein <cardoe@g.o>
38 mythweb-0.23_p25065.ebuild, mythweb-0.23.1_p25367.ebuild:
39
40
41
42 1.1 www-apps/mythweb/mythweb-0.23.1_p25396.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mythweb-0.23.1_p25396.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.23.1_p25396.ebuild,v 1.1 2010/07/27 03:14:08 cardoe Exp $
52
53 EAPI=2
54 inherit mythtv webapp depend.php
55
56 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
57 IUSE=""
58 KEYWORDS="~amd64 ~ppc ~x86"
59
60 RDEPEND="dev-lang/php[json,mysql,session,posix]
61 || ( <dev-lang/php-5.3[spl,pcre] >=dev-lang/php-5.3 )
62 dev-perl/DBI
63 dev-perl/DBD-mysql
64 dev-perl/Net-UPnP"
65
66 DEPEND="${RDEPEND}
67 app-arch/unzip"
68
69 need_httpd_cgi
70 need_php5_httpd
71
72 src_configure() {
73 :
74 }
75
76 src_compile() {
77 :
78 }
79
80 src_install() {
81 webapp_src_preinst
82
83 cd "${S}"/mythweb
84 dodoc README INSTALL
85
86 dodir "${MY_HTDOCSDIR}"/data
87
88 insinto "${MY_HTDOCSDIR}"
89 doins -r [[:lower:]]*
90
91 webapp_configfile "${MY_HTDOCSDIR}"/mythweb.conf.{apache,lighttpd}
92
93 webapp_serverowned "${MY_HTDOCSDIR}"/data
94
95 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt
96
97 webapp_src_install
98
99 fperms 755 /usr/share/webapps/mythweb/${PV}/htdocs/mythweb.pl
100 }