summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2015-05-13 06:55:02 +0000
committerHans de Graaff <graaff@gentoo.org>2015-05-13 06:55:02 +0000
commitab3b294acb0375cc55d2c945aa26bba545374264 (patch)
treed3f32f1f87230c2d53945a85babe4530110bd463 /dev-ruby/vcr
parentppc stable wrt bug #543662 (diff)
downloadgentoo-2-ab3b294acb0375cc55d2c945aa26bba545374264.tar.gz
gentoo-2-ab3b294acb0375cc55d2c945aa26bba545374264.tar.bz2
gentoo-2-ab3b294acb0375cc55d2c945aa26bba545374264.zip
Also add vcr 1.x version, dependency for ruby-oembed.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/vcr')
-rw-r--r--dev-ruby/vcr/ChangeLog7
-rw-r--r--dev-ruby/vcr/vcr-1.11.3.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/vcr/ChangeLog b/dev-ruby/vcr/ChangeLog
index 0a81cf84b988..1d3f462d3d83 100644
--- a/dev-ruby/vcr/ChangeLog
+++ b/dev-ruby/vcr/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/vcr
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vcr/ChangeLog,v 1.2 2015/05/13 06:46:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vcr/ChangeLog,v 1.3 2015/05/13 06:55:02 graaff Exp $
+
+*vcr-1.11.3 (13 May 2015)
+
+ 13 May 2015; Hans de Graaff <graaff@gentoo.org> +vcr-1.11.3.ebuild:
+ Also add vcr 1.x version, dependency for ruby-oembed.
13 May 2015; Hans de Graaff <graaff@gentoo.org> vcr-2.9.3.ebuild:
Move into SLOT 2 so we can also add vcr 1.x versions.
diff --git a/dev-ruby/vcr/vcr-1.11.3.ebuild b/dev-ruby/vcr/vcr-1.11.3.ebuild
new file mode 100644
index 000000000000..dc0be54ac690
--- /dev/null
+++ b/dev-ruby/vcr/vcr-1.11.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/vcr/vcr-1.11.3.ebuild,v 1.1 2015/05/13 06:55:02 graaff Exp $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Records your test suite's HTTP interactions and replay them during future test runs."
+HOMEPAGE="https://github.com/myronmarston/vcr/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="1"
+IUSE="test"
+
+# Tests require all supported HTTP libraries to be present, and it is
+# not possible to avoid some of them without very extensive patches.
+RESTRICT="test"