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/aasm/
Date: Thu, 29 Oct 2015 06:14:24 +0000 (UTC)	[thread overview]
Message-ID: <1446097784.30442df8c289ea359680b7be0620c869922ca7f8.graaff@gentoo> (raw)

commit:     30442df8c289ea359680b7be0620c869922ca7f8
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 29 05:49:44 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 05:49:44 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=30442df8

dev-ruby/aasm: add 4.4.1

Package-Manager: portage-2.2.20.1

 dev-ruby/aasm/Manifest          |  1 +
 dev-ruby/aasm/aasm-4.4.1.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index d3fd9a5..6746c86 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -2,3 +2,4 @@ DIST aasm-3.4.0.gem 37888 SHA256 661b4d6781a8d74792d570363454d82f3e7b482e5c192ca
 DIST aasm-4.1.1.gem 45568 SHA256 41732bca71675ad3a8c6ce19c71940bdff128074a7ef8b3e652ce6d53815f1b7 SHA512 8e4438ad55a1ce24d7fcda9535f1cf0a7b1689bf2679c87663196843d47d028cee5faba6fdf47e156c21a4718f7af10f16c0a7d2cadf9e16b3ce4098629e5403 WHIRLPOOL 3a7ea736f75eaf34eb032357ad9c817ff90561a2a927d84622e4d88a99c876697e97e8bb35dbed1e33794bd182b4066f71508d2279ad90b27a72a0a6418f41ff
 DIST aasm-4.2.0.gem 48128 SHA256 773db211673545b4e1fb743b35870d71c27f9bad0ce5289767e743e11430eaeb SHA512 cd648afb9b3896ddd190a3fee869df11651b0f870ced20b613bdb0c9bbd9eed9ed88388a90b6e2c43725155d791f2ff5df6c26d55e70360a3cd240f99432cb10 WHIRLPOOL 0e1403d4d5b54fd2acc81974fb3816bf76a75c0a67026455577ed1217c8a8b458756a59347faa4f45bd1a582c0eb279f9bb6addcd21904a1e82142783b0a7d57
 DIST aasm-4.3.0.gem 54272 SHA256 6de924ba5f2130b09129e046345cfad8d849a8569aeab7c65e2be84bbecd225b SHA512 0fb7421fd593d4b192c45339a22869b10af782dac34a3bdaa9059e79a5fe04e85961d03d5eca59e4311cd242be8ecce8a4d3f499108f79d0d857ed14fe032093 WHIRLPOOL 6c4d55f640f959143b7fc59f2a22b10f935d7aa2d9193ffe4697962cbecb3e80ea2503279393a770383a80cad0056c0368dc08a4d29b1b3facef6b7caa869914
+DIST aasm-4.4.1.gem 54784 SHA256 0117b99364ef35a056ff9d0b1ee9daf16117a4651dd475c85a95144e2a2e6de3 SHA512 6b3fc64287385b4d189fae6cec9c3893f165be070cbddea7184f3f108a83be2270c4be6c58011b51ecbd6489ab43dccad57ce465e07e72bd14a1e1eccfb27a5b WHIRLPOOL c8eb64a2757b8dffecf8f9150c339e0342af2178f3c620ae6c6f067fd598f6c2b4e761e3df01500b2d2682efb7a8e169d5b44ddc57b9b4257d8291f89d90b269

diff --git a/dev-ruby/aasm/aasm-4.4.1.ebuild b/dev-ruby/aasm/aasm-4.4.1.ebuild
new file mode 100644
index 0000000..4d0a31c
--- /dev/null
+++ b/dev-ruby/aasm/aasm-4.4.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+
+# Requires sdoc which is not yet available in Gentoo.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md README_FROM_VERSION_3_TO_4.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for adding finite state machines to Ruby classes."
+HOMEPAGE="https://github.com/rubyist/aasm"
+
+LICENSE="MIT"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activerecord dev-ruby/rr )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' Rakefile || die
+	sed -i -e '/coveralls/I s:^:#:' spec/spec_helper.rb || die
+
+	# We currently don't package sdoc
+	sed -i -e '/sdoc/d' Rakefile || die
+}


             reply	other threads:[~2015-10-29  6:14 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-29  6:14 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27  7:07 [gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/ Hans de Graaff
2016-08-15 13:34 Hans de Graaff
2016-08-15 13:34 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2016-04-01  7:01 Hans de Graaff
2015-12-09  6:36 Hans de Graaff
2015-10-29  6:14 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-07-01 21:34 Hans de Graaff
2015-05-22  7:06 Hans de Graaff
2015-04-17 11:55 Hans de Graaff
2015-01-16 13:10 Hans de Graaff
2015-01-16 13:10 Hans de Graaff
2014-09-24  7:31 Hans de Graaff
2014-09-15  6:42 Hans de Graaff
2014-09-15  6:42 Hans de Graaff
2014-07-24 13:38 Hans de Graaff
2014-08-19  6:45 ` Hans de Graaff
2014-07-15  9:03 Hans de Graaff
2014-05-27  5:07 Hans de Graaff
2014-04-02 13:42 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2013-11-29  9:54 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-10-25  9:08 Hans de Graaff
2013-09-13  9:46 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-06-21 11:37 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2013-01-08 12:06 Hans de Graaff
2012-12-31 14:27 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-11-20 10:00 Hans de Graaff
2012-10-08 13:37 Hans de Graaff
2012-07-05  8:47 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2012-04-03 11:46 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2012-01-02  9:55 Hans de Graaff
2011-10-14 12:30 Hans de Graaff
2011-09-12 12:12 Hans de Graaff
2011-06-15 11:38 Hans de Graaff
2011-06-10  7:19 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=1446097784.30442df8c289ea359680b7be0620c869922ca7f8.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