diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-25 20:59:16 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-02-25 20:59:16 +0000 |
commit | 33578754eb84c9ad1919894339aaf30fb1cb10a8 (patch) | |
tree | 480f46793afc98de7490b234eaf88c8bb40fe5d9 /dev-ruby/net-scp | |
parent | Marked ppc stable for bug #260036. (diff) | |
download | gentoo-2-33578754eb84c9ad1919894339aaf30fb1cb10a8.tar.gz gentoo-2-33578754eb84c9ad1919894339aaf30fb1cb10a8.tar.bz2 gentoo-2-33578754eb84c9ad1919894339aaf30fb1cb10a8.zip |
Version bump.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/net-scp')
-rw-r--r-- | dev-ruby/net-scp/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/net-scp/net-scp-1.0.2.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
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 <robbat2@gentoo.org> +net-scp-1.0.2.ebuild: + Version bump. 22 Sep 2008; Raúl Porcel <armin76@gentoo.org> 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" |