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: Thu,  5 Jul 2012 08:47:39 +0000 (UTC)	[thread overview]
Message-ID: <1341407438.601f4918bb7cc4fb03736a614f6b9c7420269fc0.graaff@gentoo> (raw)

commit:     601f4918bb7cc4fb03736a614f6b9c7420269fc0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jul  4 13:10:38 2012 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  4 13:10:38 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=601f4918

Version bump.

(Portage version: 2.1.10.65/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

---
 dev-ruby/aasm/ChangeLog         |    5 +++++
 dev-ruby/aasm/Manifest          |    9 +++++----
 dev-ruby/aasm/aasm-3.0.8.ebuild |   33 +++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+), 4 deletions(-)

diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index c55890d..36bad13 100644
--- a/dev-ruby/aasm/ChangeLog
+++ b/dev-ruby/aasm/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*aasm-3.0.8 (04 Jul 2012)
+
+  04 Jul 2012; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.8.ebuild:
+  Version bump.
+
 *aasm-3.0.4 (13 Apr 2012)
 
   13 Apr 2012; Hans de Graaff <graaff@gentoo.org> +aasm-3.0.4.ebuild:

diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index e3dbef2..27020b8 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -3,10 +3,11 @@ Hash: SHA256
 
 DIST aasm-3.0.3.gem 23040 RMD160 0ef0b379655a8b6eab2954925a18d953b7b67a92 SHA1 43e4ec31f4f062c6e9a49978221244f24d4bfd21 SHA256 653ef148d3211c59f35aa186f9f8c886e27e2a4b737a7ba04da2f72a314c412b
 DIST aasm-3.0.4.gem 23040 RMD160 4ed1c44158186cc3f8d5946c46296798618e90ea SHA1 367890dd56b727b3175d1a88b6a5adf743449718 SHA256 73bf1ef45dcd4ba798000bcc2c37eab805df503b45b4b7d54b7b2e20c3f05329
+DIST aasm-3.0.8.gem 23552 RMD160 ce675af4563c03f9353049afcce9080866e4b7cd SHA1 cc75e8c4a9870a0db04f061c9187b28e2dae9f73 SHA256 96fcc368c4fa58ec832719699b257fa6f1f70a48ddcd13b2936c3e80a9322235
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
 
-iF4EAREIAAYFAk+H+NsACgkQiIP6VqMIqNdyXgD+O9O1tIwsvoBFvHcl01L1rzJB
-udYaiEd/qKjlJTP/duIA/j/nRPs3XeehHGQdgZ5GBNeKfjo2WbIU7WIeaFV8LR3w
-=q9PU
+iF4EAREIAAYFAk/0QM4ACgkQiIP6VqMIqNcoRwD/X4iQCoZe9hkagECh8VT5PkfX
+RXN4cuO5qMj9TgLFdtAA/jF4J8CuKsRMBRUo0bWYGZICvMM7JL1CpxVmCOiQUbzL
+=dpl3
 -----END PGP SIGNATURE-----

diff --git a/dev-ruby/aasm/aasm-3.0.8.ebuild b/dev-ruby/aasm/aasm-3.0.8.ebuild
new file mode 100644
index 0000000..2f95aa0
--- /dev/null
+++ b/dev-ruby/aasm/aasm-3.0.8.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ruby19 ree18"
+
+# Requires sdoc which is not yet available in Gentoo.
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_TASK_TEST="test spec"
+
+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"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/activerecord"
+ruby_add_bdepend "test? ( dev-ruby/rspec:2 dev-ruby/shoulda dev-ruby/rr )"
+
+all_ruby_prepare() {
+	rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' Rakefile || die
+
+	# We currently don't package sdoc
+	sed -i -e '/sdoc/d' Rakefile || die
+}



             reply	other threads:[~2012-07-05  8:47 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05  8:47 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-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-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=1341407438.601f4918bb7cc4fb03736a614f6b9c7420269fc0.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