summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-12-24 00:45:55 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-12-24 00:45:55 +0100
commita375c6232fbca78af81d4ac29452ff2d0066d169 (patch)
tree34a1f3c32548e496216eeeac441d7b29cbda2fdd /dev-ruby/octokit/octokit-4.6.1.ebuild
parentdev-ruby/octokit: Version bump to 4.6.2 (diff)
downloadgentoo-a375c6232fbca78af81d4ac29452ff2d0066d169.tar.gz
gentoo-a375c6232fbca78af81d4ac29452ff2d0066d169.tar.bz2
gentoo-a375c6232fbca78af81d4ac29452ff2d0066d169.zip
dev-ruby/octokit: Remove old
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ruby/octokit/octokit-4.6.1.ebuild')
-rw-r--r--dev-ruby/octokit/octokit-4.6.1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/octokit/octokit-4.6.1.ebuild b/dev-ruby/octokit/octokit-4.6.1.ebuild
deleted file mode 100644
index 55d6325c8761..000000000000
--- a/dev-ruby/octokit/octokit-4.6.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="Ruby toolkit for the Github API"
-HOMEPAGE="https://github.com/octokit/octokit.rb"
-SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-IUSE=""
-
-RUBY_S=octokit.rb-${PV}
-
-ruby_add_rdepend ">=dev-ruby/sawyer-0.8.0"
-ruby_add_bdepend "test? ( dev-ruby/mime-types
- >=dev-ruby/netrc-0.7.7
- dev-ruby/vcr:2
- >=dev-ruby/webmock-1.9:0 )"
-
-all_ruby_prepare() {
- sed -i -e "1,10d" -e "/require 'vcr'/i\gem 'vcr', '~> 2.9.2'" spec/helper.rb || die
-}