Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/supercat: supercat-0.5.1.ebuild supercat-0.5.2.ebuild ChangeLog
Date: Sat, 29 Sep 2007 07:41:21
Message-Id: E1IbWoR-0007CZ-St@stork.gentoo.org
1 tester 07/09/29 07:32:31
2
3 Modified: supercat-0.5.1.ebuild supercat-0.5.2.ebuild
4 ChangeLog
5 Log:
6 Ooops, forgot some quotes
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.3 app-misc/supercat/supercat-0.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild?r1=1.2&r2=1.3
15
16 Index: supercat-0.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- supercat-0.5.1.ebuild 2 Sep 2007 04:01:31 -0000 1.2
23 +++ supercat-0.5.1.ebuild 29 Sep 2007 07:32:31 -0000 1.3
24 @@ -1,6 +1,6 @@
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-misc/supercat/supercat-0.5.1.ebuild,v 1.2 2007/09/02 04:01:31 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.1.ebuild,v 1.3 2007/09/29 07:32:31 tester Exp $
29
30 DESCRIPTION="A text file colorizer using powerful regular expressions"
31 HOMEPAGE="http://supercat.nosredna.net"
32 @@ -14,5 +14,5 @@
33 DEPEND=""
34 RDEPEND=""
35 src_install() {
36 - emake DESTDIR=${D} install || die "Install failed!"
37 + emake DESTDIR="${D}" install || die "Install failed!"
38 }
39
40
41
42 1.2 app-misc/supercat/supercat-0.5.2.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?r1=1.1&r2=1.2
47
48 Index: supercat-0.5.2.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- supercat-0.5.2.ebuild 29 Sep 2007 00:23:14 -0000 1.1
55 +++ supercat-0.5.2.ebuild 29 Sep 2007 07:32:31 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild,v 1.1 2007/09/29 00:23:14 tester Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild,v 1.2 2007/09/29 07:32:31 tester Exp $
61
62 DESCRIPTION="A text file colorizer using powerful regular expressions"
63 HOMEPAGE="http://supercat.nosredna.net"
64 @@ -14,7 +14,7 @@
65 DEPEND=""
66 RDEPEND=""
67 src_install() {
68 - emake DESTDIR=${D} install || die "Install failed!"
69 + emake DESTDIR="${D}" install || die "Install failed!"
70
71 dodoc ChangeLog
72 }
73
74
75
76 1.3 app-misc/supercat/ChangeLog
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/ChangeLog?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/ChangeLog?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/ChangeLog?r1=1.2&r2=1.3
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- ChangeLog 29 Sep 2007 00:23:14 -0000 1.2
89 +++ ChangeLog 29 Sep 2007 07:32:31 -0000 1.3
90 @@ -1,6 +1,10 @@
91 # ChangeLog for app-misc/supercat
92 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.2 2007/09/29 00:23:14 tester Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.3 2007/09/29 07:32:31 tester Exp $
95 +
96 + 29 Sep 2007; <tester@g.o> supercat-0.5.1.ebuild,
97 + supercat-0.5.2.ebuild:
98 + Ooops, forgot some quotes
99
100 *supercat-0.5.2 (28 Sep 2007)
101
102
103
104
105 --
106 gentoo-commits@g.o mailing list