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/radius: ChangeLog radius-0.6.1-r1.ebuild
Date: Tue, 01 Jun 2010 07:55:15
Message-Id: 20100601075506.372F52CE14@corvid.gentoo.org
1 graaff 10/06/01 07:55:06
2
3 Modified: ChangeLog
4 Added: radius-0.6.1-r1.ebuild
5 Log:
6 Convert to ruby-fakegem.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-ruby/radius/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 9 Dec 2009 21:36:54 -0000 1.3
23 +++ ChangeLog 1 Jun 2010 07:55:05 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/radius
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.3 2009/12/09 21:36:54 graaff Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/radius/ChangeLog,v 1.4 2010/06/01 07:55:05 graaff Exp $
30 +
31 +*radius-0.6.1-r1 (01 Jun 2010)
32 +
33 + 01 Jun 2010; Hans de Graaff <graaff@g.o> +radius-0.6.1-r1.ebuild:
34 + Convert to ruby-fakegem.
35
36 09 Dec 2009; Hans de Graaff <graaff@g.o> -radius-0.5.1.ebuild:
37 Remove old version.
38
39
40
41 1.1 dev-ruby/radius/radius-0.6.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/radius-0.6.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/radius/radius-0.6.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: radius-0.6.1-r1.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/radius/radius-0.6.1-r1.ebuild,v 1.1 2010/06/01 07:55:05 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_TASK_DOC="docs"
56 RUBY_FAKEGEM_DOCDIR="doc"
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="~x86 ~amd64"
67 IUSE=""
68
69 # Remove newgem related tasks to avoid dependency on it. This is only
70 # needed to create and distribute the gem.
71 all_ruby_prepare() {
72 sed -i -e '/newgem\/tasks/d' Rakefile || die "Unable to remove newgem code."
73 sed -i -e 's/newgem//' Rakefile || die "Unable to remove newgem code."
74 sed -i -e 's/::Newgem::VERSION/0/' Rakefile || die "Unable to remove newgem code."
75 }
76
77 ruby_add_bdepend "dev-ruby/hoe"