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/simple_oauth/
Date: Mon, 26 Sep 2016 05:04:20 +0000 (UTC)	[thread overview]
Message-ID: <1474865951.6e32d400e57bd4676f202fe02f5f75930fad3ac8.graaff@gentoo> (raw)

commit:     6e32d400e57bd4676f202fe02f5f75930fad3ac8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 26 04:59:11 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Sep 26 04:59:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e32d400

dev-ruby/simple_oauth: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/simple_oauth/Manifest                     |  2 --
 dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild | 27 --------------------
 dev-ruby/simple_oauth/simple_oauth-0.3.0.ebuild    | 29 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-ruby/simple_oauth/Manifest b/dev-ruby/simple_oauth/Manifest
index 3f9406d..eaaa3fd 100644
--- a/dev-ruby/simple_oauth/Manifest
+++ b/dev-ruby/simple_oauth/Manifest
@@ -1,3 +1 @@
-DIST simple_oauth-0.2.0.gem 11776 SHA256 2f76cd61c643086db19cbabacbd73b6f4a0c90e31036d2e52839b9b87c8752ef SHA512 86f785e271470fa1f160216f0bb85bbde2358c2e621ca028dcfef2aac01edc03a977a086122ad2bfdb40e385e9989c4f61f19f2a1605c29b40e3bdc8c9d448a2 WHIRLPOOL 061667b32d310b4f64f8a12dcbe33b919ee1ab2399601145a771419858ae6a48a726a5c339bbd5d7431ff6c3fb79e5b96e358f24b90aff2407531e8db119f589
-DIST simple_oauth-0.3.0.gem 13824 SHA256 6f343847a198b1acca025e02fc6794cba622287360279399e05ed681c9fe5c2a SHA512 b1b322e8363cf8b1774abe48b18af350a5cf68f0e2a6ccc7c293fdeeaad95528e1feadfb727e5b34faa6d18a536934136b3adfab013fa2488b18067977870861 WHIRLPOOL 3ff7f2297f1e016057689ed6ed3161bc482ad8c85d6c55bc1f1dff82a46a5563269cb1e1736f1dde32b95303490319d7838c953008abe3c7f49aedda979e9a4a
 DIST simple_oauth-0.3.1.tar.gz 9572 SHA256 e8ff13bdbd440e81a8bab3db9330b9dc9d90f4220a0e4e287be71fad5313c984 SHA512 9de7370b56a179e491dca703d92e093fe8dbab44783056b5f667d20e5475aa97210b5b187918159c1753458b5f80057971bb57f4ac2a6bd2f06ae133bc1a5099 WHIRLPOOL d5067daeae6010a09151686ec77f9900b61f60ce7384acdf27340dfb2e7273e5be08cbb02df52349f70ab49b345189b8a062bf1328e8b5f25f0b800853d5c86b

diff --git a/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild b/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild
deleted file mode 100644
index 4ec36f3..00000000
--- a/dev-ruby/simple_oauth/simple_oauth-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,27 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simply builds and verifies OAuth headers"
-HOMEPAGE="https://github.com/laserlemon/simple_oauth"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-each_ruby_test() {
-	export CI=true
-	each_fakegem_test
-}

diff --git a/dev-ruby/simple_oauth/simple_oauth-0.3.0.ebuild b/dev-ruby/simple_oauth/simple_oauth-0.3.0.ebuild
deleted file mode 100644
index 992edf2..00000000
--- a/dev-ruby/simple_oauth/simple_oauth-0.3.0.ebuild
+++ /dev/null
@@ -1,29 +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_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Simply builds and verifies OAuth headers"
-HOMEPAGE="https://github.com/laserlemon/simple_oauth"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-all_ruby_prepare() {
-	sed -i -e "/simplecov/,+8d" spec/helper.rb || die
-}
-each_ruby_test() {
-	export CI=true
-	each_fakegem_test
-}


             reply	other threads:[~2016-09-26  5:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-26  5:04 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-01 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/simple_oauth/ Hans de Graaff
2023-12-31  9:21 Hans de Graaff
2022-12-16 21:02 Arthur Zamarin
2022-04-22  6:55 Hans de Graaff
2021-11-26  8:17 Hans de Graaff
2021-10-24  5:56 Hans de Graaff
2020-01-25  7:12 Hans de Graaff
2019-01-19  8:54 Hans de Graaff
2018-07-03  5:01 Hans de Graaff
2017-06-11  5:40 Hans de Graaff
2016-10-29 14:39 Manuel Rüger
2016-04-24 16:16 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=1474865951.6e32d400e57bd4676f202fe02f5f75930fad3ac8.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