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-hmac: ChangeLog ruby-hmac-0.4.0.ebuild
Date: Mon, 22 Feb 2010 20:03:18
Message-Id: E1NjeUt-0002cj-8r@stork.gentoo.org
1 graaff 10/02/22 20:03:15
2
3 Modified: ChangeLog
4 Added: ruby-hmac-0.4.0.ebuild
5 Log:
6 Version bump. Convert to ruby-fakegem.
7 (Portage version: 2.1.7.16/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/ruby-hmac/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-hmac/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-hmac/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-hmac/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-hmac/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 16 May 2009 09:58:37 -0000 1.1
23 +++ ChangeLog 22 Feb 2010 20:03:14 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/ruby-hmac
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-hmac/ChangeLog,v 1.1 2009/05/16 09:58:37 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-hmac/ChangeLog,v 1.2 2010/02/22 20:03:14 graaff Exp $
30 +
31 +*ruby-hmac-0.4.0 (22 Feb 2010)
32 +
33 + 22 Feb 2010; Hans de Graaff <graaff@g.o> +ruby-hmac-0.4.0.ebuild:
34 + Version bump. Convert to ruby-fakegem.
35
36 *ruby-hmac-0.3.2 (16 May 2009)
37
38
39
40
41 1.1 dev-ruby/ruby-hmac/ruby-hmac-0.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-hmac/ruby-hmac-0.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-hmac/ruby-hmac-0.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-hmac-0.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-hmac/ruby-hmac-0.4.0.ebuild,v 1.1 2010/02/22 20:03:14 graaff Exp $
51
52 EAPI="2"
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_TASK_DOC="docs"
56 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="A common interface to HMAC functionality as documented in RFC2104."
61 HOMEPAGE="http://ruby-hmac.rubyforge.org/"
62
63 LICENSE="MIT"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 ruby_add_bdepend doc ">=dev-ruby/hoe-2.5.0"
69 ruby_add_bdepend test ">=dev-ruby/hoe-2.5.0 virtual/ruby-test-unit"