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/color/
Date: Fri, 25 Dec 2015 18:27:04
Message-Id: 1451067990.bb4c818e83b44a121443be81eb1a9e77b6109ba1.mrueg@gentoo
1 commit: bb4c818e83b44a121443be81eb1a9e77b6109ba1
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 25 18:20:18 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 25 18:26:30 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb4c818e
7
8 dev-ruby/color: Remove old
9
10 Package-Manager: portage-2.2.26
11
12 dev-ruby/color/Manifest | 1 -
13 dev-ruby/color/color-1.7.1-r1.ebuild | 29 -----------------------------
14 dev-ruby/color/color-1.7.1.ebuild | 29 -----------------------------
15 3 files changed, 59 deletions(-)
16
17 diff --git a/dev-ruby/color/Manifest b/dev-ruby/color/Manifest
18 index b58ce39..16d936a 100644
19 --- a/dev-ruby/color/Manifest
20 +++ b/dev-ruby/color/Manifest
21 @@ -1,2 +1 @@
22 -DIST color-1.7.1.tar.gz 40780 SHA256 36deaa02dc327452f7ac4e35fe1ae1c2d7faa9bb2a0b0d9b6c1a112fe29d7f7b SHA512 78e0b4c171ab2754531cf0874088e7b9cc495957fa3de5c3899f176fd629f1677f1fd9bdb68c0a3784cd5939242f8a4127cda8932f114800052c973431739f07 WHIRLPOOL eb719f91162c15aef89f81e263940c41941e18f0fd7007b27377ca3fd781239951eb0dca80df142bb2f22a84e9917ffd322cb9640a684e95227c43d6f0678256
23 DIST color-1.8.tar.gz 42530 SHA256 de87df57b7eb6dcdb9f43559bd6f273c543210c567894cc0549fdb4b8e63c470 SHA512 be48a8895b5dd33326a9debe250c87df37025eb2dca05a0eb61b82b31dbc1ee27c175fc1e37262bce88729e882dfb66f449a3a29c76b9ef0ac2064ffa2b4266c WHIRLPOOL 55fb543fbc6bf3d2b4c234b87ede2767f6ce63c27957e913acb8e0e686d82412b61f5a6d6a16592b361c5a02dcb75e5f7a2de56f88e8189ba9360eb5a3cf9493
24
25 diff --git a/dev-ruby/color/color-1.7.1-r1.ebuild b/dev-ruby/color/color-1.7.1-r1.ebuild
26 deleted file mode 100644
27 index a590cdc..0000000
28 --- a/dev-ruby/color/color-1.7.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,29 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=5
36 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
37 -
38 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
39 -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
40 -
41 -inherit ruby-fakegem
42 -
43 -DESCRIPTION="Colour management with Ruby"
44 -HOMEPAGE="http://color.rubyforge.org/"
45 -SRC_URI="https://github.com/halostatue/color/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
50 -IUSE=""
51 -
52 -ruby_add_bdepend "
53 - test? (
54 - >=dev-ruby/minitest-5.0
55 - )"
56 -
57 -each_ruby_test() {
58 - ${RUBY} -Ilib:test:. -e "Dir['test/test_*.rb'].each{|f| require f}" || die
59 -}
60
61 diff --git a/dev-ruby/color/color-1.7.1.ebuild b/dev-ruby/color/color-1.7.1.ebuild
62 deleted file mode 100644
63 index 3926d93..0000000
64 --- a/dev-ruby/color/color-1.7.1.ebuild
65 +++ /dev/null
66 @@ -1,29 +0,0 @@
67 -# Copyright 1999-2015 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -# $Id$
70 -
71 -EAPI=5
72 -USE_RUBY="ruby19 ruby20"
73 -
74 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
75 -RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
76 -
77 -inherit ruby-fakegem
78 -
79 -DESCRIPTION="Colour management with Ruby"
80 -HOMEPAGE="http://color.rubyforge.org/"
81 -SRC_URI="https://github.com/halostatue/color/archive/v${PV}.tar.gz -> ${P}.tar.gz"
82 -
83 -LICENSE="MIT"
84 -SLOT="0"
85 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
86 -IUSE=""
87 -
88 -ruby_add_bdepend "
89 - test? (
90 - >=dev-ruby/minitest-5.0
91 - )"
92 -
93 -each_ruby_test() {
94 - ${RUBY} -S testrb -Ilib test/test_*.rb || die
95 -}