graaff      15/05/13 06:55:02

  Modified:             ChangeLog
  Added:                vcr-1.11.3.ebuild
  Log:
  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!)

Revision  Changes    Path
1.3                  dev-ruby/vcr/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/vcr/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   13 May 2015 06:46:44 -0000      1.2
+++ ChangeLog   13 May 2015 06:55:02 -0000      1.3
@@ -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 <gra...@gentoo.org> +vcr-1.11.3.ebuild:
+  Also add vcr 1.x version, dependency for ruby-oembed.
 
   13 May 2015; Hans de Graaff <gra...@gentoo.org> vcr-2.9.3.ebuild:
   Move into SLOT 2 so we can also add vcr 1.x versions.



1.1                  dev-ruby/vcr/vcr-1.11.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/vcr-1.11.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/vcr/vcr-1.11.3.ebuild?rev=1.1&content-type=text/plain

Index: vcr-1.11.3.ebuild
===================================================================
# 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"




Reply via email to