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-0.3.7.ebuild
Date: Sat, 28 Jan 2012 11:17:05
Message-Id: 20120128111655.D85122004B@flycatcher.gentoo.org
1 graaff 12/01/28 11:16:55
2
3 Modified: ChangeLog
4 Added: tins-0.3.7.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 dev-ruby/tins/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 14 Jan 2012 07:18:35 -0000 1.2
24 +++ ChangeLog 28 Jan 2012 11:16:55 -0000 1.3
25 @@ -1,6 +1,11 @@
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.2 2012/01/14 07:18:35 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tins/ChangeLog,v 1.3 2012/01/28 11:16:55 graaff Exp $
30 +
31 +*tins-0.3.7 (28 Jan 2012)
32 +
33 + 28 Jan 2012; Hans de Graaff <graaff@g.o> +tins-0.3.7.ebuild:
34 + Version bump.
35
36 14 Jan 2012; Hans de Graaff <graaff@g.o> tins-0.3.6.ebuild:
37 Add ~hppa since spruz also has that keyword and this is essentially just a
38
39
40
41 1.1 dev-ruby/tins/tins-0.3.7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.3.7.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tins/tins-0.3.7.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tins-0.3.7.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.3.7.ebuild,v 1.1 2012/01/28 11:16:55 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ruby19 ree18 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
57
58 RUBY_FAKEGEM_GEMSPEC="tins.gemspec"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="All the stuff that isn't good enough for a real library."
63 HOMEPAGE="http://github.com/flori/tins"
64
65 LICENSE="MIT"
66 SLOT="0"
67 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
68 IUSE=""
69
70 ruby_add_bdepend "test? ( >=dev-ruby/test-unit-2.3 ) "
71
72 all_ruby_prepare() {
73 sed -i -e '/gem_hadar/ s:^:#:' tests/test_helper.rb || die
74 }
75
76 each_ruby_test() {
77 ${RUBY} -Ilib -S testrb tests/* || die
78 }