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, 7 Feb 2014 10:11:30 +0000 (UTC) [thread overview]
Message-ID: <1391766325.4115ea945cd6bc45ab1e23c3fdcae846fde45e94.graaff@gentoo> (raw)
commit: 4115ea945cd6bc45ab1e23c3fdcae846fde45e94
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Feb 7 09:45:25 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 09:45:25 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=4115ea94
Version bump.
Package-Manager: portage-2.2.7
---
dev-ruby/aasm/ChangeLog | 5 +++++
dev-ruby/aasm/Manifest | 1 +
dev-ruby/aasm/aasm-3.0.26.ebuild | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 43 insertions(+)
diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index 5088300..2a3f325 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.0.26 (07 Feb 2014)
+
+ 07 Feb 2014; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.26.ebuild:
+ Version bump.
+
07 Feb 2014; Hans de Graaff <graaff@gentoo.org> -aasm-3.0.22.ebuild,
-aasm-3.0.23.ebuild:
Cleanup.
diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index a770a5e..b94a842 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,2 +1,3 @@
DIST aasm-3.0.24.gem 31232 SHA256 062d622b5ce0381799076c76ffd1db4f489b60f04fb228ca153b4b1222e8c29e SHA512 c4ae14048226863b7fb7fa5d3f773619510d349b8ab28d087a760b7c42278290ebb598c4fe2b60fa8c926e9b7a7ab0ae8bd9192caa9e2b7f55f7a52f404ff077 WHIRLPOOL 649635b19673995f190008ac4d2d6408d76137ac619f429c33e91dabfae98eb350c14cf14e3219bffe004204e1524fb994b6e564ba0bf40da7560cae55a6127d
DIST aasm-3.0.25.gem 31744 SHA256 1205764bfc42e91618591799a8641ac9b6799169f262c2c65a53222e31385076 SHA512 0ed6ec47ffde8505f502be5a582ee7847788914f95b9ac01b570ba51d4725c9a47ab29d093fb2231cbee5377e958de3de83e0bb86785ed3aeef9a9568ee4d3b7 WHIRLPOOL 77d48f3f6bf96209ee7b173cdd5f59d665553ab788a415ce890cd369a3320ee36ad12d6d8861e783c61bd705719ed60bc6e11caa47480a9e981a870c233e335b
+DIST aasm-3.0.26.gem 31744 SHA256 fd8df1616332b0d4af913006e54eac148c704112b36c330e643c9c1dcc5ff545 SHA512 9d82f5c5f7492162f5d01cb0725278d67bdec7b20f512e287e297310f34f546cf98bd21271247b6d68e19731af16fb337143b37d47caab0090d33e9dbb6eb302 WHIRLPOOL 27761db9bb178cb87c504a327f878b1657394e80ef1427fbf1a34cf56834e60a3ad390fb3766c43ba37deaa7cb3e0b56e3c20003161da2df4d8ecb5a1ac3973a
diff --git a/dev-ruby/aasm/aasm-3.0.26.ebuild b/dev-ruby/aasm/aasm-3.0.26.ebuild
new file mode 100644
index 0000000..be8c14e
--- /dev/null
+++ b/dev-ruby/aasm/aasm-3.0.26.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-07 10:11 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-07 10:11 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
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=1391766325.4115ea945cd6bc45ab1e23c3fdcae846fde45e94.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