* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/devise/
@ 2013-06-24 15:18 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-06-24 15:18 UTC (permalink / raw
To: gentoo-commits
commit: 94ea5d354c02f70dcb17a10187835424decfbef8
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Mon Jun 24 15:18:44 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 15:18:44 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=94ea5d35
Add devise ebuild for gitlab.
---
dev-ruby/devise/Manifest | 2 ++
dev-ruby/devise/devise-2.2.4.ebuild | 57 +++++++++++++++++++++++++++++++++++++
2 files changed, 59 insertions(+)
diff --git a/dev-ruby/devise/Manifest b/dev-ruby/devise/Manifest
new file mode 100644
index 0000000..5c76c3f
--- /dev/null
+++ b/dev-ruby/devise/Manifest
@@ -0,0 +1,2 @@
+DIST devise-2.2.4.tar.gz 147466 SHA256 4d7d9c7cda69a56d20201121efbae00faf4bcb930db46eabbd8d837ebbb6c8f7 SHA512 a3c4016010e0ad8b3a2fde08201b2d6b448088682ab73627701e09c4f383801cd920e8d187d537adf6c8ca99522da8cf6342c1f5e07a6c4cad137f05922cf61f WHIRLPOOL df23401abd829aada70b01dbf62d2900e710a1a29da66876cd7b25493d4135a9ba19fd6fcd15434609bb1262d38070e05d53fdd3311149a734800ca1afb3e2c7
+EBUILD devise-2.2.4.ebuild 1278 SHA256 afc00324aba4efcec422797bb44cbe30825f175c5a817478b87e5553a8da3c0f SHA512 bdd5947275ae881e0dc8342cbffe9d410522975d74b66cbbbbe891823784552e7854ee194495473365391ae623838d04e0bd3e32df04c9857f963c76831eaee0 WHIRLPOOL 1dd5710c572aa0c7a43a9f6e00a55921f22d2a2f2054a7a35b0003142929ceac3962c1403dbd0177dd19994404eacc222d87c82e949051fec8c0637b94d9e418
diff --git a/dev-ruby/devise/devise-2.2.4.ebuild b/dev-ruby/devise/devise-2.2.4.ebuild
new file mode 100644
index 0000000..2484207
--- /dev/null
+++ b/dev-ruby/devise/devise-2.2.4.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rake"
+RUBY_FAKEGEM_TASK_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc CONTRIBUTING.md README.md"
+RUBY_FAKEGEM_DOCDIR="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Flexible authentication solution for Rails with Warden"
+HOMEPAGE="https://github.com/plataformatec/devise"
+SRC_URI="https://github.com/plataformatec/devise/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+ruby_add_rdepend "
+ =dev-ruby/warden-1.2*
+ =dev-ruby/orm_adapter-0*
+ =dev-ruby/bcrypt-ruby-3*
+ dev-ruby/railties:3.2"
+ruby_add_bdepend "test? (
+ dev-ruby/actionmailer
+ dev-ruby/activesupport
+ dev-ruby/webrat
+ dev-ruby/mocha
+ dev-ruby/rails
+ )"
+
+RESTRICT="test"
+# needs the following additional modules for tests (?!):
+# action_dispatch
+# digest
+# generators
+# mongoid
+# ostruct
+# securerandom
+# set
+# shared_admin
+# shared_user
+# test_helper
+# test_models
+
+all_ruby_prepare() {
+ sed -i \
+ -e '/bundler/d' \
+ Rakefile test/rails_app/config/boot.rb || die "sed failed"
+ rm Gemfile.lock || die "removing Gemfile.lock failed"
+ ln -s rdoc doc || die "creating compat symlink failed"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-24 15:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-24 15:18 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/devise/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox