Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/lsparisc: lsparisc-0.3.ebuild ChangeLog
Date: Tue, 09 Oct 2007 08:38:17
Message-Id: E1IfASC-0000HI-DK@stork.gentoo.org
1 jer 07/10/09 08:28:36
2
3 Modified: lsparisc-0.3.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.3 sys-apps/lsparisc/lsparisc-0.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsparisc/lsparisc-0.3.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsparisc/lsparisc-0.3.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsparisc/lsparisc-0.3.ebuild?r1=1.2&r2=1.3
14
15 Index: lsparisc-0.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/lsparisc-0.3.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- lsparisc-0.3.ebuild 15 Feb 2007 23:21:20 -0000 1.2
22 +++ lsparisc-0.3.ebuild 9 Oct 2007 08:28:35 -0000 1.3
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/sys-apps/lsparisc/lsparisc-0.3.ebuild,v 1.2 2007/02/15 23:21:20 jer Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/lsparisc-0.3.ebuild,v 1.3 2007/10/09 08:28:35 jer Exp $
28
29 DESCRIPTION="Like lspci but for PARISC devices"
30 HOMEPAGE="http://packages.debian.org/unstable/utils/lsparisc"
31 @@ -16,7 +16,7 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37
38 sed -e 's|"0.2"|"0.3"|g' -i lsparisc.c
39 }
40
41
42
43 1.12 sys-apps/lsparisc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsparisc/ChangeLog?rev=1.12&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsparisc/ChangeLog?rev=1.12&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/lsparisc/ChangeLog?r1=1.11&r2=1.12
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/ChangeLog,v
52 retrieving revision 1.11
53 retrieving revision 1.12
54 diff -u -r1.11 -r1.12
55 --- ChangeLog 12 Jun 2007 21:30:05 -0000 1.11
56 +++ ChangeLog 9 Oct 2007 08:28:35 -0000 1.12
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/lsparisc
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/ChangeLog,v 1.11 2007/06/12 21:30:05 jer Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsparisc/ChangeLog,v 1.12 2007/10/09 08:28:35 jer Exp $
62 +
63 + 09 Oct 2007; Jeroen Roovers <jer@g.o> lsparisc-0.3.ebuild:
64 + Fix quoting issues caught by latest repoman.
65
66 12 Jun 2007; Jeroen Roovers <jer@g.o> -lsparisc-0.2.ebuild:
67 Remove old version.
68
69
70
71 --
72 gentoo-commits@g.o mailing list