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/tins: tins-0.4.3.ebuild ChangeLog
Date: Sun, 08 Jul 2012 12:45:10
Message-Id: 20120708124456.1E9E920065@flycatcher.gentoo.org
1 flameeyes 12/07/08 12:44:56
2
3 Modified: ChangeLog
4 Added: tins-0.4.3.ebuild
5 Log:
6 Version bump; this version requires the latest test-unit-2 with the new script, and uses the new support in the eclass for it.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 dev-ruby/tins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 10 Jun 2012 06:01:10 -0000 1.5
24 +++ ChangeLog 8 Jul 2012 12:44:55 -0000 1.6
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-ruby/tins
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.5 2012/06/10 06:01:10 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.6 2012/07/08 12:44:55 flameeyes Exp $
30 +
31 +*tins-0.4.3 (08 Jul 2012)
32 +
33 + 08 Jul 2012; Diego E. Pettenò <flameeyes@g.o>
34 + +files/tins-0.4.3-gentoo.patch, +tins-0.4.3.ebuild:
35 + Version bump; this version requires the latest test-unit-2 with the new
36 + script, and uses the new support in the eclass for it.
37
38 *tins-0.3.14 (10 Jun 2012)
39
40 @@ -25,4 +32,3 @@
41 25 Dec 2011; Hans de Graaff <graaff@g.o> +tins-0.3.6.ebuild,
42 +metadata.xml:
43 Initial import. Successor to dev-ruby/spruz.
44 -
45
46
47
48 1.1 dev-ruby/tins/tins-0.4.3.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.4.3.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.4.3.ebuild?rev=1.1&content-type=text/plain
52
53 Index: tins-0.4.3.ebuild
54 ===================================================================
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/tins-0.4.3.ebuild,v 1.1 2012/07/08 12:44:55 flameeyes Exp $
58
59 EAPI=4
60 USE_RUBY="ruby18 ruby19 ree18 jruby"
61
62 RUBY_FAKEGEM_RECIPE_TEST="none"
63
64 RUBY_FAKEGEM_TASK_DOC=""
65 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
66
67 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
68
69 inherit ruby-fakegem
70
71 DESCRIPTION="All the stuff that isn't good enough for a real library."
72 HOMEPAGE="http://github.com/flori/tins"
73
74 LICENSE="MIT"
75 SLOT="0"
76 KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
77 IUSE=""
78
79 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.5.1-r1 ) "
80
81 RUBY_PATCHES=( "${P}-gentoo.patch" )
82
83 each_ruby_test() {
84 ruby-ng_testrb-2 -Ilib tests/*_test.rb
85 }