Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/pinfo: pinfo-0.6.9.ebuild ChangeLog
Date: Tue, 09 Oct 2007 08:36:49
Message-Id: E1IfAQl-0000CX-IG@stork.gentoo.org
1 jer 07/10/09 08:27:07
2
3 Modified: pinfo-0.6.9.ebuild ChangeLog
4 Log:
5 Fix quoting issues caught by latest repoman.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.14 app-text/pinfo/pinfo-0.6.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild?rev=1.14&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild?rev=1.14&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild?r1=1.13&r2=1.14
14
15 Index: pinfo-0.6.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v
18 retrieving revision 1.13
19 retrieving revision 1.14
20 diff -u -r1.13 -r1.14
21 --- pinfo-0.6.9.ebuild 15 Oct 2006 09:21:13 -0000 1.13
22 +++ pinfo-0.6.9.ebuild 9 Oct 2007 08:27:07 -0000 1.14
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.13 2006/10/15 09:21:13 kloeri Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/pinfo-0.6.9.ebuild,v 1.14 2007/10/09 08:27:07 jer Exp $
29
30 inherit eutils autotools
31
32 @@ -22,10 +22,10 @@
33
34 src_unpack() {
35 unpack ${A}
36 - cd ${S}
37 + cd "${S}"
38
39 - epatch ${FILESDIR}/${P}-FTPVIEWER.patch
40 - epatch ${FILESDIR}/${P}-as-needed.patch
41 + epatch "${FILESDIR}"/${P}-FTPVIEWER.patch
42 + epatch "${FILESDIR}"/${P}-as-needed.patch
43 AT_M4DIR="${S}/macros" eautoreconf
44 }
45
46 @@ -38,5 +38,5 @@
47 }
48
49 src_install() {
50 - make DESTDIR=${D} sysconfdir=/etc install || die
51 + make DESTDIR="${D}" sysconfdir=/etc install || die
52 }
53
54
55
56 1.40 app-text/pinfo/ChangeLog
57
58 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.40&view=markup
59 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pinfo/ChangeLog?rev=1.40&content-type=text/plain
60 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/pinfo/ChangeLog?r1=1.39&r2=1.40
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v
65 retrieving revision 1.39
66 retrieving revision 1.40
67 diff -u -r1.39 -r1.40
68 --- ChangeLog 20 Oct 2006 02:55:38 -0000 1.39
69 +++ ChangeLog 9 Oct 2007 08:27:07 -0000 1.40
70 @@ -1,6 +1,9 @@
71 # ChangeLog for app-text/pinfo
72 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.39 2006/10/20 02:55:38 jer Exp $
74 +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
75 +# $Header: /var/cvsroot/gentoo-x86/app-text/pinfo/ChangeLog,v 1.40 2007/10/09 08:27:07 jer Exp $
76 +
77 + 09 Oct 2007; Jeroen Roovers <jer@g.o> pinfo-0.6.9.ebuild:
78 + Fix quoting issues caught by latest repoman.
79
80 20 Oct 2006; Jeroen Roovers <jer@g.o> -pinfo-0.6.8.ebuild:
81 Removed old version.
82
83
84
85 --
86 gentoo-commits@g.o mailing list