Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-astronomy/wcstools: wcstools-3.7.1.ebuild ChangeLog
Date: Fri, 19 Oct 2007 10:29:05
Message-Id: E1Iiow0-0006Xh-S1@stork.gentoo.org
1 bicatali 07/10/19 10:18:28
2
3 Modified: wcstools-3.7.1.ebuild ChangeLog
4 Log:
5 fixed a failing dodoc (bug #196385).
6 (Portage version: 2.1.3.14)
7
8 Revision Changes Path
9 1.2 sci-astronomy/wcstools/wcstools-3.7.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/wcstools-3.7.1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/wcstools-3.7.1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/wcstools-3.7.1.ebuild?r1=1.1&r2=1.2
14
15 Index: wcstools-3.7.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/wcstools-3.7.1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wcstools-3.7.1.ebuild 18 Oct 2007 12:05:42 -0000 1.1
22 +++ wcstools-3.7.1.ebuild 19 Oct 2007 10:18:28 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/wcstools-3.7.1.ebuild,v 1.1 2007/10/18 12:05:42 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/wcstools-3.7.1.ebuild,v 1.2 2007/10/19 10:18:28 bicatali Exp $
28
29 inherit eutils autotools
30
31 @@ -36,7 +36,7 @@
32 src_install() {
33 emake DESTDIR="${D}" install || die "emake install failed"
34 doman Man/man1/* || die "doman failed"
35 - dodoc Readme Programs NEWS libned/NED_CLIENT || die "dodoc failed"
36 + dodoc Readme Programs NEWS libned/NED_client || die "dodoc failed"
37 newdoc libwcs/Readme Readme.libwcs || die "newdoc failed"
38 newdoc libwcs/NEWS NEWS.libwcs || die "newdoc failed"
39 }
40
41
42
43 1.7 sci-astronomy/wcstools/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/ChangeLog?rev=1.7&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/ChangeLog?rev=1.7&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-astronomy/wcstools/ChangeLog?r1=1.6&r2=1.7
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v
52 retrieving revision 1.6
53 retrieving revision 1.7
54 diff -u -r1.6 -r1.7
55 --- ChangeLog 18 Oct 2007 12:05:42 -0000 1.6
56 +++ ChangeLog 19 Oct 2007 10:18:28 -0000 1.7
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sci-astronomy/wcstools
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v 1.6 2007/10/18 12:05:42 bicatali Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-astronomy/wcstools/ChangeLog,v 1.7 2007/10/19 10:18:28 bicatali Exp $
62 +
63 + 19 Oct 2007; Sébastien Fabbro <bicatali@g.o>
64 + wcstools-3.7.1.ebuild:
65 + fixed a failing dodoc (bug #196385).
66
67 *wcstools-3.7.1 (18 Oct 2007)
68
69
70
71
72 --
73 gentoo-commits@g.o mailing list