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/addressable: ChangeLog addressable-2.1.2.ebuild
Date: Tue, 27 Apr 2010 05:42:06
Message-Id: 20100427054201.4A4E12C04C@corvid.gentoo.org
1 graaff 10/04/27 05:42:01
2
3 Modified: ChangeLog
4 Added: addressable-2.1.2.ebuild
5 Log:
6 Version bump: various enhancements and bug fixes.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/addressable/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/addressable/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/addressable/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/addressable/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 16 Dec 2009 20:13:43 -0000 1.1
23 +++ ChangeLog 27 Apr 2010 05:42:01 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/addressable
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.1 2009/12/16 20:13:43 flameeyes Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.2 2010/04/27 05:42:01 graaff Exp $
30 +
31 +*addressable-2.1.2 (27 Apr 2010)
32 +
33 + 27 Apr 2010; Hans de Graaff <graaff@g.o> +addressable-2.1.2.ebuild:
34 + Version bump: various enhancements and bug fixes.
35
36 *addressable-2.1.1 (16 Dec 2009)
37
38
39
40
41 1.1 dev-ruby/addressable/addressable-2.1.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/addressable/addressable-2.1.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/addressable/addressable-2.1.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: addressable-2.1.2.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/addressable/addressable-2.1.2.ebuild,v 1.1 2010/04/27 05:42:01 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ruby19 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
56 RUBY_FAKEGEM_TASK_TEST="spec:normal"
57
58 RAKE_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="README CHANGELOG"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library."
64 HOMEPAGE="http://addressable.rubyforge.org/"
65
66 LICENSE="as-is"
67
68 SLOT="0"
69 KEYWORDS="~amd64"
70 IUSE=""
71
72 ruby_add_bdepend test dev-ruby/rspec