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/merb-core: ChangeLog merb-core-1.1.3.ebuild
Date: Fri, 29 Oct 2010 15:57:09
Message-Id: 20101029155646.4639A20051@flycatcher.gentoo.org
1 graaff 10/10/29 15:56:46
2
3 Modified: ChangeLog
4 Added: merb-core-1.1.3.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/merb-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-core/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-core/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-core/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 3 Jul 2010 12:18:56 -0000 1.1
23 +++ ChangeLog 29 Oct 2010 15:56:46 -0000 1.2
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/merb-core
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.1 2010/07/03 12:18:56 hollow Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/ChangeLog,v 1.2 2010/10/29 15:56:46 graaff Exp $
29 +
30 +*merb-core-1.1.3 (29 Oct 2010)
31 +
32 + 29 Oct 2010; Hans de Graaff <graaff@g.o> +merb-core-1.1.3.ebuild:
33 + Version bump.
34
35 *merb-core-1.1.2 (03 Jul 2010)
36
37
38
39
40 1.1 dev-ruby/merb-core/merb-core-1.1.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: merb-core-1.1.3.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-core/merb-core-1.1.3.ebuild,v 1.1 2010/10/29 15:56:46 graaff Exp $
50
51 EAPI="2"
52 USE_RUBY="ruby18"
53
54 # Tools to generate docs are missing from gem distribution.
55 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
56
57 # Specs use a convoluted scheme to handle multiple ruby implementations
58 # (and getting it wrong) and dependencies are missing
59 # (e.g. memcache). Skip for now.
60 RUBY_FAKEGEM_TASK_TEST=""
61
62 RUBY_FAKEGEM_EXTRADOC="CHANGELOG PUBLIC_CHANGELOG REAME TODO"
63
64 inherit ruby-fakegem
65
66 DESCRIPTION="Pocket rocket web framework"
67 HOMEPAGE="http://merbivore.com"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE=""
73
74 ruby_add_rdepend "dev-ruby/bundler
75 >=dev-ruby/erubis-2.6.2
76 >=dev-ruby/extlib-0.9.13
77 >=dev-ruby/mime-types-1.16
78 dev-ruby/rack
79 dev-ruby/rake"
80
81 all_ruby_prepare() {
82 # Remove unpackaged tool so that we can use the Rakefile.
83 sed -i '/annotation_extract/d' Rakefile || die
84 }