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/term-ansicolor: term-ansicolor-1.2.2.ebuild ChangeLog
Date: Mon, 29 Jul 2013 02:35:50
Message-Id: 20130729023541.F028C2171D@flycatcher.gentoo.org
1 mrueg 13/07/29 02:35:41
2
3 Modified: ChangeLog
4 Added: term-ansicolor-1.2.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.13.1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.36 dev-ruby/term-ansicolor/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 20 Apr 2013 07:06:41 -0000 1.35
24 +++ ChangeLog 29 Jul 2013 02:35:41 -0000 1.36
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/term-ansicolor
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.35 2013/04/20 07:06:41 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/term-ansicolor/ChangeLog,v 1.36 2013/07/29 02:35:41 mrueg Exp $
30 +
31 +*term-ansicolor-1.2.2 (29 Jul 2013)
32 +
33 + 29 Jul 2013; Manuel RĂ¼ger <mrueg@g.o> +term-ansicolor-1.2.2.ebuild:
34 + Version bump
35
36 *term-ansicolor-1.1.5 (20 Apr 2013)
37
38
39
40
41 1.1 dev-ruby/term-ansicolor/term-ansicolor-1.2.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/term-ansicolor/term-ansicolor-1.2.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: term-ansicolor-1.2.2.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/term-ansicolor/term-ansicolor-1.2.2.ebuild,v 1.1 2013/07/29 02:35:41 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 jruby ruby19"
54
55 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
56 RUBY_FAKEGEM_RECIPE_TEST="none"
57 RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc"
58
59 RUBY_FAKEGEM_GEMSPEC="term-ansicolor.gemspec"
60
61 # don't install a cdiff wrapper, collides with app-misc/colordiff (bug
62 # #310073).
63 RUBY_FAKEGEM_BINWRAP="decolor"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="Small Ruby library that colors strings using ANSI escape sequences."
68 HOMEPAGE="http://term-ansicolor.rubyforge.org/"
69 LICENSE="GPL-2"
70
71 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
72 SLOT="0"
73 IUSE=""
74
75 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
76
77 each_ruby_test() {
78 ${RUBY} -Ilib -Itests tests/* || die
79 }
80
81 all_ruby_install() {
82 all_fakegem_install
83
84 docinto examples
85 dodoc examples/*
86 }