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/dust: dust-0.1.6-r2.ebuild ChangeLog
Date: Sat, 24 Dec 2011 01:38:26
Message-Id: 20111224013815.282FE2004B@flycatcher.gentoo.org
1 flameeyes 11/12/24 01:38:15
2
3 Modified: ChangeLog
4 Added: dust-0.1.6-r2.ebuild
5 Log:
6 Revision bump: port to EAPI=4 and add ree18 support.
7
8 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.7 dev-ruby/dust/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dust/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dust/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dust/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 21 Jul 2010 12:55:08 -0000 1.6
24 +++ ChangeLog 24 Dec 2011 01:38:15 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/dust
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v 1.6 2010/07/21 12:55:08 fauli Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/ChangeLog,v 1.7 2011/12/24 01:38:15 flameeyes Exp $
31 +
32 +*dust-0.1.6-r2 (24 Dec 2011)
33 +
34 + 24 Dec 2011; Diego E. Pettenò <flameeyes@g.o> +dust-0.1.6-r2.ebuild:
35 + Revision bump: port to EAPI=4 and add ree18 support.
36
37 21 Jul 2010; Christian Faulhammer <fauli@g.o> dust-0.1.6-r1.ebuild:
38 stable x86, bug 321217
39
40
41
42 1.1 dev-ruby/dust/dust-0.1.6-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dust/dust-0.1.6-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/dust/dust-0.1.6-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: dust-0.1.6-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/dust/dust-0.1.6-r2.ebuild,v 1.1 2011/12/24 01:38:14 flameeyes Exp $
52
53 EAPI="4"
54 USE_RUBY="ruby18 ree18"
55
56 RUBY_FAKEGEM_EXTRADOC="README"
57
58 inherit ruby-fakegem
59
60 DESCRIPTION="Descriptive block syntax definition for Test::Unit."
61 HOMEPAGE="http://dust.rubyforge.org/"
62 LICENSE="MIT"
63
64 KEYWORDS="~amd64 ~x86"
65 SLOT="0"
66 IUSE=""
67
68 # Remove a long-obsolete rubygems method.
69 all_ruby_prepare() {
70 sed -i '/manage_gems/d' rakefile.rb || die "Unable to update rakefile.rb"
71 }
72
73 each_ruby_prepare() {
74 sed -i '/manage_gems/d' rakefile.rb || die "Unable to update rakefile.rb"
75 }