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