Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/net-scp: ChangeLog net-scp-1.0.2.ebuild
Date: Wed, 25 Feb 2009 20:59:18
Message-Id: E1LcQqa-00042v-BU@stork.gentoo.org
1 robbat2 09/02/25 20:59:16
2
3 Modified: ChangeLog
4 Added: net-scp-1.0.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/net-scp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/net-scp/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/net-scp/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/net-scp/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -p -w -b -B -u -u -r1.4 -r1.5
22 --- ChangeLog 22 Sep 2008 20:01:36 -0000 1.4
23 +++ ChangeLog 25 Feb 2009 20:59:16 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/net-scp
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v 1.4 2008/09/22 20:01:36 armin76 Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v 1.5 2009/02/25 20:59:16 robbat2 Exp $
30 +
31 +*net-scp-1.0.2 (25 Feb 2009)
32 +
33 + 25 Feb 2009; Robin H. Johnson <robbat2@g.o> +net-scp-1.0.2.ebuild:
34 + Version bump.
35
36 22 Sep 2008; Raúl Porcel <armin76@g.o> net-scp-1.0.1.ebuild:
37 Add ~ia64 wrt #238171
38
39
40
41 1.1 dev-ruby/net-scp/net-scp-1.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/net-scp/net-scp-1.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/net-scp/net-scp-1.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: net-scp-1.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/net-scp-1.0.2.ebuild,v 1.1 2009/02/25 20:59:16 robbat2 Exp $
51
52 inherit gems
53
54 DESCRIPTION="A pure Ruby implementation of the SCP client protocol"
55 HOMEPAGE="http://net-ssh.rubyforge.org/scp"
56
57 LICENSE="GPL-2"
58 SLOT="2"
59 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86"
60 IUSE=""
61
62 RDEPEND=">=dev-ruby/net-ssh-2.0.0"