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: Fri, 21 Feb 2014 12:23:23 +0000 (UTC) [thread overview]
Message-ID: <1392969786.90d72dc6f2f34cfe78fece402f3d08dad086a1d7.graaff@gentoo> (raw)
commit: 90d72dc6f2f34cfe78fece402f3d08dad086a1d7
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 21 08:03:06 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 21 08:03:06 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=90d72dc6
Version bump.
Package-Manager: portage-2.2.7
---
dev-ruby/aasm/ChangeLog | 5 +++++
dev-ruby/aasm/Manifest | 1 +
dev-ruby/aasm/aasm-3.1.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index a34bb31..006cc85 100644
--- a/dev-ruby/aasm/ChangeLog
+++ b/dev-ruby/aasm/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*aasm-3.1.0 (21 Feb 2014)
+
+ 21 Feb 2014; Hans de Graaff <graaff@gentoo.org> +aasm-3.1.0.ebuild:
+ Version bump.
+
21 Feb 2014; Hans de Graaff <graaff@gentoo.org> -aasm-3.0.24.ebuild,
-aasm-3.0.25.ebuild:
Cleanup.
diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 76f536c..86f9d6c 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1 +1,2 @@
DIST aasm-3.0.26.gem 31744 SHA256 fd8df1616332b0d4af913006e54eac148c704112b36c330e643c9c1dcc5ff545 SHA512 9d82f5c5f7492162f5d01cb0725278d67bdec7b20f512e287e297310f34f546cf98bd21271247b6d68e19731af16fb337143b37d47caab0090d33e9dbb6eb302 WHIRLPOOL 27761db9bb178cb87c504a327f878b1657394e80ef1427fbf1a34cf56834e60a3ad390fb3766c43ba37deaa7cb3e0b56e3c20003161da2df4d8ecb5a1ac3973a
+DIST aasm-3.1.0.gem 33280 SHA256 b57f4e35554bb238f7d7c789038ed8dac642b747f256f4b1d154901a6fae7466 SHA512 23b7ef86155916a1916973525070daefee999a052e11926b43bfcb3203974de5cc6ab48c4c2f468e888c62a35698e21e015ee9b30e742d525b26e1e7cecb7ca1 WHIRLPOOL a4b8dd56b11cfdf167cf73718803ddf9ff8bf3c29efbc7f099d2fc58eccd0aa6e9be05112dc5ac31034572d5337b370f7119842ce8567ed8ebf888a357a630d8
diff --git a/dev-ruby/aasm/aasm-3.1.0.ebuild b/dev-ruby/aasm/aasm-3.1.0.ebuild
new file mode 100644
index 0000000..be8c14e
--- /dev/null
+++ b/dev-ruby/aasm/aasm-3.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19"
+
+# Requires sdoc which is not yet available in Gentoo.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A library for adding finite state machines to Ruby classes."
+HOMEPAGE="https://github.com/rubyist/aasm"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/activerecord"
+ruby_add_bdepend "test? ( dev-ruby/shoulda 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
+
+ # Remove specs for code we won't use
+ rm spec/unit/persistence/mongoid_persistance_spec.rb || die
+}
next reply other threads:[~2014-02-21 12:23 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-21 12:23 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-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-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=1392969786.90d72dc6f2f34cfe78fece402f3d08dad086a1d7.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