mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-ruby/rbnacl: drop 7.1.1-r1
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
parent
38318e4d7b
commit
ed185a9582
@ -1,2 +1 @@
|
||||
DIST rbnacl-7.1.1.gem 226304 BLAKE2B 4c7c356cc3414c1b49302ff16af701bffbeaaa18b49bcdb4c9d0c10fe2e1f693e7917f8031c90d5c4362d95ffe5a8d471a48476788f64f97092adbcdce0d9f72 SHA512 da7e406bd2b5112e51d2c15cab35d955b65091ed745fbd027750eaca8ff1d11d982c82f497fc15b9ee9aa6536dbd21ff9ac285bb2a2d1fb39c3374fd0f3dca5a
|
||||
DIST rbnacl-7.1.2.tar.gz 93911 BLAKE2B 1a93fcec94464eb7109684faaee4a9f3206eb7c2d9f505cd95920431a2422d9d291104469cd3a326f54ffffb1e9bfdfcd924ff7b4777dad70071ff3f61500410 SHA512 f44493158f9bc9f6075d046d9dd6505bc8ca65cbc3e8685b8821540e6989ef0a798a2af9eebd648e80321fc6fdd593b81133696d0dadfdf7c43bd4fa32557633
|
||||
|
||||
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby31 ruby32 ruby33"
|
||||
|
||||
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/RubyCrypto/rbnacl"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="6"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND+=" dev-libs/libsodium"
|
||||
DEPEND+=" test? ( dev-libs/libsodium )"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/ffi"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/coveralls/I s:^:#:' \
|
||||
-e '/bundler/ s:^:#:' \
|
||||
-e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user