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