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, 27 Oct 2016 07:07:03 +0000 (UTC)	[thread overview]
Message-ID: <1477551307.290d5459a87f6c0e68b1bb9811a188898ed1561a.graaff@gentoo> (raw)

commit:     290d5459a87f6c0e68b1bb9811a188898ed1561a
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Oct 27 06:55:07 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 06:55:07 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=290d5459

dev-ruby/aasm: add 4.11.1

Package-Manager: portage-2.3.0

 dev-ruby/aasm/Manifest           |  1 +
 dev-ruby/aasm/aasm-4.11.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 dev-ruby/aasm/metadata.xml       |  2 +-
 3 files changed, 38 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 6c80030..8b5f097 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,3 +1,4 @@
 DIST aasm-3.4.0.gem 37888 SHA256 661b4d6781a8d74792d570363454d82f3e7b482e5c192ca6d1c81aec9d71115b SHA512 36ecfd11d5948008f2b21e331bcb6ea775200ad929744aa31046e30a9f60783766e2cfa80c6017c275127c883782e5bd8fbf0091c888d2fcd2b3742a00382746 WHIRLPOOL cd06ca5654626eea49a6a3dd2c1fec171a739b5934c0ed318d1ada53c315ecc4d8f46e61f46af92503510c4989566e54a058946df722ac5d505e9d84a0afffdd
 DIST aasm-4.11.0.gem 73216 SHA256 61df50ccdc3adefd1a31c5950ff2569a6455eb6b39c5e7a703306764d29f37e1 SHA512 096fc7db64cc2e1a6160f15229aecfb8668de55afe738fe2b2d007282b51464ea088cee450567a11b6acb4e5329803ac259a8621a5215dd8c4032e562a3dce75 WHIRLPOOL f28ef06e0bdb7bf99380b7f17f7b45454d0e5017a15723fe57029afc736e8acf005c9b94a610d64154155466ae1d17db033e70d31d4e02ae1f50ce75b4859d94
+DIST aasm-4.11.1.gem 73728 SHA256 db2cd07afedf56512115f8bb220fbd6daff70a3523ea19910f19b71cc3addd5e SHA512 bfdcf3378e1d271b17043bd3d5d45deee71b8759b017c7d812c6e1ee7f99db7561343cca9b47945ee1621e72518db24020d3521e825f1c2a31e890e7d3b7a1d7 WHIRLPOOL 1a8282b9156c41f2a28af7da2b71ae2d000a01d542e086c196cfa16e7cde4cd6fa84cdaa36e717126be597fc3311d6140ce65e18e0dab60287a399e72c27fa94
 DIST aasm-4.5.2.gem 57344 SHA256 f9cf7b359a1d3efec8b60fad326f0c8b3ea0981a950649ab78bc42728762e339 SHA512 78cce8f34dd3e59b45f7f3d75233fa3b78e0b304ceff64c5850236f430da4d6bbe2745bedb0d73fbaa8330b0606a83efbd17ee205abb28d01100bc0b48130701 WHIRLPOOL a7ddfabe51209507308cd25b916826832c4bced8a9ce50bab88dcc66cd7c50d2ebf4722b7b71a9cfa6b41c4a8531618ada92e67ffe2eeaefc65775a65ef7e9bd

diff --git a/dev-ruby/aasm/aasm-4.11.1.ebuild b/dev-ruby/aasm/aasm-4.11.1.ebuild
new file mode 100644
index 0000000..af415af
--- /dev/null
+++ b/dev-ruby/aasm/aasm-4.11.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+# 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"
+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
+
+	# Avoid spec that requires unpackaged generator_spec
+	rm -f spec/generators/{active_record,mongoid}_generator_spec.rb || die
+}

diff --git a/dev-ruby/aasm/metadata.xml b/dev-ruby/aasm/metadata.xml
index f977299..bd70e45 100644
--- a/dev-ruby/aasm/metadata.xml
+++ b/dev-ruby/aasm/metadata.xml
@@ -1,5 +1,5 @@
 <?xml version = '1.0' encoding = 'UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
+<maintainer type="person"><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>


             reply	other threads:[~2016-10-27  7:07 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-27  7:07 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-08-15 13:34 [gentoo-commits] dev/graaff:master commit in: dev-ruby/aasm/ 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-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=1477551307.290d5459a87f6c0e68b1bb9811a188898ed1561a.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