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.2.4.ebuild
Date: Sat, 29 Jan 2011 10:00:04
Message-Id: 20110129095953.762B82004E@flycatcher.gentoo.org
1 graaff 11/01/29 09:59:53
2
3 Modified: ChangeLog
4 Added: addressable-2.2.4.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 dev-ruby/addressable/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 21 Jan 2011 07:22:10 -0000 1.13
24 +++ ChangeLog 29 Jan 2011 09:59:53 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/addressable
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.13 2011/01/21 07:22:10 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/addressable/ChangeLog,v 1.14 2011/01/29 09:59:53 graaff Exp $
30 +
31 +*addressable-2.2.4 (29 Jan 2011)
32 +
33 + 29 Jan 2011; Hans de Graaff <graaff@g.o> +addressable-2.2.4.ebuild:
34 + Version bump.
35
36 *addressable-2.2.3 (21 Jan 2011)
37
38
39
40
41 1.1 dev-ruby/addressable/addressable-2.2.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/addressable-2.2.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/addressable/addressable-2.2.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: addressable-2.2.4.ebuild
47 ===================================================================
48 # Copyright 1999-2011 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.2.4.ebuild,v 1.1 2011/01/29 09:59:53 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ruby19 jruby ree18"
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 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
70 IUSE=""
71
72 ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
73
74 each_ruby_test() {
75 case ${RUBY} in
76 *jruby)
77 ewarn "Tests disabled because they crash jruby."
78 ;;
79 *)
80 each_fakegem_test
81 ;;
82 esac
83 }