public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/scrypt/
@ 2015-01-03  6:59 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2015-01-03  6:59 UTC (permalink / raw
  To: gentoo-commits

commit:     23e4bab58e741f62f89c194907f19f4178ef9d5e
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jan  2 10:51:09 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jan  2 10:51:09 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=23e4bab5

Initial import. New dependency for authlogic.

Package-Manager: portage-2.2.14

---
 dev-ruby/scrypt/ChangeLog           | 10 ++++++++++
 dev-ruby/scrypt/Manifest            |  1 +
 dev-ruby/scrypt/metadata.xml        |  6 ++++++
 dev-ruby/scrypt/scrypt-2.0.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 4 files changed, 54 insertions(+)

diff --git a/dev-ruby/scrypt/ChangeLog b/dev-ruby/scrypt/ChangeLog
new file mode 100644
index 0000000..78574c5
--- /dev/null
+++ b/dev-ruby/scrypt/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/scrypt
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*scrypt-2.0.0 (02 Jan 2015)
+
+  02 Jan 2015; Hans de Graaff <graaff@gentoo.org> +scrypt-2.0.0.ebuild,
+  +metadata.xml:
+  Initial import. New dependency for authlogic.
+

diff --git a/dev-ruby/scrypt/Manifest b/dev-ruby/scrypt/Manifest
new file mode 100644
index 0000000..2294e8d
--- /dev/null
+++ b/dev-ruby/scrypt/Manifest
@@ -0,0 +1 @@
+DIST scrypt-2.0.0.gem 23552 SHA256 34cf4f10e0fa4b03b6722e3987a9907fd89a83293dabcc5333541349a2da17ea SHA512 d8543d263d2109f5428688d4589a643ef62a458c5c3cc683cff64c1d98c316e4232977757e52a75247da2be4d7e7d3bedc3d1ceada286e03e064f0198c043606 WHIRLPOOL 7ccd368db889fd58a73eb2b18cfb747d83828885b965eeca6bbe118fb7d108b00151632019ff7ca35089ac56098f457c370e25d85174a51921793038f9e978b3

diff --git a/dev-ruby/scrypt/metadata.xml b/dev-ruby/scrypt/metadata.xml
new file mode 100644
index 0000000..9bf681c
--- /dev/null
+++ b/dev-ruby/scrypt/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd></herd>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/scrypt/scrypt-2.0.0.ebuild b/dev-ruby/scrypt/scrypt-2.0.0.ebuild
new file mode 100644
index 0000000..ec08cf8
--- /dev/null
+++ b/dev-ruby/scrypt/scrypt-2.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Scrypt password hashing algorithm"
+HOMEPAGE="https://github.com/pbhogan/scrypt"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend ">=dev-ruby/ffi-compiler-0.0.2"
+
+all_ruby_prepare() {
+	# In Gentoo ffi-compiler can be a built-time only dependency.
+	sed -i -e '/ffi-compiler/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_compile() {
+	# This task ignores CFLAGS and LDFLAGS and hardcodes sse and sse2
+	# support. This should be fixed before moving it to the gentoo tree.
+	${RUBY} -Cext/scrypt -S rake || die
+	cp ext/scrypt/*/libscrypt_ext.so lib/
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/scrypt/
@ 2015-06-12  5:05 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2015-06-12  5:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e4b20dd8f8bbe97cbf6eb2a97a772d15a85c4c4d
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Jun 12 05:03:42 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Jun 12 05:03:42 2015 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=e4b20dd8

Version bump.

Package-Manager: portage-2.2.18

 dev-ruby/scrypt/ChangeLog           |  5 +++++
 dev-ruby/scrypt/Manifest            |  1 +
 dev-ruby/scrypt/scrypt-2.0.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-ruby/scrypt/ChangeLog b/dev-ruby/scrypt/ChangeLog
index 78574c5..af6f1fd 100644
--- a/dev-ruby/scrypt/ChangeLog
+++ b/dev-ruby/scrypt/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*scrypt-2.0.2 (12 Jun 2015)
+
+  12 Jun 2015; Hans de Graaff <graaff@gentoo.org> +scrypt-2.0.2.ebuild:
+  Version bump.
+
 *scrypt-2.0.0 (02 Jan 2015)
 
   02 Jan 2015; Hans de Graaff <graaff@gentoo.org> +scrypt-2.0.0.ebuild,

diff --git a/dev-ruby/scrypt/Manifest b/dev-ruby/scrypt/Manifest
index 2294e8d..54d7f86 100644
--- a/dev-ruby/scrypt/Manifest
+++ b/dev-ruby/scrypt/Manifest
@@ -1 +1,2 @@
 DIST scrypt-2.0.0.gem 23552 SHA256 34cf4f10e0fa4b03b6722e3987a9907fd89a83293dabcc5333541349a2da17ea SHA512 d8543d263d2109f5428688d4589a643ef62a458c5c3cc683cff64c1d98c316e4232977757e52a75247da2be4d7e7d3bedc3d1ceada286e03e064f0198c043606 WHIRLPOOL 7ccd368db889fd58a73eb2b18cfb747d83828885b965eeca6bbe118fb7d108b00151632019ff7ca35089ac56098f457c370e25d85174a51921793038f9e978b3
+DIST scrypt-2.0.2.gem 28160 SHA256 ff879435a7ec15d78679f0d228ab976bb2633cc78faa25ab57f9538c4e8a2aaf SHA512 7c82bba94eb18a2340964c2fbf1f6ca2c4af310baa318b50e3932d8bd72a60fe90c5a85d09ce3157ae3589964da8f93742fd7ae5e42e571e1d5848af6164c928 WHIRLPOOL ada6f8ef98f16c5d05b3f808a5c6e9683bbcb48387be0d12cbbf92cb7eecb57366ed2a5e6df165facb61e51df35e22cde1782c39e9f6695df73f233ade2b442d

diff --git a/dev-ruby/scrypt/scrypt-2.0.2.ebuild b/dev-ruby/scrypt/scrypt-2.0.2.ebuild
new file mode 100644
index 0000000..ec08cf8
--- /dev/null
+++ b/dev-ruby/scrypt/scrypt-2.0.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header:  $
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Scrypt password hashing algorithm"
+HOMEPAGE="https://github.com/pbhogan/scrypt"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend ">=dev-ruby/ffi-compiler-0.0.2"
+
+all_ruby_prepare() {
+	# In Gentoo ffi-compiler can be a built-time only dependency.
+	sed -i -e '/ffi-compiler/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_compile() {
+	# This task ignores CFLAGS and LDFLAGS and hardcodes sse and sse2
+	# support. This should be fixed before moving it to the gentoo tree.
+	${RUBY} -Cext/scrypt -S rake || die
+	cp ext/scrypt/*/libscrypt_ext.so lib/
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/scrypt/
@ 2016-02-14 19:29 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-02-14 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     d0192748f21f2b3203a636c55df580d1c5bb9715
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 18:30:54 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 18:30:54 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=d0192748

dev-ruby/scrypt: cleanup

Package-Manager: portage-2.2.26

 dev-ruby/scrypt/Manifest            |  1 -
 dev-ruby/scrypt/scrypt-2.0.0.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/scrypt/Manifest b/dev-ruby/scrypt/Manifest
index 54d7f86..ac89483 100644
--- a/dev-ruby/scrypt/Manifest
+++ b/dev-ruby/scrypt/Manifest
@@ -1,2 +1 @@
-DIST scrypt-2.0.0.gem 23552 SHA256 34cf4f10e0fa4b03b6722e3987a9907fd89a83293dabcc5333541349a2da17ea SHA512 d8543d263d2109f5428688d4589a643ef62a458c5c3cc683cff64c1d98c316e4232977757e52a75247da2be4d7e7d3bedc3d1ceada286e03e064f0198c043606 WHIRLPOOL 7ccd368db889fd58a73eb2b18cfb747d83828885b965eeca6bbe118fb7d108b00151632019ff7ca35089ac56098f457c370e25d85174a51921793038f9e978b3
 DIST scrypt-2.0.2.gem 28160 SHA256 ff879435a7ec15d78679f0d228ab976bb2633cc78faa25ab57f9538c4e8a2aaf SHA512 7c82bba94eb18a2340964c2fbf1f6ca2c4af310baa318b50e3932d8bd72a60fe90c5a85d09ce3157ae3589964da8f93742fd7ae5e42e571e1d5848af6164c928 WHIRLPOOL ada6f8ef98f16c5d05b3f808a5c6e9683bbcb48387be0d12cbbf92cb7eecb57366ed2a5e6df165facb61e51df35e22cde1782c39e9f6695df73f233ade2b442d

diff --git a/dev-ruby/scrypt/scrypt-2.0.0.ebuild b/dev-ruby/scrypt/scrypt-2.0.0.ebuild
deleted file mode 100644
index ec08cf8..0000000
--- a/dev-ruby/scrypt/scrypt-2.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header:  $
-
-EAPI=5
-USE_RUBY="ruby19 ruby20 ruby21"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Scrypt password hashing algorithm"
-HOMEPAGE="https://github.com/pbhogan/scrypt"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend ">=dev-ruby/ffi-compiler-0.0.2"
-
-all_ruby_prepare() {
-	# In Gentoo ffi-compiler can be a built-time only dependency.
-	sed -i -e '/ffi-compiler/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-}
-
-each_ruby_compile() {
-	# This task ignores CFLAGS and LDFLAGS and hardcodes sse and sse2
-	# support. This should be fixed before moving it to the gentoo tree.
-	${RUBY} -Cext/scrypt -S rake || die
-	cp ext/scrypt/*/libscrypt_ext.so lib/
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/scrypt/
@ 2016-02-14 19:29 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-02-14 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     2cf25bae991953e9c81f35c5274d9b68f829161f
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sun Feb 14 18:31:11 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 18:31:11 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=2cf25bae

dev-ruby/scrypt: fix metadata

Package-Manager: portage-2.2.26

 dev-ruby/scrypt/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-ruby/scrypt/metadata.xml b/dev-ruby/scrypt/metadata.xml
index 9bf681c..f977299 100644
--- a/dev-ruby/scrypt/metadata.xml
+++ b/dev-ruby/scrypt/metadata.xml
@@ -1,6 +1,5 @@
 <?xml version = '1.0' encoding = 'UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd></herd>
 <maintainer><email>graaff@gentoo.org</email></maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] dev/graaff:master commit in: dev-ruby/scrypt/
@ 2016-09-10  6:25 Hans de Graaff
  0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2016-09-10  6:25 UTC (permalink / raw
  To: gentoo-commits

commit:     69198a66a67557da196b9f054746b155b64f019b
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Sat Sep 10 06:24:47 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 06:24:47 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=69198a66

dev-ruby/scrypt: add 3.0.3

Package-Manager: portage-2.2.28

 dev-ruby/scrypt/Manifest            |  1 +
 dev-ruby/scrypt/scrypt-3.0.3.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/scrypt/Manifest b/dev-ruby/scrypt/Manifest
index ac89483..03de180 100644
--- a/dev-ruby/scrypt/Manifest
+++ b/dev-ruby/scrypt/Manifest
@@ -1 +1,2 @@
 DIST scrypt-2.0.2.gem 28160 SHA256 ff879435a7ec15d78679f0d228ab976bb2633cc78faa25ab57f9538c4e8a2aaf SHA512 7c82bba94eb18a2340964c2fbf1f6ca2c4af310baa318b50e3932d8bd72a60fe90c5a85d09ce3157ae3589964da8f93742fd7ae5e42e571e1d5848af6164c928 WHIRLPOOL ada6f8ef98f16c5d05b3f808a5c6e9683bbcb48387be0d12cbbf92cb7eecb57366ed2a5e6df165facb61e51df35e22cde1782c39e9f6695df73f233ade2b442d
+DIST scrypt-3.0.3.gem 34816 SHA256 cd09a25693d28a8dcb8a63b4eab94f576a39cabff2f399216f523e773b2f973c SHA512 a1cd680b10ff78d2011348c2948205eb7725c2717cc3c367ce49dd3c037e6a50dadf9c16ce9af5990e5b3b02c790432351ac8815c4a414bf47576ac50797309f WHIRLPOOL 5ffcabbc79a4b567fa7b96b5578e37db1225f35553d5d1eae1d085d2a51d3e7a603ebe7e32858bf330af241f73153e3a8a1e7a87ca02aca6bfaf5be729bbaaea

diff --git a/dev-ruby/scrypt/scrypt-3.0.3.ebuild b/dev-ruby/scrypt/scrypt-3.0.3.ebuild
new file mode 100644
index 0000000..6cef039
--- /dev/null
+++ b/dev-ruby/scrypt/scrypt-3.0.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Scrypt password hashing algorithm"
+HOMEPAGE="https://github.com/pbhogan/scrypt"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend ">=dev-ruby/ffi-compiler-1.0.0"
+
+all_ruby_prepare() {
+	# In Gentoo ffi-compiler can be a built-time only dependency.
+	sed -i -e '/ffi-compiler/d' ${RUBY_FAKEGEM_GEMSPEC} || die
+}
+
+each_ruby_compile() {
+	# This task ignores CFLAGS and LDFLAGS and hardcodes sse and sse2
+	# support. This should be fixed before moving it to the gentoo tree.
+	${RUBY} -Cext/scrypt -S rake || die
+	cp ext/scrypt/*/libscrypt_ext.so lib/
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-10  6:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-10  6:25 [gentoo-commits] dev/graaff:master commit in: dev-ruby/scrypt/ Hans de Graaff
  -- strict thread matches above, loose matches on Subject: below --
2016-02-14 19:29 Hans de Graaff
2016-02-14 19:29 Hans de Graaff
2015-06-12  5:05 Hans de Graaff
2015-01-03  6:59 Hans de Graaff

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox