diff options
Diffstat (limited to 'dev-ruby/ruby-password/ruby-password-0.5.2.ebuild')
-rw-r--r-- | dev-ruby/ruby-password/ruby-password-0.5.2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-ruby/ruby-password/ruby-password-0.5.2.ebuild b/dev-ruby/ruby-password/ruby-password-0.5.2.ebuild new file mode 100644 index 000000000000..358dcff2c3b4 --- /dev/null +++ b/dev-ruby/ruby-password/ruby-password-0.5.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2005 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.2.ebuild,v 1.1 2005/08/19 15:00:22 tigger 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" +KEYWORDS="~amd64" +DEPEND=">=dev-ruby/ruby-termios-0.9.4" |