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/jira-ruby/
Date: Sat, 20 Jan 2018 06:31:03 +0000 (UTC)	[thread overview]
Message-ID: <1516429286.969d8e9b0b2837f69a7fcd4a74dda9c84fbc48bd.graaff@gentoo> (raw)

commit:     969d8e9b0b2837f69a7fcd4a74dda9c84fbc48bd
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 20 06:21:26 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 06:21:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969d8e9b

dev-ruby/jira-ruby: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-ruby/jira-ruby/Manifest               |  3 ---
 dev-ruby/jira-ruby/jira-ruby-1.3.0.ebuild | 43 -------------------------------
 dev-ruby/jira-ruby/jira-ruby-1.4.0.ebuild | 43 -------------------------------
 dev-ruby/jira-ruby/jira-ruby-1.4.1.ebuild | 43 -------------------------------
 4 files changed, 132 deletions(-)

diff --git a/dev-ruby/jira-ruby/Manifest b/dev-ruby/jira-ruby/Manifest
index e49a5bfa818..5e41a66af1b 100644
--- a/dev-ruby/jira-ruby/Manifest
+++ b/dev-ruby/jira-ruby/Manifest
@@ -1,4 +1 @@
-DIST jira-ruby-1.3.0.gem 57344 BLAKE2B ed1a956099a4908ef362754a760f968894722f0524b2ca08c569d1f28457ff47b92bd9f80fb3720a897da3c248541f1dff5eb9ed03d8d185e6f178dbd7468f23 SHA512 dcfbce86e21b57a2c50d11655d4e94c7341c32f32c935f7d2f841d4706e61011c96b2bc57a8d7f2c0c6a1288b21ac7fcef9d21d16a8b6a8d6f82e6e8ef77b7ac
-DIST jira-ruby-1.4.0.gem 57856 BLAKE2B d60450c6eb435745d7aa276e3e7a067e8a19b923273fe89192219df8a18ad531bf2ba1adb46e4ae8ded5657868667a0af0f3bb00ca89fef55f32b3eebf3853c3 SHA512 11a8560b5ae31e9da508e1ba1bd5cf1916d65535d05c0f888e126e712070835f89cacb5d90c6118b8abd4363b62b0f5c070cde40b2c034d98f4eab4b584d2104
-DIST jira-ruby-1.4.1.gem 58368 BLAKE2B 98f94f925497980e3c09c3d10f3dcd51451d12b077e9587702e3ab8739ff7c6e2cff467ea4dc895ddd45e2e82229f31457e2193d78812cff9527ee2202f56755 SHA512 9da01fd331fd21ee532aa2847fe6a8f9d9bbc56a11f51b43cb2d331d47c23d42c670de7b7b5f8d21be6142b12690ab3fc77a9b2475f457fcbdb870a15bf1718f
 DIST jira-ruby-1.4.3.gem 58368 BLAKE2B 10cbb86b9ba10f79e1345a2e868079f9debcefd9fb1a77934ba0eb85aef87993f4657b187b7b000b1302cdfbdbbe17a6714c9c7c35614f9a55ed0e937d380493 SHA512 bff948f76ab765f2bb21d473fffac54cc1e2a1995ecc351b38eb6be1e3c12eab3e5b93b26dfc5d9707af0b6c5e556c94d432a2894a3baab4e2c74ebc53e460d6

