From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/vcr/
Date: Tue, 25 Mar 2014 10:56:42 +0000 (UTC) [thread overview]
Message-ID: <1393575872.6b7fd12f0654e15b93d1b696d6cc6ea836da7929.graaff@gentoo> (raw)
commit: 6b7fd12f0654e15b93d1b696d6cc6ea836da7929
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 28 08:24:32 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 08:24:32 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=6b7fd12f
Not using this anymore.
---
dev-ruby/vcr/ChangeLog | 32 --------------------------------
dev-ruby/vcr/Manifest | 12 ------------
dev-ruby/vcr/metadata.xml | 5 -----
dev-ruby/vcr/vcr-1.11.3.ebuild | 26 --------------------------
dev-ruby/vcr/vcr-2.0.0.ebuild | 26 --------------------------
5 files changed, 101 deletions(-)
diff --git a/dev-ruby/vcr/ChangeLog b/dev-ruby/vcr/ChangeLog
deleted file mode 100644
index 823b21c..0000000
--- a/dev-ruby/vcr/ChangeLog
+++ /dev/null
@@ -1,32 +0,0 @@
-# ChangeLog for dev-ruby/vcr
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 29 May 2012; Hans de Graaff <graaff@gentoo.org> vcr-1.11.3.ebuild:
- Add ruby19.
-
-*vcr-1.11.3 (06 Apr 2012)
-
- 06 Apr 2012; Hans de Graaff <graaff@gentoo.org> +vcr-1.11.3.ebuild:
- Also add a version in SLOT 1.
-
-*vcr-2.0.0 (06 Apr 2012)
-
- 06 Apr 2012; Hans de Graaff <graaff@gentoo.org> +vcr-2.0.0.ebuild,
- +metadata.xml:
- Initial import. Testing dependency for ruby-oembed.
-
-*ruby-oembed-0.8.3 (01 Jul 2011)
-
- 01 Jul 2011; Hans de Graaff <graaff@gentoo.org> +ruby-oembed-0.8.3.ebuild:
- Version bump.
-
- 17 Mar 2011; Hans de Graaff <graaff@gentoo.org> ruby-oembed-0.8.1.ebuild:
- Add x86 keyword.
-
-*ruby-oembed-0.8.1 (11 Mar 2011)
-
- 11 Mar 2011; Hans de Graaff <graaff@gentoo.org> +ruby-oembed-0.8.1.ebuild,
- +metadata.xml:
- Initial import.
-
diff --git a/dev-ruby/vcr/Manifest b/dev-ruby/vcr/Manifest
deleted file mode 100644
index 0d32cec..0000000
--- a/dev-ruby/vcr/Manifest
+++ /dev/null
@@ -1,12 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST vcr-1.11.3.gem 87552 RMD160 c12a926579d692c2d9cd519316a545bfb3757fa8 SHA1 d9e395871772ee622380b581880f4a9291ef12c9 SHA256 6dcdd782d631b1464192d47db2a5a86d2325c80a723a4b2970f47da98f006f1d
-DIST vcr-2.0.0.gem 125440 RMD160 03145cb3ef2a6c0c6196b01e4faa31e66a359977 SHA1 822531ea25d8f5388cbbad2edfe44780759b8ce9 SHA256 da17bd55c9348b38d08b7e945aca83968ea3bf485804ac636eab57ff8fc44f04
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
-
-iF4EAREIAAYFAk9+4ioACgkQiIP6VqMIqNcsLAD+MM2XQWMsGuyTDzC9NFMPuJdK
-y5fGqJo+c/lP5NgzQdUA/1FUtSfZivlfXAzpuRaHaefuvdkKx958mLymw+rtec3I
-=UUvj
------END PGP SIGNATURE-----
diff --git a/dev-ruby/vcr/metadata.xml b/dev-ruby/vcr/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/vcr/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/dev-ruby/vcr/vcr-1.11.3.ebuild b/dev-ruby/vcr/vcr-1.11.3.ebuild
deleted file mode 100644
index 667db3f..0000000
--- a/dev-ruby/vcr/vcr-1.11.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-USE_RUBY="ruby18 ruby19 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests."
-HOMEPAGE="https://github.com/myronmarston/vcr/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="1"
-IUSE="test"
-
-# Tests don't work and possibly need a ton of dependencies.
-RESTRICT="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
diff --git a/dev-ruby/vcr/vcr-2.0.0.ebuild b/dev-ruby/vcr/vcr-2.0.0.ebuild
deleted file mode 100644
index a4cba30..0000000
--- a/dev-ruby/vcr/vcr-2.0.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-USE_RUBY="ruby18 ree18"
-
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md CONTRIBUTING.md README.md Upgrade.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests."
-HOMEPAGE="https://github.com/myronmarston/vcr/"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="test"
-
-# Tests don't work and possibly need a ton of dependencies.
-RESTRICT="test"
-
-ruby_add_bdepend "test? ( dev-ruby/rspec:2 )"
next reply other threads:[~2014-03-25 10:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-25 10:56 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-06-02 15:47 [gentoo-commits] dev/graaff:master commit in: dev-ruby/vcr/ Hans de Graaff
2012-04-06 12:40 Hans de Graaff
2012-04-06 12:40 Hans de Graaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1393575872.6b7fd12f0654e15b93d1b696d6cc6ea836da7929.graaff@gentoo \
--to=graaff@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox