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/highrise/
Date: Tue, 22 Apr 2014 16:54:07 +0000 (UTC)	[thread overview]
Message-ID: <1397224566.25a1436247b0af02297068f29e2fa3d3e215d5c9.graaff@gentoo> (raw)

commit:     25a1436247b0af02297068f29e2fa3d3e215d5c9
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 11 13:56:06 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 11 13:56:06 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=25a14362

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/highrise/ChangeLog             |  5 +++++
 dev-ruby/highrise/Manifest              |  1 +
 dev-ruby/highrise/highrise-3.1.6.ebuild | 28 ++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-ruby/highrise/ChangeLog b/dev-ruby/highrise/ChangeLog
index df6fc16..4e56980 100644
--- a/dev-ruby/highrise/ChangeLog
+++ b/dev-ruby/highrise/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*highrise-3.1.6 (11 Apr 2014)
+
+  11 Apr 2014; Hans de Graaff <graaff@gentoo.org> +highrise-3.1.6.ebuild:
+  Version bump.
+
 *highrise-3.1.5 (10 Jan 2014)
 
   10 Jan 2014; Hans de Graaff <graaff@gentoo.org> +highrise-3.1.5.ebuild:

diff --git a/dev-ruby/highrise/Manifest b/dev-ruby/highrise/Manifest
index 068785f..a44106f 100644
--- a/dev-ruby/highrise/Manifest
+++ b/dev-ruby/highrise/Manifest
@@ -1,2 +1,3 @@
 DIST highrise-3.1.1.gem 20480 SHA256 4b1ca12916fff098624cd12c4921080d342743646566301256ce66a912872057 SHA512 58ce593c355655ece01f5bd14e41b8744cafd16ba76da4a3f17532e32a8899b3dbce42d865b61393d60c0bfdc18cb9fa77fb72f2fadfb5aab3813cbe58a6eee0 WHIRLPOOL 455fc7335f1579120536e9509246743cd2e2a25040b2d5acb418442045f0bea8e5f591cedecbbe8e01c859dc51fe01ecef5616f88263a0a831e884117ee05b20
 DIST highrise-3.1.5.gem 16896 SHA256 c18c5bb473bdc1d314b06741cc11c7e7b9817e5a4ce9dd9282cf2329a4aa2033 SHA512 77105a88e728dc5876736cddf6cfa4c3012ae76ce96e9fcc5e4817241dd373074cc9f4c3e54d45ddd9aae4bbc8e0ac2b4214fdc4be8777b6c4d63acbfbbb82b3 WHIRLPOOL f4d46c634e811126165559bbe9328b83c6a4ff0fd2f4eaeb0ecf004f7cc6301ac52b7160a0dad7a5153f90405287d39d5d2ca6f81e6992f9cb8f29953a382f8f
+DIST highrise-3.1.6.gem 16896 SHA256 5f951d7d31bae5e870d20548b666d6da7fa7ebc5df6b1c5f79e3d9c895f59f1c SHA512 a4641b2de3d1ecc9e73a311d4cc32cfee6d03ec2bd6c2b8dd1e83e78bfaf36132531aa7d6e568d5938a377087d35460cd4e2807873d74c736a2e7da5ea20a8ee WHIRLPOOL b6f3f5933908ccfd7c7227555a40300a2d0a9653cd759f7fbef9d826fb495bf73173e6963145bbc11d7a07964628f1e6d1d4a41b715c0540b2d7d6aa0abc43b1

diff --git a/dev-ruby/highrise/highrise-3.1.6.ebuild b/dev-ruby/highrise/highrise-3.1.6.ebuild
new file mode 100644
index 0000000..f66bffb
--- /dev/null
+++ b/dev-ruby/highrise/highrise-3.1.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A set of classes to access information on Highrise via the published API"
+HOMEPAGE="https://github.com/tapajos/highrise/"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/activeresource-3.2.13"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/Bundler/ s:^:#:' spec/spec_helper.rb || die
+}


             reply	other threads:[~2014-04-22 16:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-22 16:54 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-04-27  5:54 [gentoo-commits] dev/graaff:master commit in: dev-ruby/highrise/ Hans de Graaff
2015-06-29  5:20 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-07-26  6:31 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2012-07-25 13:13 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=1397224566.25a1436247b0af02297068f29e2fa3d3e215d5c9.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