mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-ruby/rbnacl: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST rbnacl-4.0.2.gem 220160 BLAKE2B a4a3a7b0346bdc3d0e1930bf9b1c6c05182456837c53c8a56f5d8eec831df8768589affb00450088c4ccc3de37f474a359e9ea362655ea66ada63467936abcbe SHA512 d13d36e4248d5e40bb5d9496e08823438d312c16d14e3068be89a62dd7f80ec7f99fa5995752b183656b6ae863af77645b16ce45d05a74ad0dfbd4a93c8854d4
|
||||
DIST rbnacl-5.0.0.gem 221184 BLAKE2B f64a754c478c57af901432e9cef335d9f01c1acadcd9d860dacca2ed5d59bdb71f3a431488357b57cbe7af61cf03b50b95ab5421a9ac59f63242a0ddd693e373 SHA512 d6c0c90587beae9f5086c442f4b7b9f430d527576307c5a5cdc5532b231245e5615434a001b3a4b47d1fb7d7148a167d77f12e7b4f5bd1c25c7ce5d361eb42f6
|
||||
DIST rbnacl-7.1.1.gem 226304 BLAKE2B 4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72 SHA512 da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 ruby24 ruby25 ruby26"
|
||||
|
||||
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="5"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND+=" dev-libs/libsodium"
|
||||
DEPEND+=" test? ( dev-libs/libsodium )"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/ffi"
|
||||
|
||||
PATCHES=( "${FILESDIR}/rbnacl-buffer-size.patch" )
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/coveralls/I s:^:#:' \
|
||||
-e '/bundler/ s:^:#:' \
|
||||
-e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
|
||||
}
|
||||
@@ -428,7 +428,6 @@ dev-ruby/delayer:0
|
||||
dev-ruby/faker:0
|
||||
dev-ruby/roadie:0
|
||||
dev-ruby/roadie-rails:0
|
||||
dev-ruby/rbnacl:5
|
||||
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-11)
|
||||
# These versions are not compatible with current stable
|
||||
|
||||
Reference in New Issue
Block a user