public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/github_api/
Date: Thu, 21 Jul 2016 19:38:58 +0000 (UTC)	[thread overview]
Message-ID: <1469129877.68ee70407cc70d637663ad9e57e7519635a5ad3f.graaff@gentoo> (raw)

commit:     68ee70407cc70d637663ad9e57e7519635a5ad3f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 18:02:05 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 19:37:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ee7040

dev-ruby/github_api: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/github_api/Manifest                    |  1 -
 dev-ruby/github_api/github_api-0.11.3-r1.ebuild | 33 -------------------------
 dev-ruby/github_api/github_api-0.11.3.ebuild    | 33 -------------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-ruby/github_api/Manifest b/dev-ruby/github_api/Manifest
index d04155d..b140494 100644
--- a/dev-ruby/github_api/Manifest
+++ b/dev-ruby/github_api/Manifest
@@ -1,4 +1,3 @@
-DIST github_api-0.11.3.gem 844288 SHA256 cad4fb4c590468382d3d8cc3764f951549e16fdfa8396396cd58e128f8c190d5 SHA512 452f47f6b3570c42c2d4af9b4def507d34dbcaecf29aae76e6116b1b0ae67a4bce70e18d5e978ac6fe58a0ead49806a72ab89c9d46f34075c2fde6f41fd1763c WHIRLPOOL 64814598262350a0bccdddeaef4ac76bf04b22cf660b20bb32f2223b9945d5e8ab3e1c85ff53290464afc218a904db72b18325facc89e92c19c4af49395b82d7
 DIST github_api-0.12.4.tar.gz 2024775 SHA256 14d1cb0b9872297683e3dce55808550602d31bfde6778981bae85453bb7c7b10 SHA512 3517a5375359d233207aacc4fd1ac971e91f2be1c61dfa4529a0d531bca698e25c4f177932c5536c16808fe523bede64f20b92b9f30586706b9817ff9dc24cfe WHIRLPOOL c92e0f7a75c0a7a356afd26b664847a02f6a9f115e4cce9f200571728ffbe2f1dd00da87675b4ea5b16651262f7dece6553d430435ba3991657c61c82d3fbcde
 DIST github_api-0.14.0.tar.gz 2042476 SHA256 e9dfa394d3401790c29204eafd5fbe959f5c66a2378566c6b623de9217245cde SHA512 01460b0ff362ababbdb82aea697f2b02043f3e6007de1811dcb32dee915df91b2f45a00a373315d6f5b5a4499c20f3c315bb31e10e176535511d65d84c4d138f WHIRLPOOL d71e11c5aa7f475c747c50fec2fecb150cdf91a0a9cd1e6a576c6a85fbe7efc164f270f86f9f386f32e95e699b2cda86e7560e0069b299cfaa6ab00585220fc0
 DIST github_api-0.14.1.tar.gz 2046140 SHA256 bf005b8d57a5af65e3cfa244e82341be16eacb017e950101fec3b672f513d9cc SHA512 be4e05cd1239b8930158a5631f636791274a3f9f722f5cd90d5de1bb84be20e28677e05519684e008b7552f884a9caa7dacb3875abb8687d4d19b4babb131ff9 WHIRLPOOL 4f0a23915d3f29d0f261177634c3f730ce92375479d71a6a746ffd594c5bbaae539b1f00467043fa34c074857cc24db985a1fd5fe1b4881ecf55f101584620e1

diff --git a/dev-ruby/github_api/github_api-0.11.3-r1.ebuild b/dev-ruby/github_api/github_api-0.11.3-r1.ebuild
deleted file mode 100644
index 60203c7..0000000
--- a/dev-ruby/github_api/github_api-0.11.3-r1.ebuild
+++ /dev/null
@@ -1,33 +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"
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/addressable-2.3
-	>=dev-ruby/descendants_tracker-0.0.1
-	>=dev-ruby/faraday-0.8
-	<dev-ruby/faraday-0.10
-	>=dev-ruby/hashie-1.2
-	>=dev-ruby/multi_json-1.7.5
-	<dev-ruby/multi_json-2.0
-	>=dev-ruby/nokogiri-1.6.0
-	dev-ruby/oauth2"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"

diff --git a/dev-ruby/github_api/github_api-0.11.3.ebuild b/dev-ruby/github_api/github_api-0.11.3.ebuild
deleted file mode 100644
index 6d2e066..0000000
--- a/dev-ruby/github_api/github_api-0.11.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-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"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE=""
-
-ruby_add_rdepend "
-	>=dev-ruby/addressable-2.3
-	>=dev-ruby/descendants_tracker-0.0.1
-	>=dev-ruby/faraday-0.8
-	<dev-ruby/faraday-0.10
-	>=dev-ruby/hashie-1.2
-	>=dev-ruby/multi_json-1.7.5
-	<dev-ruby/multi_json-2.0
-	>=dev-ruby/nokogiri-1.6.0
-	dev-ruby/oauth2"
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.14 dev-ruby/webmock )"


             reply	other threads:[~2016-07-21 19:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-21 19:38 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-13  5:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/github_api/ Hans de Graaff
2018-04-19 19:37 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-03-15 20:03 Sergei Trofimovich
2018-01-22 19:49 Hans de Graaff
2017-11-24  6:21 Hans de Graaff
2017-10-12  5:29 Hans de Graaff
2017-06-28  6:09 Hans de Graaff
2017-06-28  6:09 Hans de Graaff
2017-04-19  4:23 Hans de Graaff
2017-04-01  6:17 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-08-13  6:13 Hans de Graaff
2016-06-22  5:08 Hans de Graaff
2016-06-10  8:59 Hans de Graaff
2016-04-10 13:54 Manuel Rüger

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=1469129877.68ee70407cc70d637663ad9e57e7519635a5ad3f.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