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: ChangeLog supercat-0.5.2.ebuild
Date: Sat, 29 Sep 2007 00:31:56
Message-Id: E1IbQ70-0004iL-Ne@stork.gentoo.org
1 tester 07/09/29 00:23:14
2
3 Modified: ChangeLog
4 Added: supercat-0.5.2.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.2 app-misc/supercat/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 1 Sep 2007 20:11:31 -0000 1.1
23 +++ ChangeLog 29 Sep 2007 00:23:14 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-misc/supercat
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.1 2007/09/01 20:11:31 tester Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/ChangeLog,v 1.2 2007/09/29 00:23:14 tester Exp $
29 +
30 +*supercat-0.5.2 (28 Sep 2007)
31 +
32 + 28 Sep 2007; <tester@g.o> +supercat-0.5.2.ebuild:
33 + Version bump
34
35 *supercat-0.5.1 (01 Sep 2007)
36
37
38
39
40 1.1 app-misc/supercat/supercat-0.5.2.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?rev=1.1&content-type=text/plain
44
45 Index: supercat-0.5.2.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild,v 1.1 2007/09/29 00:23:14 tester Exp $
50
51 DESCRIPTION="A text file colorizer using powerful regular expressions"
52 HOMEPAGE="http://supercat.nosredna.net"
53 SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
54
55 LICENSE="GPL-3"
56 SLOT="0"
57 KEYWORDS="~amd64 ~x86"
58 IUSE=""
59
60 DEPEND=""
61 RDEPEND=""
62 src_install() {
63 emake DESTDIR=${D} install || die "Install failed!"
64
65 dodoc ChangeLog
66 }
67
68
69
70 --
71 gentoo-commits@g.o mailing list