Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/interceptty: interceptty-0.6.ebuild
Date: Fri, 01 Jan 2010 18:40:39
Message-Id: E1NQmQN-000499-DJ@stork.gentoo.org
1 ssuominen 10/01/01 18:40:35
2
3 Modified: interceptty-0.6.ebuild
4 Log:
5 too long desc
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 app-misc/interceptty/interceptty-0.6.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild?r1=1.4&r2=1.5
14
15 Index: interceptty-0.6.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- interceptty-0.6.ebuild 14 Jun 2007 01:56:46 -0000 1.4
22 +++ interceptty-0.6.ebuild 1 Jan 2010 18:40:35 -0000 1.5
23 @@ -1,26 +1,19 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v 1.4 2007/06/14 01:56:46 angelos Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-misc/interceptty/interceptty-0.6.ebuild,v 1.5 2010/01/01 18:40:35 ssuominen Exp $
29
30 -DESCRIPTION="interceptty is a program that can sit between a real (or fake!) serial port and an application, recording any communications between the application and the device."
31 +DESCRIPTION="a program that can sit between a serial port and an application"
32 HOMEPAGE="http://www.suspectclass.com/~sgifford/interceptty/"
33 SRC_URI="http://www.suspectclass.com/~sgifford/${PN}/files/${P}.tar.gz"
34
35 LICENSE="GPL-2"
36 SLOT="0"
37 KEYWORDS="amd64 x86"
38 -
39 IUSE=""
40 -DEPEND=""
41 -
42 -src_compile() {
43 - econf || die "econf failed"
44 - emake || die "emake failed"
45 -}
46
47 src_install() {
48 into /usr
49 - dobin interceptty interceptty-nicedump
50 + dobin interceptty interceptty-nicedump || die
51 dodoc AUTHORS NEWS README TODO
52 doman interceptty.1
53 }