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/autotest-rails: ChangeLog autotest-rails-4.1.2.ebuild
Date: Sat, 07 Apr 2012 06:27:57
Message-Id: 20120407062746.C843E2004B@flycatcher.gentoo.org
1 graaff 12/04/07 06:27:46
2
3 Modified: ChangeLog
4 Added: autotest-rails-4.1.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 dev-ruby/autotest-rails/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/autotest-rails/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/autotest-rails/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/autotest-rails/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 10 Sep 2011 08:08:48 -0000 1.14
24 +++ ChangeLog 7 Apr 2012 06:27:46 -0000 1.15
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/autotest-rails
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.14 2011/09/10 08:08:48 graaff Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/ChangeLog,v 1.15 2012/04/07 06:27:46 graaff Exp $
31 +
32 +*autotest-rails-4.1.2 (07 Apr 2012)
33 +
34 + 07 Apr 2012; Hans de Graaff <graaff@g.o> +autotest-rails-4.1.2.ebuild:
35 + Version bump.
36
37 *autotest-rails-4.1.1 (10 Sep 2011)
38
39
40
41
42 1.1 dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: autotest-rails-4.1.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/autotest-rails/autotest-rails-4.1.2.ebuild,v 1.1 2012/04/07 06:27:46 graaff Exp $
52
53 EAPI=2
54 USE_RUBY="ruby18"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57 RUBY_FAKEGEM_TASK_DOC="docs"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="This is an autotest plugin to provide rails support."
64 HOMEPAGE="http://rubyforge.org/projects/zentest/"
65 LICENSE="MIT"
66
67 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-macos"
68 SLOT="0"
69 IUSE=""
70
71 ruby_add_bdepend "doc? ( dev-ruby/hoe )"
72 ruby_add_rdepend ">=dev-ruby/zentest-4.5"