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.20.2_p15488.ebuild
Date: Thu, 24 Jan 2008 16:05:30
Message-Id: E1JI4ZF-0005Rc-Cv@stork.gentoo.org
1 cardoe 08/01/24 16:04:41
2
3 Modified: ChangeLog
4 Added: mythweb-0.20.2_p15488.ebuild
5 Log:
6 upstream fix for music playlist
7 (Portage version: 2.1.4)
8
9 Revision Changes Path
10 1.53 www-apps/mythweb/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.53&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.53&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.52&r2=1.53
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
19 retrieving revision 1.52
20 retrieving revision 1.53
21 diff -u -r1.52 -r1.53
22 --- ChangeLog 15 Jan 2008 16:34:31 -0000 1.52
23 +++ ChangeLog 24 Jan 2008 16:04:40 -0000 1.53
24 @@ -1,6 +1,11 @@
25 # ChangeLog for www-apps/mythweb
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.52 2008/01/15 16:34:31 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.53 2008/01/24 16:04:40 cardoe Exp $
29 +
30 +*mythweb-0.20.2_p15488 (24 Jan 2008)
31 +
32 + 24 Jan 2008; Doug Klima <cardoe@g.o> +mythweb-0.20.2_p15488.ebuild:
33 + upstream fix for music playlist
34
35 *mythweb-0.21_pre15448 (15 Jan 2008)
36
37
38
39
40 1.1 www-apps/mythweb/mythweb-0.20.2_p15488.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild?rev=1.1&content-type=text/plain
44
45 Index: mythweb-0.20.2_p15488.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.20.2_p15488.ebuild,v 1.1 2008/01/24 16:04:40 cardoe Exp $
50
51 ESVN_PROJECT="mythplugins"
52
53 inherit mythtv webapp depend.php subversion
54
55 DESCRIPTION="PHP scripts intended to manage MythTV from a web browser."
56 IUSE=""
57 KEYWORDS="~amd64 ~ppc ~x86"
58
59 RDEPEND="dev-perl/DBI
60 dev-perl/DBD-mysql"
61
62 need_php5_httpd
63
64 pkg_setup() {
65 webapp_pkg_setup
66 require_php_with_use session mysql pcre posix
67 }
68
69 src_unpack() {
70 subversion_src_unpack
71 }
72
73 src_compile() {
74 :
75 }
76
77 src_install() {
78 webapp_src_preinst
79
80 cd "${S}/mythweb"
81 dodoc README TODO
82
83 dodir "${MY_HTDOCSDIR}"/data
84
85 cp -R [[:lower:]]* .htaccess "${D}"${MY_HTDOCSDIR}
86
87 webapp_serverowned "${MY_HTDOCSDIR}"/data
88 webapp_serverowned "${MY_HTDOCSDIR}"/.htaccess
89
90 webapp_configfile "${MY_HTDOCSDIR}"/.htaccess
91
92 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.20.txt
93
94 webapp_src_install
95 }
96
97
98
99 --
100 gentoo-commits@l.g.o mailing list