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, 29 Nov 2013 09:54:21 +0000 (UTC) [thread overview]
Message-ID: <1385716967.ec0f8e3220af51b5bda3298615415efa085937e3.graaff@gentoo> (raw)
commit: ec0f8e3220af51b5bda3298615415efa085937e3
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Nov 29 09:22:47 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Nov 29 09:22:47 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=ec0f8e32
Version bump.
Package-Manager: portage-2.2.7
---
dev-ruby/aasm/ChangeLog | 5 +++++
dev-ruby/aasm/Manifest | 1 +
dev-ruby/aasm/aasm-3.0.24.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index 5ceb3b0..36bfe82 100644
--- a/dev-ruby/aasm/ChangeLog
+++ b/dev-ruby/aasm/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*aasm-3.0.24 (29 Nov 2013)
+
+ 29 Nov 2013; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.24.ebuild:
+ Version bump.
+
*aasm-3.0.23 (24 Oct 2013)
24 Oct 2013; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.23.ebuild:
diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 9551200..d004f60 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,2 +1,3 @@
DIST aasm-3.0.22.gem 30208 SHA256 bbb1b55f19d147f1a550d9bd8429b763dc57572c059c4597170535d550dccf65 SHA512 6af31da490fa175f7057c24601001a58079d150c27c23f2857628716571491bcc8837653f24b1f85ee124e9d948deecf01878ef84151985a3cb0e07b589bea68 WHIRLPOOL 0ba96ae7b72719b94f34068e664672f12e9ba1fe617aaf0023d17487453448b7ce15805356cb71c16fa84acf9ebf44a7bf769210d64d06ebfda67cc87fd5ad39
DIST aasm-3.0.23.gem 30208 SHA256 c6a1392caad4f5b72479b787eacd9153ad3d9f9d838d75754b5df45e4e0fbeca SHA512 df87fd8832405941d2976aa87ece849636e7798aac97a61e05660f7ad707c3661b2199d152afb53fba3bf4f36ce7342853d64d9f2a34acd5a899805f5fedd2e5 WHIRLPOOL aadcc0b5ec9a98336c3845970ae433b767767e84e20216b467a60d5511d7fbf0ce8e271cc5a7b026e77bd86f5c2bbc32b86ac4c3498979fb97cd14818826a97d
+DIST aasm-3.0.24.gem 31232 SHA256 062d622b5ce0381799076c76ffd1db4f489b60f04fb228ca153b4b1222e8c29e SHA512 c4ae14048226863b7fb7fa5d3f773619510d349b8ab28d087a760b7c42278290ebb598c4fe2b60fa8c926e9b7a7ab0ae8bd9192caa9e2b7f55f7a52f404ff077 WHIRLPOOL 649635b19673995f190008ac4d2d6408d76137ac619f429c33e91dabfae98eb350c14cf14e3219bffe004204e1524fb994b6e564ba0bf40da7560cae55a6127d
diff --git a/dev-ruby/aasm/aasm-3.0.24.ebuild b/dev-ruby/aasm/aasm-3.0.24.ebuild
new file mode 100644
index 0000000..ce6eb72
--- /dev/null
+++ b/dev-ruby/aasm/aasm-3.0.24.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2013 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:[~2013-11-29 9:54 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-29 9:54 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-21 12:23 Hans de Graaff
2014-02-07 10:11 Hans de Graaff
2014-02-07 10:11 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=1385716967.ec0f8e3220af51b5bda3298615415efa085937e3.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