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: addressable-2.3.3.ebuild ChangeLog
Date: Sat, 23 Feb 2013 07:18:51
Message-Id: 20130223071847.6236F2171D@flycatcher.gentoo.org
1 graaff 13/02/23 07:18:47
2
3 Modified: ChangeLog
4 Added: addressable-2.3.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.28 dev-ruby/addressable/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 1 Jan 2013 09:04:02 -0000 1.27
24 +++ ChangeLog 23 Feb 2013 07:18:47 -0000 1.28
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/addressable
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.27 2013/01/01 09:04:02 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.28 2013/02/23 07:18:47 graaff Exp $
30 +
31 +*addressable-2.3.3 (23 Feb 2013)
32 +
33 + 23 Feb 2013; Hans de Graaff <graaff@g.o> +addressable-2.3.3.ebuild:
34 + Version bump.
35
36 01 Jan 2013; Agostino Sarubbo <ago@g.o> addressable-2.3.2.ebuild:
37 Stable for x86, wrt bug #448672
38
39
40
41 1.1 dev-ruby/addressable/addressable-2.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/addressable-2.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: addressable-2.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 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.3.3.ebuild,v 1.1 2013/02/23 07:18:47 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 jruby ree18"
54
55 RUBY_FAKEGEM_TASK_DOC="doc:yard"
56 RUBY_FAKEGEM_RECIPE_TEST="rspec"
57
58 RAKE_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
60
61 RUBY_FAKEGEM_EXTRAINSTALL="data"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="A replacement for the URI implementation that is part of Ruby's standard library."
66 HOMEPAGE="http://addressable.rubyforge.org/"
67
68 LICENSE="Apache-2.0"
69
70 SLOT="0"
71 KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
72 IUSE="doc test"
73
74 ruby_add_bdepend "doc? ( dev-ruby/yard )"
75 ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
76
77 all_ruby_prepare() {
78 # Remove spec-related tasks so that we don't need to require rspec
79 # just to build the documentation, bug 383611.
80 sed -i -e '/spectask/d' Rakefile || die
81 rm tasks/rspec.rake || die
82 }