Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-password: ChangeLog ruby-password-0.5.3.ebuild
Date: Thu, 18 Jun 2009 18:21:51
Message-Id: E1MHMFA-0000JI-AK@stork.gentoo.org
1 graaff 09/06/18 18:21:48
2
3 Modified: ChangeLog
4 Added: ruby-password-0.5.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 dev-ruby/ruby-password/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-password/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-password/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-password/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-password/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 22 Feb 2007 01:17:02 -0000 1.4
23 +++ ChangeLog 18 Jun 2009 18:21:48 -0000 1.5
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/ruby-password
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-password/ChangeLog,v 1.4 2007/02/22 01:17:02 peper Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-password/ChangeLog,v 1.5 2009/06/18 18:21:48 graaff Exp $
30 +
31 +*ruby-password-0.5.3 (18 Jun 2009)
32 +
33 + 18 Jun 2009; Hans de Graaff <graaff@g.o>
34 + +ruby-password-0.5.3.ebuild:
35 + Version bump with minor build system fixes.
36
37 22 Feb 2007; Piotr JaroszyƄski <peper@g.o> ChangeLog:
38 Transition to Manifest2.
39
40
41
42 1.1 dev-ruby/ruby-password/ruby-password-0.5.3.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-password/ruby-password-0.5.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-password/ruby-password-0.5.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-password-0.5.3.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 inherit ruby
54
55 DESCRIPTION="Ruby/Password comprises a set of useful methods for creating, verifying and manipulating passwords."
56 HOMEPAGE="http://www.caliban.org/ruby/"
57 SRC_URI="http://www.caliban.org/files/ruby/${P}.tar.gz"
58 LICENSE="GPL-2"
59 SLOT="0"
60 IUSE=""
61 USE_RUBY="ruby18"
62 KEYWORDS="~amd64 ~x86"
63 DEPEND=">=dev-ruby/ruby-termios-0.9.4"