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/termcolor: ChangeLog termcolor-1.2.2.ebuild
Date: Sun, 04 May 2014 06:55:32
Message-Id: 20140504065527.19E9B2004C@flycatcher.gentoo.org
1 graaff 14/05/04 06:55:26
2
3 Modified: ChangeLog
4 Added: termcolor-1.2.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.8 dev-ruby/termcolor/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 24 Apr 2014 16:49:24 -0000 1.7
24 +++ ChangeLog 4 May 2014 06:55:26 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/termcolor
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.7 2014/04/24 16:49:24 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/ChangeLog,v 1.8 2014/05/04 06:55:26 graaff Exp $
30 +
31 +*termcolor-1.2.2 (04 May 2014)
32 +
33 + 04 May 2014; Hans de Graaff <graaff@g.o> +termcolor-1.2.2.ebuild:
34 + Version bump.
35
36 24 Apr 2014; Manuel RĂ¼ger <mrueg@g.o> termcolor-1.2.1-r1.ebuild:
37 Remove ruby18 support.
38
39
40
41 1.1 dev-ruby/termcolor/termcolor-1.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: termcolor-1.2.2.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/termcolor/termcolor-1.2.2.ebuild,v 1.1 2014/05/04 06:55:26 graaff Exp $
51
52 EAPI=5
53
54 #*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem.
55 USE_RUBY="ruby19 ruby20 ruby21"
56
57 RUBY_FAKEGEM_RECIPE_TEST="rspec"
58
59 RUBY_FAKEGEM_TASK_DOC=""
60 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="a library for ANSI color formatting like HTML for output in terminal"
65 HOMEPAGE="http://termcolor.rubyforge.org/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 ruby_add_rdepend ">=dev-ruby/highline-1.5.0"