Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/radius: radius-0.7.3.ebuild ChangeLog
Date: Mon, 27 Feb 2012 23:48:03
Message-Id: 20120227234745.F1F0C2004B@flycatcher.gentoo.org
1 flameeyes 12/02/27 23:47:45
2
3 Modified: ChangeLog
4 Added: radius-0.7.3.ebuild
5 Log:
6 Version bump; since the new version uses kramdown rather than redcloth, add support for JRuby and Ruby 1.9 as well.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.8 dev-ruby/radius/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 15 Aug 2011 06:11:06 -0000 1.7
24 +++ ChangeLog 27 Feb 2012 23:47:45 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/radius
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.7 2011/08/15 06:11:06 graaff Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.8 2012/02/27 23:47:45 flameeyes Exp $
31 +
32 +*radius-0.7.3 (27 Feb 2012)
33 +
34 + 27 Feb 2012; Diego E. Pettenò <flameeyes@g.o> +radius-0.7.3.ebuild:
35 + Version bump; since the new version uses kramdown rather than redcloth, add
36 + support for JRuby and Ruby 1.9 as well.
37
38 *radius-0.7.1 (15 Aug 2011)
39
40
41
42
43 1.1 dev-ruby/radius/radius-0.7.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/radius-0.7.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/radius-0.7.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: radius-0.7.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/radius-0.7.3.ebuild,v 1.1 2012/02/27 23:47:45 flameeyes Exp $
53
54 EAPI=4
55 USE_RUBY="ruby18 ruby19 ree18 jruby"
56
57 RUBY_FAKEGEM_EXTRADOC="CHANGELOG QUICKSTART.rdoc README.rdoc"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Powerful tag-based template system."
62 HOMEPAGE="http://radius.rubyforge.org/"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 ruby_add_bdepend "test? ( dev-ruby/kramdown )"