Gentoo Archives: gentoo-commits

From: "Steve Dibb (beandog)" <beandog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/webapp-config: webapp-config-1.50.16-r1.ebuild
Date: Mon, 24 Aug 2009 15:52:02
Message-Id: E1Mfbpr-00088F-FY@stork.gentoo.org
1 beandog 09/08/24 15:51:55
2
3 Modified: webapp-config-1.50.16-r1.ebuild
4 Log:
5 remove dodoc on non-existant file
6 (Portage version: 2.2_rc38/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild?r1=1.11&r2=1.12
14
15 Index: webapp-config-1.50.16-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- webapp-config-1.50.16-r1.ebuild 3 Apr 2008 10:24:04 -0000 1.11
22 +++ webapp-config-1.50.16-r1.ebuild 24 Aug 2009 15:51:55 -0000 1.12
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/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v 1.11 2008/04/03 10:24:04 hollow Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-admin/webapp-config/webapp-config-1.50.16-r1.ebuild,v 1.12 2009/08/24 15:51:55 beandog Exp $
28
29 inherit eutils distutils
30
31 @@ -34,7 +34,7 @@
32 cp config/webapp-config "${D}"/etc/vhosts/
33 keepdir /usr/share/webapps
34 keepdir /var/db/webapps
35 - dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt TODO.txt CHANGES.txt examples/postinstall-en.txt
36 + dodoc examples/phpmyadmin-2.5.4-r1.ebuild AUTHORS.txt CHANGES.txt examples/postinstall-en.txt
37 doman doc/webapp-config.5 doc/webapp-config.8
38 dohtml doc/webapp-config.5.html doc/webapp-config.8.html
39 }