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.13.0.ebuild ChangeLog
Date: Sat, 09 Nov 2013 19:27:29
Message-Id: 20131109192722.4533F2004B@flycatcher.gentoo.org
1 mrueg 13/11/09 19:27:22
2
3 Modified: ChangeLog
4 Added: tins-0.13.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.28 dev-ruby/tins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 2 Nov 2013 19:43:30 -0000 1.27
24 +++ ChangeLog 9 Nov 2013 19:27:22 -0000 1.28
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.27 2013/11/02 19:43:30 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.28 2013/11/09 19:27:22 mrueg Exp $
30 +
31 +*tins-0.13.0 (09 Nov 2013)
32 +
33 + 09 Nov 2013; Manuel Rüger <mrueg@g.o> +tins-0.13.0.ebuild:
34 + Version bump.
35
36 02 Nov 2013; Manuel Rüger <mrueg@g.o> -tins-0.10.0.ebuild,
37 -tins-0.11.0.ebuild, -tins-0.9.0.ebuild:
38
39
40
41 1.1 dev-ruby/tins/tins-0.13.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.13.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.13.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tins-0.13.0.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.13.0.ebuild,v 1.1 2013/11/09 19:27:22 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 }