From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/kaminari/
Date: Mon, 22 Aug 2016 19:01:00 +0000 (UTC) [thread overview]
Message-ID: <1471890002.cf9bd4f8f1e37c12cf061a506d68b8e44814ae6a.graaff@gentoo> (raw)
commit: cf9bd4f8f1e37c12cf061a506d68b8e44814ae6a
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Aug 22 18:20:02 2016 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 18:20:02 2016 +0000
URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cf9bd4f8
dev-ruby/kaminari: cleanup
Package-Manager: portage-2.2.28
dev-ruby/kaminari/Manifest | 2 --
dev-ruby/kaminari/kaminari-0.15.1.ebuild | 26 --------------------------
dev-ruby/kaminari/kaminari-0.16.1.ebuild | 26 --------------------------
3 files changed, 54 deletions(-)
diff --git a/dev-ruby/kaminari/Manifest b/dev-ruby/kaminari/Manifest
index 2b2ed66..c34163f 100644
--- a/dev-ruby/kaminari/Manifest
+++ b/dev-ruby/kaminari/Manifest
@@ -1,3 +1 @@
-DIST kaminari-0.15.1.gem 40960 SHA256 6d8c87cdcd1bff99cc97436160ec31dae3228403a04169c33421c3522e7cc7d4 SHA512 c2b8155de468d81a7a681a819321f698967e186fdbd3f3f407f3cef7862cff93d3cdeee0b01d1aa6a279c3ad4548904e9bbeee6c8c0b7b5f253b8dc8b85d23c7 WHIRLPOOL f2697b5d2c790de3aeffd732df17345ff9da43d6bbbf739f8f0f02444276bfce86c8602d5cfcfd6955530eba9bf636662e85bc256383bdbd1cefe26de98bf7aa
-DIST kaminari-0.16.1.gem 43008 SHA256 57ae8127c764a75dde3037dcdd4abcd6d2cec5ac91492a8ec8ac53967b28fc28 SHA512 086674cef9ef7613b80398f0c8dc0023a876bcbca05e73dbbf869c99aff76525f1053cfa5fa98ad6e44083c5cbca8ca6a6839086d40e6dd38856843c2495dded WHIRLPOOL abb3141c63ad1123fa02ffa81cf428a68cc87f377bb838ff71702fdbb431c15d74609902247049cf6259bd058b3455e102400e89ab068b468bd5dac7d2ec8e1c
DIST kaminari-0.16.3.gem 44544 SHA256 c75072e46983598423564906ba72e9d66bc8c52e393f63a7d89450addf1c7d93 SHA512 ed88d69807a3e4ac4f1d04776a568639a6cc81a650b42ad5ac627a7ea4d728657c1e347d03cf149675c2ca30d229b0d8bd9196f27bf56252077c2e7325b148b2 WHIRLPOOL 8ba718bcf70c9ea96a134a69d5e36eb310930898ab216f93490a4289c480f0cadf555cff0ec7c2797cc2338cc4ea19ed1238b2bfbf2d909c005a0dabc793a6ba
diff --git a/dev-ruby/kaminari/kaminari-0.15.1.ebuild b/dev-ruby/kaminari/kaminari-0.15.1.ebuild
deleted file mode 100644
index 42f70c0..0000000
--- a/dev-ruby/kaminari/kaminari-0.15.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pagination engine plugin for Rails 3+ and other modern frameworks"
-HOMEPAGE="https://github.com/amatsuda/kaminari"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/activesupport-3.0.0
- >=dev-ruby/actionpack-3.0.0"
diff --git a/dev-ruby/kaminari/kaminari-0.16.1.ebuild b/dev-ruby/kaminari/kaminari-0.16.1.ebuild
deleted file mode 100644
index 288948f..0000000
--- a/dev-ruby/kaminari/kaminari-0.16.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_TASK_TEST=""
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
-
-RUBY_FAKEGEM_EXTRAINSTALL="app config"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A pagination engine plugin for Rails 3+ and other modern frameworks"
-HOMEPAGE="https://github.com/amatsuda/kaminari"
-LICENSE="MIT"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE=""
-
-ruby_add_rdepend "
- >=dev-ruby/activesupport-3.0.0
- >=dev-ruby/actionpack-3.0.0"
next reply other threads:[~2016-08-22 19:01 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-22 19:01 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/kaminari/ Hans de Graaff
2015-05-22 7:06 Hans de Graaff
2014-06-13 6:06 Hans de Graaff
2014-04-06 6:03 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=1471890002.cf9bd4f8f1e37c12cf061a506d68b8e44814ae6a.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