summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-06-18 18:21:48 +0000
committerHans de Graaff <graaff@gentoo.org>2009-06-18 18:21:48 +0000
commitf465c3407bb7faa969f0b74b5b9695c2c1efb052 (patch)
tree912075c2d6bef43586f9d7e799a80c116b097048 /dev-ruby
parentAdd missing IUSE and USE_RUBY. (diff)
downloadgentoo-2-f465c3407bb7faa969f0b74b5b9695c2c1efb052.tar.gz
gentoo-2-f465c3407bb7faa969f0b74b5b9695c2c1efb052.tar.bz2
gentoo-2-f465c3407bb7faa969f0b74b5b9695c2c1efb052.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/ruby-password/ChangeLog10
-rw-r--r--dev-ruby/ruby-password/ruby-password-0.5.3.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-ruby/ruby-password/ChangeLog b/dev-ruby/ruby-password/ChangeLog
index dc4318d5572f..dadf6855f48d 100644
--- a/dev-ruby/ruby-password/ChangeLog
+++ b/dev-ruby/ruby-password/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/ruby-password
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-password/ChangeLog,v 1.4 2007/02/22 01:17:02 peper Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-password/ChangeLog,v 1.5 2009/06/18 18:21:48 graaff Exp $
+
+*ruby-password-0.5.3 (18 Jun 2009)
+
+ 18 Jun 2009; Hans de Graaff <graaff@gentoo.org>
+ +ruby-password-0.5.3.ebuild:
+ Version bump with minor build system fixes.
22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/dev-ruby/ruby-password/ruby-password-0.5.3.ebuild b/dev-ruby/ruby-password/ruby-password-0.5.3.ebuild
new file mode 100644
index 000000000000..9674fa0a44be
--- /dev/null
+++ b/dev-ruby/ruby-password/ruby-password-0.5.3.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/ruby-password/ruby-password-0.5.3.ebuild,v 1.1 2009/06/18 18:21:48 graaff Exp $
+
+inherit ruby
+
+DESCRIPTION="Ruby/Password comprises a set of useful methods for creating, verifying and manipulating passwords."
+HOMEPAGE="http://www.caliban.org/ruby/"
+SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+USE_RUBY="ruby18"
+KEYWORDS="~amd64 ~x86"
+DEPEND=">=dev-ruby/ruby-termios-0.9.4"