Gentoo Archives: gentoo-commits

From: "Doug Klima (cardoe)" <cardoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/mythweb: ChangeLog mythweb-0.21_beta16297.ebuild mythweb-0.21_pre15448.ebuild mythweb-0.21_pre15710.ebuild
Date: Thu, 28 Feb 2008 21:26:12
Message-Id: E1JUqGX-00078e-9K@stork.gentoo.org
1 cardoe 08/02/28 21:26:09
2
3 Modified: ChangeLog
4 Added: mythweb-0.21_beta16297.ebuild
5 Removed: mythweb-0.21_pre15448.ebuild
6 mythweb-0.21_pre15710.ebuild
7 Log:
8 add beta build. remove previous trunk builds due to protocol mismatch
9 (Portage version: 2.1.4.4)
10
11 Revision Changes Path
12 1.56 www-apps/mythweb/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.56&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.56&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.55&r2=1.56
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
21 retrieving revision 1.55
22 retrieving revision 1.56
23 diff -u -r1.55 -r1.56
24 --- ChangeLog 23 Feb 2008 22:21:01 -0000 1.55
25 +++ ChangeLog 28 Feb 2008 21:26:08 -0000 1.56
26 @@ -1,6 +1,13 @@
27 # ChangeLog for www-apps/mythweb
28 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.55 2008/02/23 22:21:01 hollow Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.56 2008/02/28 21:26:08 cardoe Exp $
31 +
32 +*mythweb-0.21_beta16297 (28 Feb 2008)
33 +
34 + 28 Feb 2008; Doug Klima <cardoe@g.o>
35 + +mythweb-0.21_beta16297.ebuild, -mythweb-0.21_pre15448.ebuild,
36 + -mythweb-0.21_pre15710.ebuild:
37 + add beta build. remove previous trunk builds due to protocol mismatch
38
39 23 Feb 2008; Benedikt Böhm <hollow@g.o> metadata.xml,
40 mythweb-0.20.2_p14282.ebuild, mythweb-0.20.2_p15488.ebuild,
41
42
43
44 1.1 www-apps/mythweb/mythweb-0.21_beta16297.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_beta16297.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_beta16297.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mythweb-0.21_beta16297.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_beta16297.ebuild,v 1.1 2008/02/28 21:26:08 cardoe Exp $
54
55 ESVN_PROJECT="mythplugins"
56
57 inherit mythtv webapp depend.php subversion
58
59 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
60 IUSE=""
61 KEYWORDS="~amd64 ~ppc ~x86"
62
63 RDEPEND="dev-perl/DBI
64 dev-perl/DBD-mysql"
65
66 need_httpd_cgi
67 need_php5_httpd
68
69 pkg_setup() {
70 webapp_pkg_setup
71 require_php_with_use session mysql pcre posix
72 }
73
74 src_unpack() {
75 subversion_src_unpack
76 }
77
78 src_compile() {
79 :
80 }
81
82 src_install() {
83 webapp_src_preinst
84
85 cd "${S}"/mythweb
86 dodoc README TODO
87
88 dodir "${MY_HTDOCSDIR}"/data
89
90 insinto "${MY_HTDOCSDIR}"
91 doins -r [[:lower:]]*
92
93 webapp_configfile "${MY_HTDOCSDIR}"/mythweb.conf.{apache,lighttpd}
94
95 webapp_serverowned "${MY_HTDOCSDIR}"/data
96
97 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.21.txt
98
99 webapp_src_install
100 }
101
102
103
104 --
105 gentoo-commits@l.g.o mailing list