Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/paper_trail/
Date: Fri, 02 Oct 2015 10:59:44
Message-Id: 1443778729.cd6f8e3b6daff8edabd9689d02691895c431dab9.graaff@gentoo
1 commit: cd6f8e3b6daff8edabd9689d02691895c431dab9
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Fri Oct 2 09:38:49 2015 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 2 09:38:49 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cd6f8e3b
7
8 dev-ruby/paper_trail: cleanup
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-ruby/paper_trail/Manifest | 2 --
13 dev-ruby/paper_trail/paper_trail-3.0.6.ebuild | 34 ---------------------------
14 dev-ruby/paper_trail/paper_trail-3.0.7.ebuild | 34 ---------------------------
15 3 files changed, 70 deletions(-)
16
17 diff --git a/dev-ruby/paper_trail/Manifest b/dev-ruby/paper_trail/Manifest
18 index 77633f1..2e28011 100644
19 --- a/dev-ruby/paper_trail/Manifest
20 +++ b/dev-ruby/paper_trail/Manifest
21 @@ -1,3 +1 @@
22 -DIST paper_trail-3.0.6.gem 129024 SHA256 a775b82511e747471cf877c3379a6fe5dcb156bbb92eab3e6a77f98ca4357033 SHA512 c16156850651539e1c06d4c524913260feb90359ed3344c1d571a5bbae992d95208e8caffa52509ab4733d8d6059fed83af8f969ff4b21475a3d23b02c8c0fef WHIRLPOOL 224dc7d3d556048f36138bb86580cb70ebb4a2756ddc6eb1527162b298ca655f98835e8bae6f9cf2e0b44d075198a2f487517dc1a83d57046b852167856cae1c
23 -DIST paper_trail-3.0.7.gem 129536 SHA256 414decd40007dce2f1c4cc0be6a68c9ecb4bfc390d470e94fd9f6da2231cee89 SHA512 0f812ec5b3136b9a3e42db233d0f97c1718a9c99e24237b79c588f6fb57c324efb98316cf8bdce87b0ad2bd3af326c8800034ac3103a3ed3dee055320cd532ed WHIRLPOOL 94b73b890025730077ba7a764f7b133e7d07c042d9d2e672f131f360fbfe36743f88989a99eb5d1c039d484dd08b0c51972862160ef7370c6ebb0f79bf97b303
24 DIST paper_trail-3.0.8.gem 130048 SHA256 81234c9ebf217c89e89129770fd0719df8f81e580a1f029daa8afc69c341e60e SHA512 e959d5c8e321f0ac49c34d8b5507c95a9bf8a9eaf2e42cd19c7c04a4f645abe351318756fd07ea73bd1bfe5900f86f628b418c4fe01052ec8d6a79732ace784e WHIRLPOOL 6c004f2f254a78b4b4904f982330a584feb72cbd3a91cfee43d755be7f1b027afd08f795dc2549a4a3617fa87bf06dfa813e6d75f13db67f4bb6aece06fbbe1d
25
26 diff --git a/dev-ruby/paper_trail/paper_trail-3.0.6.ebuild b/dev-ruby/paper_trail/paper_trail-3.0.6.ebuild
27 deleted file mode 100644
28 index e609d1d..0000000
29 --- a/dev-ruby/paper_trail/paper_trail-3.0.6.ebuild
30 +++ /dev/null
31 @@ -1,34 +0,0 @@
32 -# Copyright 1999-2014 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Header: $
35 -
36 -EAPI=5
37 -USE_RUBY="ruby19 ruby20 ruby21"
38 -
39 -RUBY_FAKEGEM_TASK_DOC=""
40 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
41 -
42 -RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
43 -
44 -inherit ruby-fakegem
45 -
46 -DESCRIPTION="PaperTrail lets you track changes to your models' data."
47 -HOMEPAGE="https://github.com/airblade/paper_trail"
48 -
49 -LICENSE="MIT"
50 -SLOT="3real"
51 -KEYWORDS="~amd64"
52 -IUSE=""
53 -
54 -# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
55 -RESTRICT="test"
56 -
57 -#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 >=dev-ruby/capybara-2.0 dev-ruby/bundler )"
58 -
59 -ruby_add_rdepend ">dev-ruby/activerecord-3 <dev-ruby/activerecord-5
60 - >dev-ruby/activesupport-3 <dev-ruby/activesupport-5"
61 -
62 -all_ruby_prepare() {
63 - # Ignore test unimportant to me failing due to deprecations.
64 - rm test/unit/timestamp_test.rb || die
65 -}
66
67 diff --git a/dev-ruby/paper_trail/paper_trail-3.0.7.ebuild b/dev-ruby/paper_trail/paper_trail-3.0.7.ebuild
68 deleted file mode 100644
69 index 354312e..0000000
70 --- a/dev-ruby/paper_trail/paper_trail-3.0.7.ebuild
71 +++ /dev/null
72 @@ -1,34 +0,0 @@
73 -# Copyright 1999-2015 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Header: $
76 -
77 -EAPI=5
78 -USE_RUBY="ruby19 ruby20 ruby21"
79 -
80 -RUBY_FAKEGEM_TASK_DOC=""
81 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
82 -
83 -RUBY_FAKEGEM_GEMSPEC="paper_trail.gemspec"
84 -
85 -inherit ruby-fakegem
86 -
87 -DESCRIPTION="PaperTrail lets you track changes to your models' data."
88 -HOMEPAGE="https://github.com/airblade/paper_trail"
89 -
90 -LICENSE="MIT"
91 -SLOT="3real"
92 -KEYWORDS="~amd64"
93 -IUSE=""
94 -
95 -# Fails loading dependencies of rspec and shoulda. Might be bundler-related.
96 -RESTRICT="test"
97 -
98 -#ruby_add_bdepend "test? ( >=dev-ruby/shoulda-3.5 >=dev-ruby/sqlite3-1.2 >=dev-ruby/capybara-2.0 dev-ruby/bundler )"
99 -
100 -ruby_add_rdepend ">dev-ruby/activerecord-3 <dev-ruby/activerecord-5
101 - >dev-ruby/activesupport-3 <dev-ruby/activesupport-5"
102 -
103 -all_ruby_prepare() {
104 - # Ignore test unimportant to me failing due to deprecations.
105 - rm test/unit/timestamp_test.rb || die
106 -}