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