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] repo/gentoo:master commit in: dev-ruby/bcrypt_pbkdf/
Date: Mon, 27 Feb 2017 06:52:32 +0000 (UTC)	[thread overview]
Message-ID: <1488178297.4449849bf203bc73931e3d53333ac893fc89083c.graaff@gentoo> (raw)

commit:     4449849bf203bc73931e3d53333ac893fc89083c
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 06:50:57 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 06:51:37 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4449849b

dev-ruby/bcrypt_pbkdf: initial import of 1.0.0

New test dependency for dev-ruby/net-ssh.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/bcrypt_pbkdf/Manifest                  |  1 +
 dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild | 36 +++++++++++++++++++++++++
 dev-ruby/bcrypt_pbkdf/metadata.xml              | 11 ++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-ruby/bcrypt_pbkdf/Manifest b/dev-ruby/bcrypt_pbkdf/Manifest
new file mode 100644
index 0000000000..9e9790df18
--- /dev/null
+++ b/dev-ruby/bcrypt_pbkdf/Manifest
@@ -0,0 +1 @@
+DIST bcrypt_pbkdf-1.0.0.gem 24576 SHA256 1b86abaca5f4b0e9626b3218ba8f680863bfb3ea2316e1cf647be3c346984432 SHA512 b582407617633f5277cde9251ed1fd2ca408ae8bd19cc73f107d7932bed38061dc0099d3033ff5def1b586507392c33d8c50815fb156322f0dd08fbbe4a8e967 WHIRLPOOL 9401dc3fcde08ff9fe83bd76b92fc779ed9d37c517b6a72b90726b10b211bf3290d268caf93bf0068fe1430c89942bb4a034151c43d35a2033208a7724b4987d

diff --git a/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild b/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
new file mode 100644
index 0000000000..065650faf8
--- /dev/null
+++ b/dev-ruby/bcrypt_pbkdf/bcrypt_pbkdf-1.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Implements bcrypt_pdkfd (a variant of PBKDF2 with bcrypt-based PRF)"
+HOMEPAGE="https://github.com/net-ssh/bcrypt_pbkdf-ruby"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/rbnacl )"
+
+all_ruby_prepare() {
+	# Don't use a ruby-bundled version of libsodium
+	sed -i -e '/rbnacl\/libsodium/ s:^:#:' test/bcrypt_pnkdf/engine_test.rb || die
+}
+
+each_ruby_configure() {
+	${RUBY} -Cext/mri extconf.rb || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/mri
+	cp ext/mri/bcrypt_pbkdf_ext.so lib/ || die
+}

diff --git a/dev-ruby/bcrypt_pbkdf/metadata.xml b/dev-ruby/bcrypt_pbkdf/metadata.xml
new file mode 100644
index 0000000000..cae815148e
--- /dev/null
+++ b/dev-ruby/bcrypt_pbkdf/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>ruby@gentoo.org</email>
+    <name>Gentoo Ruby Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">net-ssh/bcrypt_pbkdf-ruby</remote-id>
+  </upstream>
+</pkgmetadata>


             reply	other threads:[~2017-02-27  6:52 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-27  6:52 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-06-10  7:31 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bcrypt_pbkdf/ Hans de Graaff
2018-02-11 21:56 Thomas Deutschmann
2018-02-16 10:31 Hans de Graaff
2018-03-13 22:39 Sergei Trofimovich
2018-04-02  6:55 Hans de Graaff
2018-04-08  9:13 Sergei Trofimovich
2018-05-03  4:42 Hans de Graaff
2018-06-26  2:04 Aaron Bauman
2018-06-27 22:15 Sergei Trofimovich
2018-07-30 19:44 Hans de Graaff
2018-11-26 15:44 Rick Farina
2019-01-19 14:48 Hans de Graaff
2019-04-06  5:56 Hans de Graaff
2020-02-09 15:07 Hans de Graaff
2021-01-06  6:21 Hans de Graaff
2021-06-30  6:56 Hans de Graaff
2021-06-30  6:56 Hans de Graaff
2021-07-06  7:49 Hans de Graaff
2021-09-19 21:35 Agostino Sarubbo
2021-09-20  6:26 Agostino Sarubbo
2021-09-22  6:58 Agostino Sarubbo
2021-09-25  5:18 Agostino Sarubbo
2021-09-25  8:49 Hans de Graaff
2022-03-31  5:39 Hans de Graaff
2022-08-17 15:39 Sam James
2023-03-13  7:14 Hans de Graaff
2023-04-17  9:35 Sam James
2023-04-17  9:35 Sam James
2023-04-17  9:35 Sam James
2023-04-17  9:46 Sam James
2023-07-08  8:59 Hans de Graaff
2024-01-10  7:44 Hans de Graaff
2024-05-20  7:07 Hans de Graaff
2024-09-09 11:11 Sam James
2024-09-09 11:11 Sam James
2024-09-11 14:15 Sam James
2024-09-12 16:16 Jakov Smolić

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=1488178297.4449849bf203bc73931e3d53333ac893fc89083c.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