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-mathematics/gretl: ChangeLog gretl-1.9.0.ebuild
Date: Tue, 11 May 2010 01:34:22
Message-Id: 20100511013415.8434D2C5F2@corvid.gentoo.org
1 bicatali 10/05/11 01:34:15
2
3 Modified: ChangeLog gretl-1.9.0.ebuild
4 Log:
5 Removed TODO from dodoc
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.24 sci-mathematics/gretl/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.24&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?rev=1.24&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/ChangeLog?r1=1.23&r2=1.24
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v
18 retrieving revision 1.23
19 retrieving revision 1.24
20 diff -u -r1.23 -r1.24
21 --- ChangeLog 4 May 2010 19:50:48 -0000 1.23
22 +++ ChangeLog 11 May 2010 01:34:15 -0000 1.24
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-mathematics/gretl
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.23 2010/05/04 19:50:48 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/ChangeLog,v 1.24 2010/05/11 01:34:15 bicatali Exp $
28 +
29 + 11 May 2010; Sébastien Fabbro <bicatali@g.o> gretl-1.9.0.ebuild:
30 + Removed TODO from dodoc
31
32 *gretl-1.9.0 (04 May 2010)
33
34
35
36
37 1.2 sci-mathematics/gretl/gretl-1.9.0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild?r1=1.1&r2=1.2
42
43 Index: gretl-1.9.0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gretl-1.9.0.ebuild 4 May 2010 19:50:48 -0000 1.1
50 +++ gretl-1.9.0.ebuild 11 May 2010 01:34:15 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild,v 1.1 2010/05/04 19:50:48 bicatali Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/gretl/gretl-1.9.0.ebuild,v 1.2 2010/05/11 01:34:15 bicatali Exp $
56
57 USE_EINSTALL=true
58 EAPI=2
59 @@ -110,8 +110,7 @@
60 elisp-site-file-install "${FILESDIR}/${SITEFILE}" \
61 || die "elisp-site-file-install failed"
62 fi
63 - dodoc README README.audio ChangeLog CompatLog TODO \
64 - || die "dodoc failed"
65 + dodoc README README.audio ChangeLog CompatLog
66 }
67
68 pkg_postinst() {