diff --git a/dev-ruby/jira-ruby/jira-ruby-1.3.0.ebuild b/dev-ruby/jira-ruby/jira-ruby-1.3.0.ebuild
deleted file mode 100644
index cb9db68128a..00000000000
--- a/dev-ruby/jira-ruby/jira-ruby-1.3.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="API for JIRA"
-HOMEPAGE="https://github.com/sumoheavy/jira-ruby https://rubygems.org/gems/jira-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/activesupport:*
-	dev-ruby/multipart-post
-	>=dev-ruby/oauth-0.5.0
-	<dev-ruby/oauth-1"
-
-ruby_add_bdepend "test? (
-	dev-ruby/railties
-	>=dev-ruby/webmock-1.18.0:0
-	dev-ruby/rake )"
-
-DEPEND="${DEPEND} test? ( dev-libs/openssl:0 )"
-
-all_ruby_prepare() {
-	sed -i -e "/bundler/d" \
-		-e '1igem "webmock", "~>1.0"' \
-		spec/spec_helper.rb || die
-	sed -i -e '/git ls-files/d' ${PN}.gemspec || die
-}
-
-each_ruby_test() {
-	${RUBY} -S rake jira:generate_public_cert || die
-	RSPEC_VERSION=3 ruby-ng_rspec || die
-}

diff --git a/dev-ruby/jira-ruby/jira-ruby-1.4.0.ebuild b/dev-ruby/jira-ruby/jira-ruby-1.4.0.ebuild
deleted file mode 100644
index cb9db68128a..00000000000
--- a/dev-ruby/jira-ruby/jira-ruby-1.4.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="API for JIRA"
-HOMEPAGE="https://github.com/sumoheavy/jira-ruby https://rubygems.org/gems/jira-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/activesupport:*
-	dev-ruby/multipart-post
-	>=dev-ruby/oauth-0.5.0
-	<dev-ruby/oauth-1"
-
-ruby_add_bdepend "test? (
-	dev-ruby/railties
-	>=dev-ruby/webmock-1.18.0:0
-	dev-ruby/rake )"
-
-DEPEND="${DEPEND} test? ( dev-libs/openssl:0 )"
-
-all_ruby_prepare() {
-	sed -i -e "/bundler/d" \
-		-e '1igem "webmock", "~>1.0"' \
-		spec/spec_helper.rb || die
-	sed -i -e '/git ls-files/d' ${PN}.gemspec || die
-}
-
-each_ruby_test() {
-	${RUBY} -S rake jira:generate_public_cert || die
-	RSPEC_VERSION=3 ruby-ng_rspec || die
-}

diff --git a/dev-ruby/jira-ruby/jira-ruby-1.4.1.ebuild b/dev-ruby/jira-ruby/jira-ruby-1.4.1.ebuild
deleted file mode 100644
index cb9db68128a..00000000000
--- a/dev-ruby/jira-ruby/jira-ruby-1.4.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-inherit ruby-fakegem
-
-DESCRIPTION="API for JIRA"
-HOMEPAGE="https://github.com/sumoheavy/jira-ruby https://rubygems.org/gems/jira-ruby"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/activesupport:*
-	dev-ruby/multipart-post
-	>=dev-ruby/oauth-0.5.0
-	<dev-ruby/oauth-1"
-
-ruby_add_bdepend "test? (
-	dev-ruby/railties
-	>=dev-ruby/webmock-1.18.0:0
-	dev-ruby/rake )"
-
-DEPEND="${DEPEND} test? ( dev-libs/openssl:0 )"
-
-all_ruby_prepare() {
-	sed -i -e "/bundler/d" \
-		-e '1igem "webmock", "~>1.0"' \
-		spec/spec_helper.rb || die
-	sed -i -e '/git ls-files/d' ${PN}.gemspec || die
-}
-
-each_ruby_test() {
-	${RUBY} -S rake jira:generate_public_cert || die
-	RSPEC_VERSION=3 ruby-ng_rspec || die
-}


             reply	other threads:[~2018-01-20  6:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-20  6:31 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-19 19:37 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/jira-ruby/ Hans de Graaff
2018-01-20  6:31 Hans de Graaff
2017-08-26  8:27 Hans de Graaff
2017-08-17  5:45 Hans de Graaff
2017-08-17  5:45 Hans de Graaff
2017-08-03  4:41 Hans de Graaff
2017-07-22  6:00 Hans de Graaff
2017-03-17 13:19 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=1516429286.969d8e9b0b2837f69a7fcd4a74dda9c84fbc48bd.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