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: Fri, 13 Sep 2013 09:46:13 +0000 (UTC)	[thread overview]
Message-ID: <1379063258.9596d488f1ce5faa519c5fef08908e5ef34a8b3d.graaff@gentoo> (raw)

commit:     9596d488f1ce5faa519c5fef08908e5ef34a8b3d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Sep 13 09:07:38 2013 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 09:07:38 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9596d488

Version bump.

Package-Manager: portage-2.2.1

---
 dev-ruby/aasm/ChangeLog          |  5 +++++
 dev-ruby/aasm/Manifest           |  1 +
 dev-ruby/aasm/aasm-3.0.22.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index 26c7401..2e84bff 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.22 (13 Sep 2013)
+
+  13 Sep 2013; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.22.ebuild:
+  Version bump.
+
 *aasm-3.0.19 (21 Jun 2013)
 
   21 Jun 2013; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.19.ebuild:

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 0ea27bb..1f81649 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,2 +1,3 @@
 DIST aasm-3.0.17.gem 29184 SHA256 25b06bce616bf32c704486d3731b2086716e7694cda0eb47cfffd10a77ee3395 SHA512 3ca42d0fd9141dd324db1ca8690c89fb64d7d82161bfcf8426850a373ad9741b664ac54837a656fffbdf521ab5580b02bd3ed092223e1063ca6f76ed8b652077 WHIRLPOOL bc5928fb53eb26006a07156ca14588a1340f5c93dab5b9403b0f95657e57556925ef5170905b4f8bbcd7debefb6bf69b8302a6b70c437d25600bdd2d845e5fd1
 DIST aasm-3.0.19.gem 29696 SHA256 5617475050f4910d7cf27b8bcbd8860c3fe872b6d269e2054d021766140b98af SHA512 ad6bbdb60b97c53b3f9de2acca30108193a6f49203f522112c8751607d5db906e22bce6906191ddae57634e4ea6d48de2c785e542441ebc5638a0c68d8dd931e WHIRLPOOL ee2ffa4e9f7cd523c68704ea423e539f9d0727ad19bb1d3a2c474039c1ff836653d4a5e56652008ae154696442d55bd5b6fc3def8dbb4fb441c8e125419cf790
+DIST aasm-3.0.22.gem 30208 SHA256 bbb1b55f19d147f1a550d9bd8429b763dc57572c059c4597170535d550dccf65 SHA512 6af31da490fa175f7057c24601001a58079d150c27c23f2857628716571491bcc8837653f24b1f85ee124e9d948deecf01878ef84151985a3cb0e07b589bea68 WHIRLPOOL 0ba96ae7b72719b94f34068e664672f12e9ba1fe617aaf0023d17487453448b7ce15805356cb71c16fa84acf9ebf44a7bf769210d64d06ebfda67cc87fd5ad39

diff --git a/dev-ruby/aasm/aasm-3.0.22.ebuild b/dev-ruby/aasm/aasm-3.0.22.ebuild
new file mode 100644
index 0000000..ce6eb72
--- /dev/null
+++ b/dev-ruby/aasm/aasm-3.0.22.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
+}


             reply	other threads:[~2013-09-13  9:46 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-13  9:46 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-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=1379063258.9596d488f1ce5faa519c5fef08908e5ef34a8b3d.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