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] dev/graaff:master commit in: dev-ruby/pivotal-tracker/
Date: Fri, 22 May 2015 16:12:41 +0000 (UTC)	[thread overview]
Message-ID: <1432278709.0045b4382f8a7e477c68dcb3cf2cfc9eaa74184e.graaff@gentoo> (raw)

commit:     0045b4382f8a7e477c68dcb3cf2cfc9eaa74184e
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 22 07:11:49 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 22 07:11:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=0045b438

Version bump.

Package-Manager: portage-2.2.18

 dev-ruby/pivotal-tracker/ChangeLog                 |  6 ++++
 dev-ruby/pivotal-tracker/Manifest                  |  1 +
 .../pivotal-tracker/pivotal-tracker-0.5.13.ebuild  | 37 ++++++++++++++++++++++
 3 files changed, 44 insertions(+)

diff --git a/dev-ruby/pivotal-tracker/ChangeLog b/dev-ruby/pivotal-tracker/ChangeLog
index 487580f..2b9ba16 100644
--- a/dev-ruby/pivotal-tracker/ChangeLog
+++ b/dev-ruby/pivotal-tracker/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*pivotal-tracker-0.5.13 (22 May 2015)
+
+  22 May 2015; Hans de Graaff <graaff@gentoo.org>
+  +pivotal-tracker-0.5.13.ebuild:
+  Version bump.
+
   22 May 2015; Hans de Graaff <graaff@gentoo.org>
   -pivotal-tracker-0.5.6.ebuild, -pivotal-tracker-0.5.10.ebuild:
   Cleanup.

diff --git a/dev-ruby/pivotal-tracker/Manifest b/dev-ruby/pivotal-tracker/Manifest
index 970f20f..5fe8008 100644
--- a/dev-ruby/pivotal-tracker/Manifest
+++ b/dev-ruby/pivotal-tracker/Manifest
@@ -1 +1,2 @@
 DIST pivotal-tracker-0.5.12.gem 26112 SHA256 ed8819731dc544a4ead6dceeeaf159cb219b6e380dda4f7b359945f5203c340a SHA512 fab699485b2d16de897f0271a2daa994b049d47915f5920a1e564dd17e80f1f3b4b44456b1f2e13d0451755f7126aad0e082f217b3a2113e04a36afc6ae788bf WHIRLPOOL 52447dd1626d10cab9ee637b87c7605b831bc39eb1a27a270bf43aec5ba8fa5bb915dcb027cf9e9a45cee6a4bab9717b7ed55f4260f7e8ebb2aa3d1326408a28
+DIST pivotal-tracker-0.5.13.gem 25088 SHA256 ed824ca7477a78661390e2518692bc705e8e4e2f6e7d5084308f4cb07032ba6f SHA512 9b824d6bfe4ab45c8025648152c7e9383e5ea918bfb359f0c1abec01fdaaf4c289bea8239620073a06832b8c945ac0372b400816752423d91a3f6e8ee257c89b WHIRLPOOL fd6985abcf43aa94e733a47c6ebe11a5e6db1bca96c1c1e4562d40c049274b03603a49fe2566a09ae2727251ff970b95a71a9ffcd3c89048477c78da5962ed02

diff --git a/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.13.ebuild b/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.13.ebuild
new file mode 100644
index 0000000..08229be
--- /dev/null
+++ b/dev-ruby/pivotal-tracker/pivotal-tracker-0.5.13.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Ruby gem that provides an AR-style interface for the Pivotal Tracker API."
+HOMEPAGE="https://github.com/jsmestad/pivotal-tracker"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RESTRICT="test" # stale_fish does not work with activesupport 4.2.
+
+ruby_add_bdepend "test? ( >=dev-ruby/stale_fish-1.3.0 )"
+
+ruby_add_rdepend ">=dev-ruby/rest-client-1.8.0
+	>=dev-ruby/nokogiri-1.5.5
+	>=dev-ruby/happymapper-0.3.2
+	>=dev-ruby/nokogiri-happymapper-0.5.4
+	dev-ruby/crack
+	dev-ruby/builder:*"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' spec/spec_helper.rb || die
+}


             reply	other threads:[~2015-05-22 16:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 16:12 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-11 13:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/pivotal-tracker/ Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2016-02-14 20:33 Hans de Graaff
2015-10-01  9:48 Hans de Graaff
2015-05-22  7:06 Hans de Graaff
2014-09-23  8:23 Hans de Graaff
2014-09-23  8:23 Hans de Graaff
2013-09-13  9:46 Hans de Graaff
2013-07-04 12:44 Hans de Graaff
2013-07-04 12:40 Hans de Graaff
2013-07-04 12:26 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2011-07-26 11:39 Hans de Graaff
2011-05-30 11:02 Hans de Graaff

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=1432278709.0045b4382f8a7e477c68dcb3cf2cfc9eaa74184e.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