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: mythweb-0.21_p20323.ebuild ChangeLog mythweb-0.21_p17573.ebuild
Date: Fri, 31 Jul 2009 18:18:12
Message-Id: E1MWwgE-0007yV-5j@stork.gentoo.org
1 cardoe 09/07/31 18:18:10
2
3 Modified: mythweb-0.21_p20323.ebuild ChangeLog
4 mythweb-0.21_p17573.ebuild
5 Log:
6 need to explicitly depend on unzip since the PM does not for the unpack step in current EAPIs
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 www-apps/mythweb/mythweb-0.21_p20323.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild?r1=1.1&r2=1.2
15
16 Index: mythweb-0.21_p20323.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mythweb-0.21_p20323.ebuild 19 Jul 2009 05:43:22 -0000 1.1
23 +++ mythweb-0.21_p20323.ebuild 31 Jul 2009 18:18:10 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild,v 1.1 2009/07/19 05:43:22 cardoe Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p20323.ebuild,v 1.2 2009/07/31 18:18:10 cardoe Exp $
29
30 EAPI=2
31 inherit mythtv webapp depend.php
32 @@ -12,6 +12,9 @@
33 RDEPEND="dev-perl/DBI
34 dev-perl/DBD-mysql"
35
36 +DEPEND="${RDEPEND}
37 + app-arch/unzip"
38 +
39 need_httpd_cgi
40 need_php5_httpd
41
42
43
44
45 1.67 www-apps/mythweb/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.67&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?rev=1.67&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/ChangeLog?r1=1.66&r2=1.67
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v
54 retrieving revision 1.66
55 retrieving revision 1.67
56 diff -u -r1.66 -r1.67
57 --- ChangeLog 19 Jul 2009 05:43:22 -0000 1.66
58 +++ ChangeLog 31 Jul 2009 18:18:10 -0000 1.67
59 @@ -1,6 +1,11 @@
60 # ChangeLog for www-apps/mythweb
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.66 2009/07/19 05:43:22 cardoe Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/ChangeLog,v 1.67 2009/07/31 18:18:10 cardoe Exp $
64 +
65 + 31 Jul 2009; Doug Goldstein <cardoe@g.o>
66 + mythweb-0.21_p17573.ebuild, mythweb-0.21_p20323.ebuild:
67 + need to explicitly depend on unzip since the PM does not for the unpack
68 + step in current EAPIs
69
70 *mythweb-0.21_p20323 (19 Jul 2009)
71
72
73
74
75 1.7 www-apps/mythweb/mythweb-0.21_p17573.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild?rev=1.7&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild?rev=1.7&content-type=text/plain
79 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild?r1=1.6&r2=1.7
80
81 Index: mythweb-0.21_p17573.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v
84 retrieving revision 1.6
85 retrieving revision 1.7
86 diff -u -r1.6 -r1.7
87 --- mythweb-0.21_p17573.ebuild 19 Jul 2009 05:43:22 -0000 1.6
88 +++ mythweb-0.21_p17573.ebuild 31 Jul 2009 18:18:10 -0000 1.7
89 @@ -1,6 +1,6 @@
90 # Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v 1.6 2009/07/19 05:43:22 cardoe Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/www-apps/mythweb/mythweb-0.21_p17573.ebuild,v 1.7 2009/07/31 18:18:10 cardoe Exp $
94
95 EAPI=2
96 inherit mythtv webapp depend.php
97 @@ -12,6 +12,9 @@
98 RDEPEND="dev-perl/DBI
99 dev-perl/DBD-mysql"
100
101 +DEPEND="${RDEPEND}
102 + app-arch/unzip"
103 +
104 need_httpd_cgi
105 need_php5_httpd