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/zentest/
Date: Sun, 06 Mar 2016 18:26:03
Message-Id: 1457288530.fe3adf5082d6e6ce90ff021009c9b4188279a99f.mrueg@gentoo
1 commit: fe3adf5082d6e6ce90ff021009c9b4188279a99f
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 18:22:10 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 18:22:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3adf50
7
8 dev-ruby/zentest: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/zentest/zentest-4.11.0.ebuild | 6 +++---
13 dev-ruby/zentest/zentest-4.9.5.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/zentest/zentest-4.11.0.ebuild b/dev-ruby/zentest/zentest-4.11.0.ebuild
17 index cc27e26..f447bf1 100644
18 --- a/dev-ruby/zentest/zentest-4.11.0.ebuild
19 +++ b/dev-ruby/zentest/zentest-4.11.0.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 EAPI=5
27
28 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
29 +USE_RUBY="ruby20 ruby21 ruby22"
30
31 RUBY_FAKEGEM_NAME=ZenTest
32
33 @@ -13,7 +13,7 @@ RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.r
34
35 inherit ruby-fakegem
36
37 -DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails"
38 +DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails"
39 HOMEPAGE="https://github.com/seattlerb/zentest"
40 LICENSE="Ruby"
41
42
43 diff --git a/dev-ruby/zentest/zentest-4.9.5.ebuild b/dev-ruby/zentest/zentest-4.9.5.ebuild
44 index eb9f1a1..2b2460d 100644
45 --- a/dev-ruby/zentest/zentest-4.9.5.ebuild
46 +++ b/dev-ruby/zentest/zentest-4.9.5.ebuild
47 @@ -1,10 +1,10 @@
48 -# Copyright 1999-2014 Gentoo Foundation
49 +# Copyright 1999-2016 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Id$
52
53 EAPI=5
54
55 -USE_RUBY="ruby19 ruby20"
56 +USE_RUBY="ruby20"
57
58 RUBY_FAKEGEM_NAME=ZenTest
59
60 @@ -14,7 +14,7 @@ RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.r
61
62 inherit ruby-fakegem
63
64 -DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails"
65 +DESCRIPTION="Testing tools: zentest, unit_diff, autotest, multiruby, and Test::Rails"
66 HOMEPAGE="https://github.com/seattlerb/zentest"
67 LICENSE="Ruby"