dev-ruby/github_api: remove masked package
authorHans de Graaff <graaff@gentoo.org>
Wed, 13 May 2020 04:55:58 +0000 (06:55 +0200)
committerHans de Graaff <graaff@gentoo.org>
Wed, 13 May 2020 04:55:58 +0000 (06:55 +0200)
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
dev-ruby/github_api/Manifest [deleted file]
dev-ruby/github_api/github_api-0.18.2.ebuild [deleted file]
dev-ruby/github_api/metadata.xml [deleted file]

diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest
deleted file mode 100644 (file)
index a66d234..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST github_api-0.18.2.tar.gz 2124932 BLAKE2B 62ce868b5437262c3cbcac7cf8e3966288cdf5b78e4698f3d3e35d1da3e839f6445e582db74db47292749014a9532a0ad3077a7b5bd30e2148546348241e52a0 SHA512 ebc57fb86bf56b5af6f6ed96c3dab9190dc7695f37826851d35a7621f8f655c3aae5ef613e48fd6bc98e74e8cb6218a3cf425173feb98e6e054d7fced115ac14
diff --git a/dev-ruby/github_api/github_api-0.18.2.ebuild b/dev-ruby/github_api/github_api-0.18.2.ebuild
deleted file mode 100644 (file)
index 1e652a6..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Ruby wrapper for the GitHub REST API v3"
-HOMEPAGE="https://github.com/peter-murach/github"
-SRC_URI="https://github.com/peter-murach/github/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="github-${PV}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
-       >=dev-ruby/addressable-2.4 =dev-ruby/addressable-2*
-       >=dev-ruby/descendants_tracker-0.0.4 =dev-ruby/descendants_tracker-0.0*
-       >=dev-ruby/faraday-0.8:0
-       >=dev-ruby/hashie-3.5:3
-       =dev-ruby/oauth2-1*"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock:2 dev-ruby/vcr:3 )"
diff --git a/dev-ruby/github_api/metadata.xml b/dev-ruby/github_api/metadata.xml
deleted file mode 100644 (file)
index 3bbebd8..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>ruby@gentoo.org</email>
-    <name>Gentoo Ruby Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">peter-murach/github</remote-id>
-  </upstream>
-</pkgmetadata>