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