Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-termios: ChangeLog ruby-termios-1.0.0.ebuild
Date: Sun, 27 Jul 2014 11:38:12
Message-Id: 20140727113809.83B2D2004E@flycatcher.gentoo.org
1 phajdan.jr 14/07/27 11:38:09
2
3 Modified: ChangeLog ruby-termios-1.0.0.ebuild
4 Log:
5 x86 stable wrt bug #517012
6
7 (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
8
9 Revision Changes Path
10 1.39 dev-ruby/ruby-termios/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 24 Apr 2014 17:45:05 -0000 1.38
23 +++ ChangeLog 27 Jul 2014 11:38:09 -0000 1.39
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/ruby-termios
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.38 2014/04/24 17:45:05 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ChangeLog,v 1.39 2014/07/27 11:38:09 phajdan.jr Exp $
29 +
30 + 26 Jul 2014; Pawel Hajdan jr <phajdan.jr@g.o>
31 + ruby-termios-1.0.0.ebuild:
32 + x86 stable wrt bug #517012
33
34 24 Apr 2014; Manuel RĂ¼ger <mrueg@g.o> ruby-termios-0.9.6-r2.ebuild,
35 ruby-termios-1.0.0.ebuild:
36
37
38
39 1.4 dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild?r1=1.3&r2=1.4
44
45 Index: ruby-termios-1.0.0.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- ruby-termios-1.0.0.ebuild 24 Apr 2014 17:45:05 -0000 1.3
52 +++ ruby-termios-1.0.0.ebuild 27 Jul 2014 11:38:09 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild,v 1.3 2014/04/24 17:45:05 mrueg Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-termios/ruby-termios-1.0.0.ebuild,v 1.4 2014/07/27 11:38:09 phajdan.jr Exp $
58
59 EAPI=5
60 USE_RUBY="ruby19 ruby20"
61 @@ -12,7 +12,7 @@
62 SRC_URI="https://github.com/arika/ruby-termios/archive/version_${PV//./_}.tar.gz -> ${P}.tar.gz"
63 LICENSE="Ruby"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86 ~x86-macos"
66 +KEYWORDS="~amd64 ~hppa ~mips ~ppc x86 ~x86-macos"
67 IUSE=""
68
69 RUBY_S="${PN}-version_${PV//./_}"