From 33578754eb84c9ad1919894339aaf30fb1cb10a8 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 25 Feb 2009 20:59:16 +0000 Subject: Version bump. (Portage version: 2.2_rc23/cvs/Linux x86_64) --- dev-ruby/net-scp/ChangeLog | 9 +++++++-- dev-ruby/net-scp/net-scp-1.0.2.ebuild | 15 +++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 dev-ruby/net-scp/net-scp-1.0.2.ebuild (limited to 'dev-ruby/net-scp') diff --git a/dev-ruby/net-scp/ChangeLog b/dev-ruby/net-scp/ChangeLog index 9285f27e4a13..b5c8a63c8a91 100644 --- a/dev-ruby/net-scp/ChangeLog +++ b/dev-ruby/net-scp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/net-scp -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v 1.4 2008/09/22 20:01:36 armin76 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-scp/ChangeLog,v 1.5 2009/02/25 20:59:16 robbat2 Exp $ + +*net-scp-1.0.2 (25 Feb 2009) + + 25 Feb 2009; Robin H. Johnson +net-scp-1.0.2.ebuild: + Version bump. 22 Sep 2008; Raúl Porcel net-scp-1.0.1.ebuild: Add ~ia64 wrt #238171 diff --git a/dev-ruby/net-scp/net-scp-1.0.2.ebuild b/dev-ruby/net-scp/net-scp-1.0.2.ebuild new file mode 100644 index 000000000000..1fd31f18b5f5 --- /dev/null +++ b/dev-ruby/net-scp/net-scp-1.0.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $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 $ + +inherit gems + +DESCRIPTION="A pure Ruby implementation of the SCP client protocol" +HOMEPAGE="http://net-ssh.rubyforge.org/scp" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" +IUSE="" + +RDEPEND=">=dev-ruby/net-ssh-2.0.0" -- cgit v1.2.3-65-gdbad