Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ruby-termios-0.9.6-r1.ebuild ChangeLog
Date: Sat, 21 Aug 2010 20:53:26
Message-Id: 20100821205322.A63032004E@flycatcher.gentoo.org
1 flameeyes 10/08/21 20:53:22
2
3 Modified: ruby-termios-0.9.6-r1.ebuild ChangeLog
4 Log:
5 Remove unused file. Remove examples USE flag, always install them (uncompressed), and die on tests' failure.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: ruby-termios-0.9.6-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- ruby-termios-0.9.6-r1.ebuild 5 Jul 2010 19:00:11 -0000 1.1
22 +++ ruby-termios-0.9.6-r1.ebuild 21 Aug 2010 20:53:22 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.1 2010/07/05 19:00:11 graaff Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-0.9.6-r1.ebuild,v 1.2 2010/08/21 20:53:22 flameeyes Exp $
28
29 EAPI=2
30 USE_RUBY="ruby18"
31 @@ -13,7 +13,7 @@
32 LICENSE="Ruby"
33 SLOT="0"
34 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
35 -IUSE="examples"
36 +IUSE=""
37
38 S="${WORKDIR}/arika-${PN}-94fd9ac"
39
40 @@ -26,7 +26,7 @@
41 }
42
43 each_ruby_test() {
44 - ${RUBY} test/test0.rb
45 + ${RUBY} test/test0.rb || die "tests failed"
46 }
47
48 each_ruby_install() {
49 @@ -35,5 +35,7 @@
50
51 all_ruby_install() {
52 dodoc ChangeLog README termios.rd
53 - use examples && docinto examples && dodoc examples/*
54 +
55 + insinto /usr/share/doc/${PF}/examples
56 + doins examples/* || die
57 }
58
59
60
61 1.25 dev-ruby/ruby-termios/ChangeLog
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.25&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.25&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.24&r2=1.25
66
67 Index: ChangeLog
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
70 retrieving revision 1.24
71 retrieving revision 1.25
72 diff -u -r1.24 -r1.25
73 --- ChangeLog 5 Jul 2010 19:00:11 -0000 1.24
74 +++ ChangeLog 21 Aug 2010 20:53:22 -0000 1.25
75 @@ -1,6 +1,11 @@
76 # ChangeLog for dev-ruby/ruby-termios
77 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
78 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.24 2010/07/05 19:00:11 graaff Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.25 2010/08/21 20:53:22 flameeyes Exp $
80 +
81 + 21 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
82 + -files/ruby-termios-ruby19.patch, ruby-termios-0.9.6-r1.ebuild:
83 + Remove unused file. Remove examples USE flag, always install them
84 + (uncompressed), and die on tests' failure.
85
86 *ruby-termios-0.9.6-r1 (05 Jul 2010)