Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: ChangeLog mythweb-0.21_pre14633-r1.ebuild mythweb-0.21_pre14633.ebuild
Date: Sun, 21 Oct 2007 18:20:10
Message-Id: E1IjfEh-0006PY-Hj@stork.gentoo.org
1 beandog 07/10/21 18:09:15
2
3 Modified: ChangeLog
4 Added: mythweb-0.21_pre14633-r1.ebuild
5 Removed: mythweb-0.21_pre14633.ebuild
6 Log:
7 Fix sandbox violation, bug 196583
8 (Portage version: 2.1.3.15)
9
10 Revision Changes Path
11 1.51 www-apps/mythweb/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.51&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.51&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.50&r2=1.51
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
20 retrieving revision 1.50
21 retrieving revision 1.51
22 diff -u -r1.50 -r1.51
23 --- ChangeLog 15 Oct 2007 16:02:26 -0000 1.50
24 +++ ChangeLog 21 Oct 2007 18:09:15 -0000 1.51
25 @@ -1,6 +1,12 @@
26 # ChangeLog for www-apps/mythweb
27 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.50 2007/10/15 16:02:26 cardoe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.51 2007/10/21 18:09:15 beandog Exp $
30 +
31 +*mythweb-0.21_pre14633-r1 (21 Oct 2007)
32 +
33 + 21 Oct 2007; Steve Dibb <beandog@g.o>
34 + -mythweb-0.21_pre14633.ebuild, +mythweb-0.21_pre14633-r1.ebuild:
35 + Fix sandbox violation, bug 196583
36
37 *mythweb-0.21_pre14633 (15 Oct 2007)
38
39
40
41
42 1.1 www-apps/mythweb/mythweb-0.21_pre14633-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre14633-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre14633-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mythweb-0.21_pre14633-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 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.21_pre14633-r1.ebuild,v 1.1 2007/10/21 18:09:15 beandog Exp $
52
53 ESVN_PROJECT="mythplugins"
54
55 inherit mythtv webapp depend.php subversion
56
57 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
58 IUSE=""
59 KEYWORDS="~amd64 ~ppc ~x86"
60
61 RDEPEND="dev-perl/DBI
62 dev-perl/DBD-mysql"
63
64 need_php5_httpd
65
66 pkg_setup() {
67 webapp_pkg_setup
68 require_php_with_use session mysql pcre posix
69 }
70
71 src_unpack() {
72 subversion_src_unpack
73 }
74
75 src_compile() {
76 :
77 }
78
79 src_install() {
80 webapp_src_preinst
81
82 cd "${S}/mythweb"
83 dodoc README TODO
84
85 dodir "${MY_HTDOCSDIR}"/data
86
87 cp -R [[:lower:]]* "${D}${MY_HTDOCSDIR}"
88 webapp_configfile ${MY_HTDOCSDIR}/mythweb.conf.apache
89 webapp_configfile ${MY_HTDOCSDIR}/mythweb.conf.lighttpd
90
91 webapp_serverowned "${MY_HTDOCSDIR}"/data
92
93 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt
94
95 webapp_src_install
96 }
97
98
99
100 --
101 gentoo-commits@g.o mailing list