Skip to content

Commit

Permalink
dev-ruby/rbnacl: add 4.0.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.3, Repoman-2.3.1
  • Loading branch information
graaff committed Mar 14, 2017
1 parent 980ff89 commit e14ecfe
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/rbnacl/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST rbnacl-4.0.1.gem 219648 SHA256 8161c789cf6567084b648b480e4c6081546ecea265061376f715887977ba4072 SHA512 987a3cdbaa83ee433bf8acce8c6b89202a7ae6c485a0f8bbb58b77c6c6f096fd60ec571c88cd96cabc861bc0e4fecf0611177732136a88a98a03dbb547cf6b67 WHIRLPOOL 6c53418e2b492a38b1dea30501375f893fadb64d590321cb0d1c9b0e2494adfcb3e04ddcdf7480bacd9ae26ea9af951f4ce100024bc514b4630cbf07a4486c5c
DIST rbnacl-4.0.2.gem 220160 SHA256 885c5f5dfa23007132df6d34992067f867968fcef8071e371ca5378ef88bb321 SHA512 d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4 WHIRLPOOL a262c19e8e1df26ba637e440225a627fa54bebe1ecc0ced7a5c3000c6c5c8957e0e463405223d14fa287673ccbf7f1a1bea0c35725abe7f792e3307d5519034b
30 changes: 30 additions & 0 deletions dev-ruby/rbnacl/rbnacl-4.0.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

USE_RUBY="ruby22 ruby23"

RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="Provides a high-level toolkit for building cryptographic systems and protocols"
HOMEPAGE="https://github.com/cryptosphere/rbnacl"

LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64"
IUSE=""

RDEPEND+=" dev-libs/libsodium"
DEPEND+=" test? ( dev-libs/libsodium )"

all_ruby_prepare() {
sed -i -e '/coveralls/I s:^:#:' \
-e '/bundler/ s:^:#:' \
-e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
}

0 comments on commit e14ecfe

Please sign in to comment.