Gentoo Archives: gentoo-dev

From: Donnie Berkholz <dberkholz@g.o>
To: gentoo-dev@l.g.o, tester@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-misc/supercat: ChangeLog supercat-0.5.2.ebuild
Date: Sat, 29 Sep 2007 04:55:59
Message-Id: 20070929044438.GG24088@supernova
1 On 00:23 Sat 29 Sep , Olivier Crete (tester) wrote:
2 > 1.1 app-misc/supercat/supercat-0.5.2.ebuild
3 >
4 > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?rev=1.1&view=markup
5 > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild?rev=1.1&content-type=text/plain
6 >
7 > Index: supercat-0.5.2.ebuild
8 > ===================================================================
9 > # Copyright 1999-2007 Gentoo Foundation
10 > # Distributed under the terms of the GNU General Public License v2
11 > # $Header: /var/cvsroot/gentoo-x86/app-misc/supercat/supercat-0.5.2.ebuild,v 1.1 2007/09/29 00:23:14 tester Exp $
12 >
13 > DESCRIPTION="A text file colorizer using powerful regular expressions"
14 > HOMEPAGE="http://supercat.nosredna.net"
15 > SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
16 >
17 > LICENSE="GPL-3"
18 > SLOT="0"
19 > KEYWORDS="~amd64 ~x86"
20 > IUSE=""
21 >
22 > DEPEND=""
23 > RDEPEND=""
24 > src_install() {
25 > emake DESTDIR=${D} install || die "Install failed!"
26 >
27 > dodoc ChangeLog
28 > }
29
30 This is a pretty simple ebuild, but it still manages to have basic QA
31 issues like quoting on D.
32
33 Thanks,
34 Donnie
35 --
36 gentoo-dev@g.o mailing list