From: "Tiziano Müller" <dev-zero@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/kaminari/
Date: Tue, 25 Jun 2013 19:28:17 +0000 (UTC) [thread overview]
Message-ID: <1372188489.9bc63588e35a8121f336f3593ab94b6972f56f27.dev-zero@gentoo> (raw)
commit: 9bc63588e35a8121f336f3593ab94b6972f56f27
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Tue Jun 25 19:28:09 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 19:28:09 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=9bc63588
Yet another dep for gitlab.
---
dev-ruby/kaminari/Manifest | 2 ++
dev-ruby/kaminari/kaminari-0.14.1.ebuild | 42 ++++++++++++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/dev-ruby/kaminari/Manifest b/dev-ruby/kaminari/Manifest
new file mode 100644
index 0000000..689a8b9
--- /dev/null
+++ b/dev-ruby/kaminari/Manifest
@@ -0,0 +1,2 @@
+DIST kaminari-0.14.1.tar.gz 34004 SHA256 dd5b428678006ffb64cc5393bc1e3d7acf5bd263ac0604a7b787a33c0f5c7754 SHA512 9c3cd892809a57415f016324d3466f43c5e7a03c7e33eb240baa4318801ca6a6da0734e46cdda3dfa298485265c3da84f27b91f96736c5e4a236881d0f6a6e78 WHIRLPOOL 1e9427a830d7057f7436c8a722f4ef7fea82ce8e9009f1928974c96b9355918c72097e7f0b52c98e4455aba62a10d6f2da5d0d89c08f9526424b2cd0911f0974
+EBUILD kaminari-0.14.1.ebuild 1018 SHA256 64d5119368f771c9674d89561eab0090e5122befe8e6e476804a5b2f8f686270 SHA512 fe6df061f1c41d3480c7badae3df2abb983c39577d95ac93c3f52027a644e5d0f6dec49d6418bc7432b283b69b8f0362c13dd04f3e1bf5ac1b2d1c60f6eee78d WHIRLPOOL a7672730e322df469cdd67709e766fa7bd80a59deb7d0ed41e11f47fc06f9ca9e5c22c7962248fc4c1318ebce25438d54064c73bd067cde6f581dad2820d8b6b
diff --git a/dev-ruby/kaminari/kaminari-0.14.1.ebuild b/dev-ruby/kaminari/kaminari-0.14.1.ebuild
new file mode 100644
index 0000000..ef6b632
--- /dev/null
+++ b/dev-ruby/kaminari/kaminari-0.14.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Rails 3"
+HOMEPAGE="https://github.com/amatsuda/kaminari"
+SRC_URI="https://github.com/amatsuda/kaminari/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+ruby_add_rdepend "
+ >=dev-ruby/actionpack-3
+ >=dev-ruby/activesupport-3"
+ruby_add_bdepend "doc? ( dev-ruby/yard )
+ test? (
+ dev-ruby/sqlite3
+ dev-ruby/tzinfo
+ dev-ruby/rake
+ dev-ruby/rr
+ dev-ruby/capybara
+ dev-ruby/database_cleaner
+ )"
+
+RESTRICT="test"
+# database_cleaner is in the graaff overlay
+
+all_ruby_prepare() {
+ sed -i -e '/[Bb]undler/d' Rakefile || die "sed failed"
+ sed -i -e '/git ls-files/d' ${PN}.gemspec || die "sed failed"
+}
reply other threads:[~2013-06-25 19:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1372188489.9bc63588e35a8121f336f3593ab94b6972f56f27.dev-zero@gentoo \
--to=dev-zero@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