From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/
Date: Fri, 6 Jun 2014 06:39:36 +0000 (UTC) [thread overview]
Message-ID: <1402035845.5034d9f25999a1be6454d1538a531f41276c91cf.graaff@gentoo> (raw)
commit: 5034d9f25999a1be6454d1538a531f41276c91cf
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun 6 06:24:05 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 6 06:24:05 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=5034d9f2
Version bump.
Package-Manager: portage-2.2.8-r1
---
dev-ruby/paper_trail/ChangeLog | 5 ++++
dev-ruby/paper_trail/Manifest | 1 +
dev-ruby/paper_trail/paper_trail-3.0.2.ebuild | 34 +++++++++++++++++++++++++++
3 files changed, 40 insertions(+)
diff --git a/dev-ruby/paper_trail/ChangeLog b/dev-ruby/paper_trail/ChangeLog
index 5058981..b2e99ee 100644
--- a/dev-ruby/paper_trail/ChangeLog
+++ b/dev-ruby/paper_trail/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*paper_trail-3.0.2 (06 Jun 2014)
+
+ 06 Jun 2014; Hans de Graaff <graaff@gentoo.org> +paper_trail-3.0.2.ebuild:
+ Version bump.
+
*paper_trail-3.0.1 (04 Apr 2014)
04 Apr 2014; Hans de Graaff <graaff@gentoo.org> +paper_trail-3.0.1.ebuild:
diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 44a7263..863570a 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -1,3 +1,4 @@
DIST paper_trail-2.6.3.gem 99328 SHA256 078425d675817b10313fa738d04792eda1560945184b251f3230adc287ff754d SHA512 2f5a552d83b37b128b2faf4146d2a97cbd1f9d1a3b419aa60e517cc3caa4c5af182ea6dbfae93b6fd9536a2222c78fc53923d9171e340796d05b22254d3c90d0 WHIRLPOOL 8944eae9b7f238cbe41dc82b96cc70d2b34c8261bd464afb1e8944c27089bdd34dd7e8d35f66e598cb0d3e0aba38fb8b005e2205a66b7d96d99c950afc9d12d7
DIST paper_trail-3.0.0.gem 119808 SHA256 454c1bc664237bc2b63f3e295aa2a847a09c3af93d95caf400fc81a87d6c53ea SHA512 cb70632bb09d277ebd68eadfc6c0f4f7eb8bb0f3325fe47c3c9dca639a4e6510673c30d2cb08dbfb688fd03bd41606c6463b8e3b695690645a62291752f1b64b WHIRLPOOL f69157e72a41fff5c8802d2beccd1f4540c2e81ada6c43a27122d1057ae507cba623d2147fd856f1ead4cd546b157b457635139d81ed0696d8ab2d6c5a6fcc90
DIST paper_trail-3.0.1.gem 122880 SHA256 5ef4a5737a799356eb4a47c1f67d02c57f7ffc15f546df9d501459c4b8d8b9dc SHA512 68870ad4ceb2e6d738b13b9757bfc21675914b07550354907bf84c2848e3505935c1fe699cb1cba802531bfe9efb86acce786e8d489e29cd60c3ba9c941d749d WHIRLPOOL ffd54bf92ae7fdcc18d15ee7d8c24f2574dce41bec61f183ba2f55abae5a52b19b1f22f1cb7c3781d250a27c26897fa53f43ecd347496d91583bf817befa2588
+DIST paper_trail-3.0.2.gem 125440 SHA256 c349ed6cc813097b8fc7c08bd19efa8325f31203f911184040e309aa42b35ecd SHA512 578c34f66c0448e0f7f8f3d32f804dfad4fe338f673de315931bde27af07dbf4ee031821dc5b576fc96c2a06d9211412f406f36663c730fba31236a1e36f807e WHIRLPOOL d9325c8477c451ed2a01ec5847a4afdfe5925e31d08498f7c15e1ad1cf91364e0dffba473a38d7c754461d938c83a28f19fa1611fe601e6af49d71d9aa71f24d
diff --git a/dev-ruby/paper_trail/paper_trail-3.0.2.ebuild b/dev-ruby/paper_trail/paper_trail-3.0.2.ebuild
new file mode 100644
index 0000000..e609d1d
--- /dev/null
+++ b/dev-ruby/paper_trail/paper_trail-3.0.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="PaperTrail lets you track changes to your models' data."
+HOMEPAGE="https://github.com/airblade/paper_trail"
+
+LICENSE="MIT"
+SLOT="3real"
+KEYWORDS="~amd64"
+IUSE=""
+
+# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
+RESTRICT="test"
+
+#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 >=dev-ruby/capybara-2.0 dev-ruby/bundler )"
+
+ruby_add_rdepend ">dev-ruby/activerecord-3 <dev-ruby/activerecord-5
+ >dev-ruby/activesupport-3 <dev-ruby/activesupport-5"
+
+all_ruby_prepare() {
+ # Ignore test unimportant to me failing due to deprecations.
+ rm test/unit/timestamp_test.rb || die
+}
next reply other threads:[~2014-06-06 6:39 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-06 6:39 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-22 19:01 [gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/ Hans de Graaff
2016-08-22 19:01 Hans de Graaff
2016-04-27 5:54 Hans de Graaff
2016-04-27 5:54 Hans de Graaff
2015-12-23 6:55 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-10-02 10:59 Hans de Graaff
2015-05-05 9:36 Hans de Graaff
2015-04-01 14:46 Hans de Graaff
2015-04-01 14:46 Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-07-15 9:03 Hans de Graaff
2014-04-06 6:03 Hans de Graaff
2014-02-24 12:21 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2014-02-21 12:23 Hans de Graaff
2012-11-25 8:30 Hans de Graaff
2012-06-02 15:47 Hans de Graaff
2012-04-30 9:30 Hans de Graaff
2012-03-13 8:31 Hans de Graaff
2011-12-04 8:16 Hans de Graaff
2011-12-04 8:16 Hans de Graaff
2011-10-14 12:30 Hans de Graaff
2011-08-17 12:35 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=1402035845.5034d9f25999a1be6454d1538a531f41276c91cf.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