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, 14 May 2014 12:23:25 +0000 (UTC)	[thread overview]
Message-ID: <1398943602.a728ece1d203d8c6901a9ecdbdd5959c86727bb0.graaff@gentoo> (raw)

commit:     a728ece1d203d8c6901a9ecdbdd5959c86727bb0
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu May  1 11:26:42 2014 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu May  1 11:26:42 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=a728ece1

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.2.ebuild | 43 +++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/dev-ruby/authlogic/ChangeLog b/dev-ruby/authlogic/ChangeLog
index 7366537..19a34b5 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.2 (01 May 2014)
+
+  01 May 2014; Hans de Graaff <graaff@gentoo.org> +authlogic-3.4.2.ebuild:
+  Version bump.
+
 *authlogic-3.4.1 (04 Apr 2014)
 
   04 Apr 2014; Hans de Graaff <graaff@gentoo.org> authlogic-3.4.0.ebuild,

diff --git a/dev-ruby/authlogic/Manifest b/dev-ruby/authlogic/Manifest
index 2beebcf..cdf5447 100644
--- a/dev-ruby/authlogic/Manifest
+++ b/dev-ruby/authlogic/Manifest
@@ -3,3 +3,4 @@ DIST authlogic-3.2.0.gem 68096 SHA256 386aa1c5f0edad365ede6f819c98eb0bd948d1a277
 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
 DIST authlogic-3.4.1.gem 67584 SHA256 e88c7b050a1c139d629b316d17e3778de819354a57a46638546617c1c59022ce SHA512 e1f47121366d40ad8f5aa7943e97754b16a7dcc1f0c17b3c6d4582e8b2f0a5e23ca6b3af5196fd73185eb61f32af46f0b448cf1cb3a777b654d2e66bee4dde2b WHIRLPOOL ee1b526a630f6788df4f55f1ef166b7344cff1b4759b4d14fe02f19e6da72f7ca1084443610715030941c4480f7008fc147dd39706d183c6f3db8201a8608f27
+DIST authlogic-3.4.2.gem 67584 SHA256 4d58ad67c818df29ffac477a37c6ac1dbcc99494dab072ea342e85f39172a60e SHA512 aab89cd9110a3be22de57bad8330a42b57d6d45d8bc402dbbfd18406f139dc69626a07ee9a158445dde14d3bcd9c19c85a7d2274dc475792c8f55d4a70899ccd WHIRLPOOL fd1c5d49a4553ae7cdeebad08071b2e09a75dcfc2899e36b31aea48f81f71e780efbbadbbbd5005704e782a8549c6698b61ee2740afb81ce471df48d8a93ecda

diff --git a/dev-ruby/authlogic/authlogic-3.4.2.ebuild b/dev-ruby/authlogic/authlogic-3.4.2.ebuild
new file mode 100644
index 0000000..84c63a6
--- /dev/null
+++ b/dev-ruby/authlogic/authlogic-3.4.2.ebuild
@@ -0,0 +1,43 @@
+# 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="History 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=""
+
+# Now requires scrypt but this is not packaged yet, see below.
+RESTRICT="test"
+
+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-05-14 12:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-14 12:23 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-04-06  6:03 Hans de Graaff
2014-04-02 13:42 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=1398943602.a728ece1d203d8c6901a9ecdbdd5959c86727bb0.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