Gentoo Archives: gentoo-commits

From: "Ned Ludd (solar)" <solar@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/ack: ack-1.86.ebuild
Date: Mon, 04 Aug 2008 22:58:49
Message-Id: E1KQ90n-0000DE-FH@stork.gentoo.org
1 solar 08/08/04 22:58:45
2
3 Modified: ack-1.86.ebuild
4 Log:
5 - ebuild style. anti word wrap
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.2 sys-apps/ack/ack-1.86.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ack/ack-1.86.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ack/ack-1.86.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/ack/ack-1.86.ebuild?r1=1.1&r2=1.2
14
15 Index: ack-1.86.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-1.86.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ack-1.86.ebuild 4 Aug 2008 20:01:07 -0000 1.1
22 +++ ack-1.86.ebuild 4 Aug 2008 22:58:44 -0000 1.2
23 @@ -1,11 +1,10 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-1.86.ebuild,v 1.1 2008/08/04 20:01:07 rajiv Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/ack/ack-1.86.ebuild,v 1.2 2008/08/04 22:58:44 solar Exp $
28
29 inherit perl-module
30
31 -DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of
32 -heterogeneous source code"
33 +DESCRIPTION="ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code"
34 HOMEPAGE="http://www.petdance.com/ack/"
35 SRC_URI="mirror://cpan/authors/id/P/PE/PETDANCE/${P}.tar.gz"