Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/termcolor/
Date: Wed, 24 Feb 2016 21:39:20
Message-Id: 1456349944.6187b6ea1933cd3d71c61d04a0519deca3747785.mrueg@gentoo
1 commit: 6187b6ea1933cd3d71c61d04a0519deca3747785
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 24 21:38:46 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 24 21:39:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6187b6ea
7
8 dev-ruby/termcolor: Remove old
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/termcolor/Manifest | 1 -
13 dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-ruby/termcolor/Manifest b/dev-ruby/termcolor/Manifest
17 index bb5ce30..7cbeb2a0c 100644
18 --- a/dev-ruby/termcolor/Manifest
19 +++ b/dev-ruby/termcolor/Manifest
20 @@ -1,2 +1 @@
21 -DIST termcolor-1.2.1.gem 6656 SHA256 d5e595a8d29380d76b44e5e3806766198da048095acc51072b388ea5439e1df3 SHA512 986fe5a5a56a83d9a39ce13cfe59a82850780befdbba006d2d0cf532b9bf2f72f1fe70363123c46b8beead5d8add452535189a069f2b2f3cf62f0b7611ec52ff WHIRLPOOL 3d12c46f22b53ec2df15d55673ebe78ad98248deabdb5adc655908774edf30f3ac90f5210bd994dd4997c8017a9e2e11d5a705ab3679ff689c9d3b9df702b865
22 DIST termcolor-1.2.2.gem 7168 SHA256 9c07f618211d20b43fe2d06ca5815d8c5c13f20b2ed87b67e815ad39869cb5f4 SHA512 1709c6ce299a320209288cc27fb1e8f80492e582b84be2e54f3a09b96c1d2e048760b8f72e19581bd8bc6c1539c34ac010cb3e7bec4a7c24909eff438639182e WHIRLPOOL 66a0ee0b282898e08bbf557d815177afd4fc6d784da18b66d9a843e2d154def90e09f6135455a1eab7423c9ab3c9cbc752c7e259a10029b3c836bef013f6d433
23
24 diff --git a/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild b/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild
25 deleted file mode 100644
26 index 2772093..0000000
27 --- a/dev-ruby/termcolor/termcolor-1.2.1-r1.ebuild
28 +++ /dev/null
29 @@ -1,27 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -#*** Using highline effectively in JRuby requires manually installing the ffi-ncurses gem.
37 -USE_RUBY="ruby19 ruby20"
38 -
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec"
40 -
41 -RUBY_FAKEGEM_TASK_DOC=""
42 -RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="a library for ANSI color formatting like HTML for output in terminal"
47 -HOMEPAGE="http://termcolor.rubyforge.org/"
48 -
49 -LICENSE="MIT"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RUBY_PATCHES=( ${P}-fix-spec.patch )
55 -
56 -ruby_add_rdepend ">=dev-ruby/highline-1.5.0"