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: Sat, 2 Jun 2012 15:47:05 +0000 (UTC) [thread overview]
Message-ID: <1337244442.23f7885cd325b3f5127c2ec28bf1de237d10c221.graaff@gentoo> (raw)
commit: 23f7885cd325b3f5127c2ec28bf1de237d10c221
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu May 17 08:47:22 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May 17 08:47:22 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=23f7885c
Version bump.
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/paper_trail/ChangeLog | 5 ++++
dev-ruby/paper_trail/Manifest | 7 +++--
dev-ruby/paper_trail/paper_trail-2.6.3.ebuild | 33 +++++++++++++++++++++++++
3 files changed, 42 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/paper_trail/ChangeLog b/dev-ruby/paper_trail/ChangeLog
index 49bbc4e..9c36511 100644
--- a/dev-ruby/paper_trail/ChangeLog
+++ b/dev-ruby/paper_trail/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*paper_trail-2.6.3 (17 May 2012)
+
+ 17 May 2012; Hans de Graaff <graaff@gentoo.org> +paper_trail-2.6.3.ebuild:
+ Version bump.
+
13 Apr 2012; Hans de Graaff <graaff@gentoo.org> -paper_trail-2.2.9.ebuild,
-paper_trail-2.4.0.ebuild, -paper_trail-2.5.0.ebuild:
Remove old versions.
diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
index 6805072..8cd4efe 100644
--- a/dev-ruby/paper_trail/Manifest
+++ b/dev-ruby/paper_trail/Manifest
@@ -3,10 +3,11 @@ Hash: SHA256
DIST paper_trail-1.6.5.gem 21504 RMD160 8df33e83ac7eedcdd64e78d20217f3cff7753511 SHA1 b2479f7fe97f48aa106e598baaf9b52a6925b67f SHA256 1e5271c9da774bc10d72aa5cca9527e4cb5ae63185742f88f84d40f6f68f3116
DIST paper_trail-2.6.0.gem 98304 RMD160 3e02cafaecd2f88dfd595f4ac40434e1e6aa2608 SHA1 91425eef9a0fa5491ef4433e1fc16392061972be SHA256 1b071e324870aed9b8b0e95909af28be4292be82c1ad91e23a8d99abc945d667
+DIST paper_trail-2.6.3.gem 99328 RMD160 b888891e6b05836a2020f7875e879c08d364bcec SHA1 dc8862c6a3f8ad2799006c9f2bb6daed9dcf16d0 SHA256 078425d675817b10313fa738d04792eda1560945184b251f3230adc287ff754d
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk+ICe0ACgkQiIP6VqMIqNfalQD/ZuKY4vbduwT6i/8D1IIZFGup
-J31oIL7AwNz4s2LJn3IA/AsywiP3RqMEJhRryk43SReqiyduUp7OOqYBpXaDo0oX
-=8XAX
+iF4EAREIAAYFAk+0uxoACgkQiIP6VqMIqNfhbgD/fwaZ4BxvBEjBltV5gFahtUjT
+Rx3UKJXoN9By6qBA7psA/1G461Z/+w85SITKfE+h4cYzVUv4QseOtxg2zjgBT25I
+=YLpj
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/paper_trail/paper_trail-2.6.3.ebuild b/dev-ruby/paper_trail/paper_trail-2.6.3.ebuild
new file mode 100644
index 0000000..4813691
--- /dev/null
+++ b/dev-ruby/paper_trail/paper_trail-2.6.3.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"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="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="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/shoulda dev-ruby/sqlite3-ruby dev-ruby/capybara dev-ruby/bundler )"
+
+ruby_add_rdepend "=dev-ruby/railties-3* =dev-ruby/activerecord-3*"
+
+all_ruby_prepare() {
+ # Fix up dependencies to allow a wider range of development versions.
+ sed -i -e 's/2.10.3/>= 2.10.3/' -e 's/1.0.0/1.0/' paper_trail.gemspec || die
+
+ # Ignore test unimportant to me failing due to deprecations.
+ rm test/unit/timestamp_test.rb || die
+}
next reply other threads:[~2012-06-02 15:47 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-02 15:47 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-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-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=1337244442.23f7885cd325b3f5127c2ec28bf1de237d10c221.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