Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/turbolinks/
Date: Tue, 28 Apr 2020 04:42:01
Message-Id: 1588048797.88d032dce2e45b9eb89fe2a62d2421b5ee9f89d9.graaff@gentoo
1 commit: 88d032dce2e45b9eb89fe2a62d2421b5ee9f89d9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 27 09:27:37 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 04:39:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88d032dc
7
8 dev-ruby/turbolinks: cleanup
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/turbolinks/Manifest | 1 -
14 dev-ruby/turbolinks/turbolinks-5.2.0.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/dev-ruby/turbolinks/Manifest b/dev-ruby/turbolinks/Manifest
18 index 2a696712c85..1f7217be72c 100644
19 --- a/dev-ruby/turbolinks/Manifest
20 +++ b/dev-ruby/turbolinks/Manifest
21 @@ -1,2 +1 @@
22 -DIST turbolinks-5.2.0.gem 6656 BLAKE2B 7a50571a24175fc5e2c186b79fc40dd9f7a4fc3eb162b64a6b9656bb0263a25e2053bbf8685792186e5aeea8d9795e1a98e0c97e4a3155760a9b7160496b5c79 SHA512 dd69f6249463844da655ec57db34e55fe7e9fb43d2cf0eed87d20deb578ae9f84541b80df00b0f056da7cbea6b3fda3d55bff10c3e7709c50f98ef543710cc7d
23 DIST turbolinks-5.2.1.gem 6656 BLAKE2B 55f624ee8dbb8d27ffe21fc4b57644ad3118dbf7d89dfe59dde1909ee553d37a47e127af92e710f5081787e682b76950aac4287b604ebd9b32df4d60ededadee SHA512 e306a38dcb727a9ca9f491074154d0e82a6a0efba89aa8aa6f5db97c0c78fb468589a54b28779b83b5548c92aa03976e27a98b4beef0ef376606a97ac9dcce59
24
25 diff --git a/dev-ruby/turbolinks/turbolinks-5.2.0.ebuild b/dev-ruby/turbolinks/turbolinks-5.2.0.ebuild
26 deleted file mode 100644
27 index f80db61b833..00000000000
28 --- a/dev-ruby/turbolinks/turbolinks-5.2.0.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -USE_RUBY="ruby23 ruby24 ruby25"
36 -
37 -# The gem does not contain runnable tests.
38 -RUBY_FAKEGEM_TASK_TEST=""
39 -
40 -RUBY_FAKEGEM_EXTRADOC="README.md"
41 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
42 -
43 -inherit ruby-fakegem
44 -
45 -DESCRIPTION="Makes following links in your web application faster"
46 -HOMEPAGE="https://github.com/rails/turbolinks"
47 -
48 -LICENSE="MIT"
49 -SLOT="0"
50 -KEYWORDS="~amd64"
51 -IUSE=""