Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-cdr/cdw: cdw-0.2.4.ebuild
Date: Fri, 29 Feb 2008 17:44:06
Message-Id: E1JV9H7-0006Bf-9c@stork.gentoo.org
1 mr_bones_ 08/02/29 17:44:01
2
3 Modified: cdw-0.2.4.ebuild
4 Log:
5 remove explicit doc extension
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.12 app-cdr/cdw/cdw-0.2.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild?r1=1.11&r2=1.12
14
15 Index: cdw-0.2.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- cdw-0.2.4.ebuild 29 Feb 2008 17:41:03 -0000 1.11
22 +++ cdw-0.2.4.ebuild 29 Feb 2008 17:44:00 -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-cdr/cdw/cdw-0.2.4.ebuild,v 1.11 2008/02/29 17:41:03 carlo Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.2.4.ebuild,v 1.12 2008/02/29 17:44:00 mr_bones_ Exp $
28
29 inherit eutils flag-o-matic
30
31 @@ -88,7 +88,7 @@
32 elog "The directory /usr/share/${PF}/"
33 elog "contains a cdw.sql file. You must install this to your system"
34 elog "for using the Disk Catalog. The installation process is very"
35 - elog "simple, you can find the instructions in"
36 - elog "/usr/share/doc/${PF}/README.gz"
37 + elog "simple, you can find the instructions in the README file in"
38 + elog "/usr/share/doc/${PF}."
39 fi
40 }
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list