Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/cutecom: ChangeLog cutecom-0.20.0.ebuild
Date: Sun, 01 Jun 2008 01:21:04
Message-Id: E1K2cFn-0005jI-4m@stork.gentoo.org
1 jurek 08/06/01 01:20:59
2
3 Modified: ChangeLog
4 Added: cutecom-0.20.0.ebuild
5 Log:
6 net-dialup/config: Version bump (bug #213533)
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.16 net-dialup/cutecom/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 1 Oct 2007 11:52:11 -0000 1.15
23 +++ ChangeLog 1 Jun 2008 01:20:58 -0000 1.16
24 @@ -1,6 +1,11 @@
25 # ChangeLog for net-dialup/cutecom
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.15 2007/10/01 11:52:11 mrness Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/ChangeLog,v 1.16 2008/06/01 01:20:58 jurek Exp $
30 +
31 +*cutecom-0.20.0 (01 Jun 2008)
32 +
33 + 01 Jun 2008; Jurek Bartuszek <jurek@g.o> +cutecom-0.20.0.ebuild:
34 + Version bump (bug #213533)
35
36 01 Oct 2007; Alin Năstac <mrness@g.o> cutecom-0.14.1.ebuild:
37 Fix compilation failure when qt4 is present.
38
39
40
41 1.1 net-dialup/cutecom/cutecom-0.20.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/cutecom-0.20.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/cutecom/cutecom-0.20.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: cutecom-0.20.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-dialup/cutecom/cutecom-0.20.0.ebuild,v 1.1 2008/06/01 01:20:58 jurek Exp $
51
52 inherit eutils cmake-utils qt4
53
54 DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt"
55 HOMEPAGE="http://cutecom.sourceforge.net"
56 SRC_URI="http://cutecom.sourceforge.net/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~amd64 ~ppc ~x86"
61 IUSE=""
62
63 DEPEND="$(qt4_min_version 4.0)"
64 RDEPEND="${DEPEND}
65 net-dialup/lrzsz"
66
67
68
69 --
70 gentoo-commits@l.g.o mailing list