public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/authlogic/
Date: Wed,  2 Apr 2014 13:42:18 +0000 (UTC)	[thread overview]
Message-ID: <1395935499.b47c7b788e43b9259e05e0c1705922e634449bfb.graaff@gentoo> (raw)

commit:     b47c7b788e43b9259e05e0c1705922e634449bfb
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Mar 27 15:51:39 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 15:51:39 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=b47c7b78

Version bump.

Package-Manager: portage-2.2.8-r1

---
 dev-ruby/authlogic/ChangeLog              |  5 ++++
 dev-ruby/authlogic/Manifest               |  1 +
 dev-ruby/authlogic/authlogic-3.4.0.ebuild | 40 +++++++++++++++++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-ruby/authlogic/ChangeLog b/dev-ruby/authlogic/ChangeLog
index 3bc42ff..eab6d0a 100644
--- a/dev-ruby/authlogic/ChangeLog
+++ b/dev-ruby/authlogic/ChangeLog
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/authlogic
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 
+*authlogic-3.4.0 (27 Mar 2014)
+
+  27 Mar 2014; Hans de Graaff <graaff@gentoo.org> +authlogic-3.4.0.ebuild:
+  Version bump.
+
   27 Mar 2014; Hans de Graaff <graaff@gentoo.org> -authlogic-3.1.0.ebuild,
   -authlogic-3.1.3.ebuild:
   Cleanup.

diff --git a/dev-ruby/authlogic/Manifest b/dev-ruby/authlogic/Manifest
index 0d80562..8f8763c 100644
--- a/dev-ruby/authlogic/Manifest
+++ b/dev-ruby/authlogic/Manifest
@@ -1,3 +1,4 @@
 DIST authlogic-2.1.6.gem 74752 SHA256 af9cc2b76501338ac1cfa43104e80d9eb863e2c1c2699c8fbfa8a1197f0edb17 SHA512 1eebfdebb77d38f7b640fdb5ca31015408576a51ddf762798f7365257ec4e413beb0d9e02d407d64c714e221ad622eadfc0eda9618a76ba3dcaf38dea66d32b6 WHIRLPOOL 7d78e808917dc542cf75bb660997ffaebe05025994ffed609de535f5d0c67b3a4fcc33696f2715a075d1fc6befd8f2c95ad20043ec3961fdf6d263f109d8664c
 DIST authlogic-3.2.0.gem 68096 SHA256 386aa1c5f0edad365ede6f819c98eb0bd948d1a277d450c3013f71887f8d2532 SHA512 a9c2354f5e69db9bdb6ad2ccd1622116f305607a7af31c7e5bf6ce986032150a7028229103a53923c5b8bcedc92bffff7ca79743de61e29612f829cacfc7acaa WHIRLPOOL bd9039554258e4d2ac7f4df7df2a9d45b7da9c6c544e794de0ec0c5edc8d888b2de0e9ba6bc8946b405cfe3352455151f0a039b214eed5d5142e5fe1e68c01f7
 DIST authlogic-3.3.0.gem 65536 SHA256 78271a3a6fc22320d174f9d642dcbb9ee6dfed5146d4aeaf5a050601b07ad46e SHA512 2316f311df153863ba5b8f4cc44017c2865409a539a800f2827a954b69ee22094da3895a70418b006799736c0166e58c1500400c2ab4c178a40b3f7bb512c592 WHIRLPOOL e2cbc7b85c89c20cf1ac6f2e5c06ca42141f7a9d59cf0951a66952e706495dde751ed800ed7b1bb5c0dc5b1da1eeebf0b935cf688498320b1123fd471297b582
+DIST authlogic-3.4.0.gem 67072 SHA256 95628bd02245bf17dad5f2989063f360e910df602f7b6e61e885ecfbc0edf76a SHA512 6b9df03e810481c7764e83ca0ea832a0dab4b9dd590e5fcd276fafb1d52df63b80e4289658f9eae9242c738634a244ffce2e3b583923ef1d40af393a7fb3ae54 WHIRLPOOL 7de41ef238cc6ef992cda537d659b30f61559f35d651498beebde7b3fdb54b85874e6f37f3f82f87d7a0d0ea7349d9c41c38a598a4ab6b5a75f169283bedaef1

diff --git a/dev-ruby/authlogic/authlogic-3.4.0.ebuild b/dev-ruby/authlogic/authlogic-3.4.0.ebuild
new file mode 100644
index 0000000..d8f6268
--- /dev/null
+++ b/dev-ruby/authlogic/authlogic-3.4.0.ebuild
@@ -0,0 +1,40 @@
+# 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_EXTRADOC="README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A clean, simple, and unobtrusive ruby authentication solution."
+HOMEPAGE="http://authlogic.rubyforge.org/"
+LICENSE="Ruby"
+
+KEYWORDS="~amd64"
+SLOT="3"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/activerecord-3.2
+	>=dev-ruby/activesupport-3.2
+	>=dev-ruby/request_store-1.0.5"
+ruby_add_bdepend "test? ( >=dev-ruby/bcrypt-ruby-3.1.5 dev-ruby/sqlite3 )"
+
+all_ruby_prepare() {
+	sed -i -e '/bundler/I s:^:#:' Rakefile || die
+
+	#sed -i -e '/ruby-debug/d' test/test_helper.rb || die
+
+	# Avoid test for a crypt provider we don't package. Also test with
+	# bcrypt rather than scrypt. SCrypt is not easy to install due to a
+	# very weird build system.
+	sed -i -e 's/SCrypt/BCrypt/' test/fixtures/users.yml test/acts_as_authentic_test/password_test.rb || die
+	rm test/crypto_provider_test/scrypt_test.rb test/acts_as_authentic_test/{password,persistence_token}_test.rb || die
+
+	# Use a version of minitest compatible with rails
+	sed -i -e '2igem "minitest", "~> 4.0"' test/test_helper.rb || die
+}


             reply	other threads:[~2014-04-02 13:42 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-02 13:42 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-13  5:00 [gentoo-commits] dev/graaff:master commit in: dev-ruby/authlogic/ Hans de Graaff
2016-09-12  6:03 Hans de Graaff
2016-09-12  6:03 Hans de Graaff
2016-09-01 19:05 Hans de Graaff
2016-08-26  5:38 Hans de Graaff
2015-08-04 14:40 Hans de Graaff
2015-05-22  7:06 Hans de Graaff
2015-01-03  6:59 Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-10-30 10:31 Hans de Graaff
2014-06-27  7:59 Hans de Graaff
2014-05-14 12:23 Hans de Graaff
2014-04-06  6:03 Hans de Graaff
2014-04-02 13:42 Hans de Graaff
2013-05-19  6:51 Hans de Graaff
2013-02-14 15:52 Hans de Graaff
2013-02-10  7:25 Hans de Graaff
2012-07-22 17:21 Hans de Graaff
2012-04-30  9:30 Hans de Graaff
2011-12-04  8:16 Hans de Graaff
2011-10-31 18:08 Hans de Graaff
2011-07-13  8:35 Hans de Graaff
2011-06-28 12:17 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=1395935499.b47c7b788e43b9259e05e0c1705922e634449bfb.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