summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-09-06 08:33:47 +0200
committerHans de Graaff <graaff@gentoo.org>2020-09-06 08:48:32 +0200
commitada479e47372e7f6eb624dc55305e6ded14afd8c (patch)
tree42328ff2c8765d68f1866efe936640837e6e9cc2 /dev-ruby/will_paginate
parentdev-ruby/wisper: cleanup (diff)
downloadgentoo-ada479e47372e7f6eb624dc55305e6ded14afd8c.tar.gz
gentoo-ada479e47372e7f6eb624dc55305e6ded14afd8c.tar.bz2
gentoo-ada479e47372e7f6eb624dc55305e6ded14afd8c.zip
dev-ruby/will_paginate: cleanup
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/will_paginate')
-rw-r--r--dev-ruby/will_paginate/Manifest1
-rw-r--r--dev-ruby/will_paginate/will_paginate-3.2.1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/will_paginate/Manifest b/dev-ruby/will_paginate/Manifest
index 899a54fdc0e6..7427ae63c9d4 100644
--- a/dev-ruby/will_paginate/Manifest
+++ b/dev-ruby/will_paginate/Manifest
@@ -1,2 +1 @@
-DIST will_paginate-3.2.1.gem 37888 BLAKE2B 94737d52b755d51ba52310a131409ebb4eb4d68cfafd45e931460bf0584158ac4774e7a9d1a93f41bc512b306687b45572ef90bf80302ad21ea2012486f94f5b SHA512 8b98a52d95f1f4eb253900103ef6664070e04c1f5144bd97ac66762b11a2098637a0233e1390ed80620dd16565154f6a43995c5e32028f88f2de6cb7af01c714
DIST will_paginate-3.3.0.gem 37888 BLAKE2B f1d2178086c7b7efc0ef46d8cccd64f3c0ed54427c3d499e88f7ba4fc3d1eef086060b3dd7e365cddf16558721c500652d0cc252e18618a9f5dbc01ff9ba2f04 SHA512 2114683e16642e4d06523ba69d26438a7111687f73d3ab89bfcf7a413ce5ea68cb076c4f887f34efcd9c6d5525260e9367a5b502ccde5658f3e21f7f0dba12ab
diff --git a/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild b/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild
deleted file mode 100644
index 3c47cb11bdea..000000000000
--- a/dev-ruby/will_paginate/will_paginate-3.2.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby24 ruby25 ruby26"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Most awesome pagination solution for Ruby"
-HOMEPAGE="https://github.com/mislav/will_paginate/"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~x86-macos"
-IUSE=""
-
-all_ruby_prepare() {
- # Remove tests for unpackaged ORMs
- rm -f spec/finders/{sequel,mongoid,data_mapper}* || die
-}
-
-ruby_add_bdepend "
- test? (
- dev-ruby/rails
- dev-ruby/mocha
- )"