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-slices: merb-slices-1.1.3.ebuild ChangeLog
Date: Sun, 02 Jan 2011 12:46:58
Message-Id: 20110102124648.1C16120054@flycatcher.gentoo.org
1 graaff 11/01/02 12:46:48
2
3 Modified: ChangeLog
4 Added: merb-slices-1.1.3.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.2 dev-ruby/merb-slices/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-slices/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-slices/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-slices/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/merb-slices/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 3 Jul 2010 12:27:41 -0000 1.1
24 +++ ChangeLog 2 Jan 2011 12:46:48 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/merb-slices
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-slices/ChangeLog,v 1.1 2010/07/03 12:27:41 hollow Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-slices/ChangeLog,v 1.2 2011/01/02 12:46:48 graaff Exp $
31 +
32 +*merb-slices-1.1.3 (02 Jan 2011)
33 +
34 + 02 Jan 2011; Hans de Graaff <graaff@g.o> +merb-slices-1.1.3.ebuild:
35 + Version bump.
36
37 *merb-slices-1.1.2 (03 Jul 2010)
38
39
40
41
42 1.1 dev-ruby/merb-slices/merb-slices-1.1.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-slices/merb-slices-1.1.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-slices/merb-slices-1.1.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: merb-slices-1.1.3.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/merb-slices/merb-slices-1.1.3.ebuild,v 1.1 2011/01/02 12:46:47 graaff Exp $
52
53 EAPI="2"
54 USE_RUBY="ruby18"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57
58 RUBY_FAKEGEM_DOCDIR="rdoc"
59 RUBY_FAKEGEM_EXTRADOC="README TODO"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Merb plugin for using and creating application slices"
64 HOMEPAGE="http://merbivore.com"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~x86"
69 IUSE=""
70
71 # Tests require merb-gen which we currently only have available in the
72 # ruby overlay.
73 #ruby_add_bdepend "test? ( dev-ruby/rspec:0 )"
74
75 ruby_add_rdepend "~dev-ruby/merb-core-${PV}"