Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/ampache: ampache-3.3.3.5.ebuild ChangeLog
Date: Fri, 22 Feb 2008 15:40:43
Message-Id: E1JSa0u-0004oz-Dz@stork.gentoo.org
1 hollow 08/02/22 15:40:40
2
3 Modified: ampache-3.3.3.5.ebuild ChangeLog
4 Log:
5 add need_httpd_cgi wrt #208584
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 www-apps/ampache/ampache-3.3.3.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/ampache/ampache-3.3.3.5.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/ampache/ampache-3.3.3.5.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/ampache/ampache-3.3.3.5.ebuild?r1=1.6&r2=1.7
14
15 Index: ampache-3.3.3.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.3.5.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- ampache-3.3.3.5.ebuild 17 Feb 2008 23:00:21 -0000 1.6
22 +++ ampache-3.3.3.5.ebuild 22 Feb 2008 15:40:39 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.3.5.ebuild,v 1.6 2008/02/17 23:00:21 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ampache-3.3.3.5.ebuild,v 1.7 2008/02/22 15:40:39 hollow Exp $
28
29 inherit webapp depend.php
30
31 @@ -15,6 +15,7 @@
32 RDEPEND=""
33 DEPEND=""
34
35 +need_httpd_cgi
36 need_php_httpd
37
38 pkg_setup() {
39 @@ -28,7 +29,8 @@
40 dodoc docs/*
41 rm -rf docs/
42
43 - cp -R . "${D}"${MY_HTDOCSDIR}
44 + insinto "${MY_HTDOCSDIR}"
45 + doins -r .
46
47 webapp_postinst_txt en "${FILESDIR}"/installdoc.txt
48 webapp_src_install
49
50
51
52 1.35 www-apps/ampache/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/ampache/ChangeLog?rev=1.35&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/ampache/ChangeLog?rev=1.35&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apps/ampache/ChangeLog?r1=1.34&r2=1.35
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/www-apps/ampache/ChangeLog,v
61 retrieving revision 1.34
62 retrieving revision 1.35
63 diff -u -r1.34 -r1.35
64 --- ChangeLog 17 Feb 2008 23:00:21 -0000 1.34
65 +++ ChangeLog 22 Feb 2008 15:40:39 -0000 1.35
66 @@ -1,6 +1,9 @@
67 # ChangeLog for www-apps/ampache
68 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ChangeLog,v 1.34 2008/02/17 23:00:21 hollow Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/www-apps/ampache/ChangeLog,v 1.35 2008/02/22 15:40:39 hollow Exp $
71 +
72 + 22 Feb 2008; Benedikt Böhm <hollow@g.o> ampache-3.3.3.5.ebuild:
73 + add need_httpd_cgi wrt #208584
74
75 17 Feb 2008; Benedikt Böhm <hollow@g.o> metadata.xml,
76 ampache-3.3.3.5.ebuild:
77
78
79
80 --
81 gentoo-commits@l.g.o mailing list