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, 16 Jan 2015 13:10:23 +0000 (UTC) [thread overview]
Message-ID: <1421243148.c9d7e4b0ca746971212c23d7e32c6dc3d1c0d3ae.graaff@gentoo> (raw)
commit: c9d7e4b0ca746971212c23d7e32c6dc3d1c0d3ae
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jan 14 13:45:48 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 14 13:45:48 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=c9d7e4b0
Cleanup.
Package-Manager: portage-2.2.14
---
dev-ruby/aasm/ChangeLog | 6 +++++-
dev-ruby/aasm/Manifest | 2 --
dev-ruby/aasm/aasm-3.3.1.ebuild | 36 ------------------------------------
dev-ruby/aasm/aasm-3.3.3.ebuild | 36 ------------------------------------
4 files changed, 5 insertions(+), 75 deletions(-)
diff --git a/dev-ruby/aasm/ChangeLog b/dev-ruby/aasm/ChangeLog
index f906be6..8ba380e 100644
--- a/dev-ruby/aasm/ChangeLog
+++ b/dev-ruby/aasm/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-ruby/aasm
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jan 2015; Hans de Graaff <graaff@gentoo.org> -aasm-3.3.1.ebuild,
+ -aasm-3.3.3.ebuild:
+ Cleanup.
+
*aasm-3.4.0 (24 Sep 2014)
24 Sep 2014; Hans de Graaff <graaff@gentoo.org> +aasm-3.4.0.ebuild:
diff --git a/dev-ruby/aasm/Manifest b/dev-ruby/aasm/Manifest
index 655a7c8..0282053 100644
--- a/dev-ruby/aasm/Manifest
+++ b/dev-ruby/aasm/Manifest
@@ -1,3 +1 @@
-DIST aasm-3.3.1.gem 36864 SHA256 f438f8196b73a26f81693764962ffd83616f0044116c95a27a803782c9f2ed4e SHA512 627c266aae8138dc210a77500177bc492ba3c920dc6fb905bb5ddfd6e17b8be8ef646fe0d71ffab959432a93667d4c199b92fe90052e5074ef5e8485db2ff52a WHIRLPOOL ffaef9f7851d7ca09faea3a7f372125a711481988614baa64498a73a90eb3dd4d6462b39740942872f745e0ceccd83a3a994dbe2bde4f6e49fc9f820a9396a69
-DIST aasm-3.3.3.gem 37376 SHA256 dff9c2e9652824e22e189594329e1571b76a5d4884d06d72988662d4cffc7847 SHA512 1362f76923166e2910f0abbc261e73f2147e4f0a6f4514659567bbee480eb7b010440a7739ee89194fa407401702639ed2e3ddaa048e50a2ee5bd429074b4c2e WHIRLPOOL f705e4bd3abbc5ce643886cfea6d4c151b20cf6040df9f2847d92c03f607bb9196bfbc5dd254914470dab55ac37b41a2698d68930fbec13caa8dc1fbc0336cdb
DIST aasm-3.4.0.gem 37888 SHA256 661b4d6781a8d74792d570363454d82f3e7b482e5c192ca6d1c81aec9d71115b SHA512 36ecfd11d5948008f2b21e331bcb6ea775200ad929744aa31046e30a9f60783766e2cfa80c6017c275127c883782e5bd8fbf0091c888d2fcd2b3742a00382746 WHIRLPOOL cd06ca5654626eea49a6a3dd2c1fec171a739b5934c0ed318d1ada53c315ecc4d8f46e61f46af92503510c4989566e54a058946df722ac5d505e9d84a0afffdd
diff --git a/dev-ruby/aasm/aasm-3.3.1.ebuild b/dev-ruby/aasm/aasm-3.3.1.ebuild
deleted file mode 100644
index b2d32cf..0000000
--- a/dev-ruby/aasm/aasm-3.3.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# 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_bdepend "test? ( dev-ruby/activerecord 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
-}
diff --git a/dev-ruby/aasm/aasm-3.3.3.ebuild b/dev-ruby/aasm/aasm-3.3.3.ebuild
deleted file mode 100644
index b2d32cf..0000000
--- a/dev-ruby/aasm/aasm-3.3.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-# 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_bdepend "test? ( dev-ruby/activerecord 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:[~2015-01-16 13:10 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-16 13:10 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
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-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=1421243148.c9d7e4b0ca746971212c23d7e32c6dc3d1c0d3ae.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