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/paper_trail/
Date: Fri,  2 Oct 2015 10:59:31 +0000 (UTC)	[thread overview]
Message-ID: <1443781344.6680e3cb688c5e6b1cbdec7cda3fdbf93d906b76.graaff@gentoo> (raw)

commit:     6680e3cb688c5e6b1cbdec7cda3fdbf93d906b76
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Oct  2 10:22:24 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  2 10:22:24 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=6680e3cb

dev-ruby/paper_trail: version bump

Package-Manager: portage-2.2.20.1

 dev-ruby/paper_trail/Manifest                 |  1 +
 dev-ruby/paper_trail/paper_trail-4.0.0.ebuild | 37 +++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 2e28011..88f27e7 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -1 +1,2 @@
 DIST paper_trail-3.0.8.gem 130048 SHA256 81234c9ebf217c89e89129770fd0719df8f81e580a1f029daa8afc69c341e60e SHA512 e959d5c8e321f0ac49c34d8b5507c95a9bf8a9eaf2e42cd19c7c04a4f645abe351318756fd07ea73bd1bfe5900f86f628b418c4fe01052ec8d6a79732ace784e WHIRLPOOL 6c004f2f254a78b4b4904f982330a584feb72cbd3a91cfee43d755be7f1b027afd08f795dc2549a4a3617fa87bf06dfa813e6d75f13db67f4bb6aece06fbbe1d
+DIST paper_trail-4.0.0.gem 81408 SHA256 f4bec6d603eaebcb65af00f7e60867df2c9177e1dbe2c1e7f02d873e609757e3 SHA512 e74af1a06a808941164c486b083e8896c293d82edc3eb3594602f14f88772df633f1b10d18e21c8890935655a30b34e81c1a552d8e7a6e67e752e8e2a4962e49 WHIRLPOOL 31faca652da7cb5e2a7307bf92d04dcea146ed9d8397c6ada40b9e36c356745fa3b2968b1bf49844e4c60de28cfa8fbbf8a321dbd9ed7bdafc28ab2241f41016

diff --git a/dev-ruby/paper_trail/paper_trail-4.0.0.ebuild b/dev-ruby/paper_trail/paper_trail-4.0.0.ebuild
new file mode 100644
index 0000000..40200f6
--- /dev/null
+++ b/dev-ruby/paper_trail/paper_trail-4.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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="4"
+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-6:*
+	>dev-ruby/activesupport-3:* <dev-ruby/activesupport-6:*
+	>=dev-ruby/request_store-1.1:0"
+
+all_ruby_prepare() {
+	rm -f Gemfile.lock || die
+
+	# Ignore test unimportant to me failing due to deprecations.
+	rm -f test/unit/timestamp_test.rb || die
+}


             reply	other threads:[~2015-10-02 10:59 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-02 10:59 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-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-06-06  6:39 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=1443781344.6680e3cb688c5e6b1cbdec7cda3fdbf93d906b76.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