summaryrefslogtreecommitdiff
path: root/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rbnacl/rbnacl-7.1.2.ebuild')
-rw-r--r--dev-ruby/rbnacl/rbnacl-7.1.2.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild b/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild
deleted file mode 100644
index 5b18bf216d07..000000000000
--- a/dev-ruby/rbnacl/rbnacl-7.1.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-RUBY_FAKEGEM_GEMSPEC="rbnacl.gemspec"
-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"
-SRC_URI="https://github.com/RubyCrypto/rbnacl/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="6"
-KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
-IUSE="test"
-
-RDEPEND=" dev-libs/libsodium"
-DEPEND=" test? ( dev-libs/libsodium )"
-
-ruby_add_rdepend "dev-ruby/ffi"
-
-all_ruby_prepare() {
- sed -e 's/__dir__/"."/' \
- -e 's/git ls-files/find * -print/' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
-
- sed -i -e '/coveralls/I s:^:#:' \
- -e '/bundler/ s:^:#:' \
- -e 's:rbnacl/libsodium:rbnacl:' spec/spec_helper.rb || die
-}