Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tins: tins-0.11.0-r1.ebuild ChangeLog
Date: Fri, 04 Oct 2013 18:53:05
Message-Id: 20131004185301.C282B2004C@flycatcher.gentoo.org
1 mrueg 13/10/04 18:53:01
2
3 Modified: ChangeLog
4 Added: tins-0.11.0-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.25 dev-ruby/tins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 1 Oct 2013 00:43:02 -0000 1.24
24 +++ ChangeLog 4 Oct 2013 18:53:01 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/tins
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.24 2013/10/01 00:43:02 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.25 2013/10/04 18:53:01 mrueg Exp $
30 +
31 +*tins-0.11.0-r1 (04 Oct 2013)
32 +
33 + 04 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +tins-0.11.0-r1.ebuild:
34 + Add ruby20 target.
35
36 *tins-0.11.0 (01 Oct 2013)
37
38
39
40
41 1.1 dev-ruby/tins/tins-0.11.0-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.11.0-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.11.0-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tins-0.11.0-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.11.0-r1.ebuild,v 1.1 2013/10/04 18:53:01 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 jruby"
54
55 RUBY_FAKEGEM_RECIPE_TEST="none"
56
57 RUBY_FAKEGEM_TASK_DOC=""
58 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
59
60 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="All the stuff that isn't good enough for a real library."
65 HOMEPAGE="http://github.com/flori/tins"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
70 IUSE=""
71
72 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 ) "
73
74 each_ruby_test() {
75 ruby-ng_testrb-2 -Ilib tests/*_test.rb
76 }