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: Sun, 19 May 2013 06:51:35 +0000 (UTC) [thread overview]
Message-ID: <1368100830.5c4ed929e7b55a23dd8706a8eecc163dbcb46377.graaff@gentoo> (raw)
commit: 5c4ed929e7b55a23dd8706a8eecc163dbcb46377
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu May 9 12:00:30 2013 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 9 12:00:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=5c4ed929
Version bump.
Package-Manager: portage-2.1.11.62
---
dev-ruby/aasm/ChangeLog | 5 +++++
dev-ruby/aasm/Manifest | 1 +
dev-ruby/aasm/aasm-3.0.17.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index 6b9a92c..a32d0ea 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.17 (09 May 2013)
+
+ 09 May 2013; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.17.ebuild:
+ Version bump.
+
09 May 2013; Hans de Graaff <graaff@gentoo.org> -aasm-3.0.9.ebuild,
-aasm-3.0.14.ebuild:
Cleanup.
diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 880c6f8..150e81d 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,2 +1,3 @@
DIST aasm-3.0.15.gem 26112 SHA256 d05d737f2b1442bca105da1144a0530e76156d17634ecfb157cf26e04be2101c SHA512 2e79a34cfd322b3ca7b86e4f68a8195cfefcbe6fc69307eeda0f54039ceb0917c356160dd2a905ad7c275a5ae27134dffccd93d7a65996c1509f52a289158871 WHIRLPOOL b3616c0b056d964227497f15ea620343cd6ca8250c151af22d9264421e4d74bb4ba0ad1850c4b814a496bd0849649ed97574cf78ea243df8b1b37111931c4514
DIST aasm-3.0.16.gem 27136 SHA256 684ec7c3916aba6f7b2194243f3521d4a6ccb4c4c12875e398a1b69d4be31dce SHA512 daac299b467e8221bf1d01e8630d051440b473ef84ad03a22732fa7ce30936a892d098c171f22dc80baa7f73fc12a1ecb4a12ec71e07488574d79f2cc98c5e53 WHIRLPOOL 998d3388b8533ca9ea71710024e4fb4018b60dc45e9db19fe23c3c502f964c3401b9bdd1a6b4c59f32f773518bef85f8d4b755e55ce26dd4433fd9ce3e35e29b
+DIST aasm-3.0.17.gem 29184 SHA256 25b06bce616bf32c704486d3731b2086716e7694cda0eb47cfffd10a77ee3395 SHA512 3ca42d0fd9141dd324db1ca8690c89fb64d7d82161bfcf8426850a373ad9741b664ac54837a656fffbdf521ab5580b02bd3ed092223e1063ca6f76ed8b652077 WHIRLPOOL bc5928fb53eb26006a07156ca14588a1340f5c93dab5b9403b0f95657e57556925ef5170905b4f8bbcd7debefb6bf69b8302a6b70c437d25600bdd2d845e5fd1
diff --git a/dev-ruby/aasm/aasm-3.0.17.ebuild b/dev-ruby/aasm/aasm-3.0.17.ebuild
new file mode 100644
index 0000000..ce6eb72
--- /dev/null
+++ b/dev-ruby/aasm/aasm-3.0.17.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-05-19 6:51 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-19 6:51 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-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-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=1368100830.5c4ed929e7b55a23dd8706a8eecc163dbcb46377.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