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/vcr/
Date: Sun, 06 Mar 2016 19:17:52
Message-Id: 1457291851.b5e16bbc4d398b074d41801bd54640245af17335.mrueg@gentoo
1 commit: b5e16bbc4d398b074d41801bd54640245af17335
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 6 19:17:31 2016 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 6 19:17:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e16bbc
7
8 dev-ruby/vcr: Remove ruby19, fix desc
9
10 Package-Manager: portage-2.2.27
11
12 dev-ruby/vcr/vcr-1.11.3.ebuild | 6 +++---
13 dev-ruby/vcr/vcr-2.9.3.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/dev-ruby/vcr/vcr-1.11.3.ebuild b/dev-ruby/vcr/vcr-1.11.3.ebuild
17 index 42c5203..708b9cb 100644
18 --- a/dev-ruby/vcr/vcr-1.11.3.ebuild
19 +++ b/dev-ruby/vcr/vcr-1.11.3.ebuild
20 @@ -1,16 +1,16 @@
21 -# Copyright 1999-2015 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 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
28 +USE_RUBY="ruby20 ruby21 ruby22"
29
30 RUBY_FAKEGEM_TASK_DOC=""
31 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
32
33 inherit ruby-fakegem
34
35 -DESCRIPTION="Records your test suite's HTTP interactions and replay them during future test runs."
36 +DESCRIPTION="Records your test suite's HTTP interactions and replay them during test runs"
37 HOMEPAGE="https://github.com/myronmarston/vcr/"
38 LICENSE="MIT"
39
40
41 diff --git a/dev-ruby/vcr/vcr-2.9.3.ebuild b/dev-ruby/vcr/vcr-2.9.3.ebuild
42 index ebcd708..a46dce9 100644
43 --- a/dev-ruby/vcr/vcr-2.9.3.ebuild
44 +++ b/dev-ruby/vcr/vcr-2.9.3.ebuild
45 @@ -1,16 +1,16 @@
46 -# Copyright 1999-2015 Gentoo Foundation
47 +# Copyright 1999-2016 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Id$
50
51 EAPI=5
52 -USE_RUBY="ruby19 ruby20 ruby21 ruby22"
53 +USE_RUBY="ruby20 ruby21 ruby22"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"
57
58 inherit ruby-fakegem
59
60 -DESCRIPTION="Records your test suite's HTTP interactions and replay them during future test runs."
61 +DESCRIPTION="Records your test suite's HTTP interactions and replay them during test runs"
62 HOMEPAGE="https://github.com/myronmarston/vcr/"
63 LICENSE="MIT"