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_pre15448.ebuild mythweb-0.21_pre14633-r1.ebuild mythweb-0.21_pre14494.ebuild
Date: Tue, 15 Jan 2008 16:34:35
Message-Id: E1JEokC-0008Id-CP@stork.gentoo.org
1 cardoe 08/01/15 16:34:32
2
3 Modified: ChangeLog
4 Added: mythweb-0.21_pre15448.ebuild
5 Removed: mythweb-0.21_pre14633-r1.ebuild
6 mythweb-0.21_pre14494.ebuild
7 Log:
8 update to newer trunk revision
9 (Portage version: 2.1.4)
10
11 Revision Changes Path
12 1.52 www-apps/mythweb/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.52&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.52&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.51&r2=1.52
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
21 retrieving revision 1.51
22 retrieving revision 1.52
23 diff -u -r1.51 -r1.52
24 --- ChangeLog 21 Oct 2007 18:09:15 -0000 1.51
25 +++ ChangeLog 15 Jan 2008 16:34:31 -0000 1.52
26 @@ -1,6 +1,12 @@
27 # ChangeLog for www-apps/mythweb
28 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.51 2007/10/21 18:09:15 beandog Exp $
30 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.52 2008/01/15 16:34:31 cardoe Exp $
32 +
33 +*mythweb-0.21_pre15448 (15 Jan 2008)
34 +
35 + 15 Jan 2008; Doug Klima <cardoe@g.o> -mythweb-0.21_pre14494.ebuild,
36 + -mythweb-0.21_pre14633-r1.ebuild, +mythweb-0.21_pre15448.ebuild:
37 + update to newer trunk revision
38
39 *mythweb-0.21_pre14633-r1 (21 Oct 2007)
40
41
42
43
44 1.1 www-apps/mythweb/mythweb-0.21_pre15448.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre15448.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_pre15448.ebuild?rev=1.1&content-type=text/plain
48
49 Index: mythweb-0.21_pre15448.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_pre15448.ebuild,v 1.1 2008/01/15 16:34:31 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_php5_httpd
67
68 pkg_setup() {
69 webapp_pkg_setup
70 require_php_with_use session mysql pcre posix
71 }
72
73 src_unpack() {
74 subversion_src_unpack
75 }
76
77 src_compile() {
78 :
79 }
80
81 src_install() {
82 webapp_src_preinst
83
84 cd "${S}/mythweb"
85 dodoc README TODO
86
87 dodir "${MY_HTDOCSDIR}"/data
88
89 cp -R [[:lower:]]* "${D}${MY_HTDOCSDIR}"
90 webapp_configfile ${MY_HTDOCSDIR}/mythweb.conf.apache
91 webapp_configfile ${MY_HTDOCSDIR}/mythweb.conf.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
100
101
102 --
103 gentoo-commits@l.g.o mailing list