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/api-versions/
Date: Fri, 17 Apr 2015 13:02:12 +0000 (UTC)	[thread overview]
Message-ID: <1429272349.a334f2717d371917b65b93e2f8f2dc6339797d3d.graaff@gentoo> (raw)

commit:     a334f2717d371917b65b93e2f8f2dc6339797d3d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Apr 17 12:05:49 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Apr 17 12:05:49 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=a334f271

Version bump.

Package-Manager: portage-2.2.14

 dev-ruby/api-versions/ChangeLog                 |  7 +++++-
 dev-ruby/api-versions/Manifest                  |  1 +
 dev-ruby/api-versions/api-versions-1.2.1.ebuild | 29 +++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/api-versions/ChangeLog b/dev-ruby/api-versions/ChangeLog
index 73570e8..42151b4 100644
--- a/dev-ruby/api-versions/ChangeLog
+++ b/dev-ruby/api-versions/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-ruby/api-versions
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*api-versions-1.2.1 (17 Apr 2015)
+
+  17 Apr 2015; Hans de Graaff <graaff@gentoo.org> +api-versions-1.2.1.ebuild:
+  Version bump.
+
   26 Jun 2014; Hans de Graaff <graaff@gentoo.org> api-versions-1.2.0.ebuild:
   Add ruby20.
 

diff --git a/dev-ruby/api-versions/Manifest b/dev-ruby/api-versions/Manifest
index 82ffc4e..e171529 100644
--- a/dev-ruby/api-versions/Manifest
+++ b/dev-ruby/api-versions/Manifest
@@ -1 +1,2 @@
 DIST api-versions-1.2.0.gem 13312 SHA256 490336d0c1cf217e4a7ca38a54d9e835e867b02083f50815b5fa0d6f00e66724 SHA512 4c893ff25cd6da397f8764258466961b511d508dc88e9e85ae8598a782cce9d19af8f8639bb735b29d4f0d56939f94bfa2a07283c1ea87f02122a8b5ec2aa44e WHIRLPOOL a0bb6cad88b9f80add726b252850fe45b97d2e440afa0cb4dc80d3c6da614cdb0e5631edd495fb2ecc5287994b617204d8eaa270f4963afe5c441b0f3c6fe130
+DIST api-versions-1.2.1.gem 13824 SHA256 80b9f3bdc120e1cd703c5fc03b33c3625753cb95795146ba27edfb5fd3725063 SHA512 82e5eff2ee1765ea50e55cb54c9d1cb4eb9aab529d233557d9779918a8031c1705d10df9c4d28a9b113b526d3ab899089de95818d8b1c03eb03f4c9e7a93a2c0 WHIRLPOOL 646e2c56634e1089455f76e8775f4ab1845f555eb00c330d86ad91e5a7377b7066f9317747f1b051a8cc525d1b4ae8e7ad26e989a9f4bf0b664d6c3c9b14bd22

diff --git a/dev-ruby/api-versions/api-versions-1.2.1.ebuild b/dev-ruby/api-versions/api-versions-1.2.1.ebuild
new file mode 100644
index 0000000..1a6c071
--- /dev/null
+++ b/dev-ruby/api-versions/api-versions-1.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_EXTRADOC="Changes.md README.md"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="a Gem to help you manage your Rails API endpoints"
+HOMEPAGE="https://github.com/EDMC/api-versions"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="test"
+
+# Needs a specific old version of ammeter that is no longer available
+# for us.
+RESTRICT="test"
+
+ruby_add_rdepend ">=dev-ruby/actionpack-3.0 >=dev-ruby/activesupport-3.0"
+
+ruby_add_bdepend "test? ( dev-ruby/rspec-rails dev-ruby/ammeter )"


             reply	other threads:[~2015-04-17 13:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-17 13:02 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-26  5:38 [gentoo-commits] dev/graaff:master commit in: dev-ruby/api-versions/ Hans de Graaff
2015-08-04  5:54 Hans de Graaff
2014-06-27  7:59 Hans de Graaff
2013-09-19 10:17 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=1429272349.a334f2717d371917b65b93e2f8f2dc6339797d3d.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