dev-ruby/ed25519 - 1.3.0 (gentoo)

Search

Package Information

Description:
Library for the Ed25519 public-key signature system
Homepage:
https://github.com/crypto-rb/ed25519
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.3.0 8 amd64 ~arm ~arm64 ppc ppc64 x86 1
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby31 ruby32 ruby33 ruby34"

RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_EXTENSIONS=(ext/ed25519_ref10/extconf.rb)

RUBY_FAKEGEM_GEMSPEC="ed25519.gemspec"

inherit ruby-fakegem

DESCRIPTION="Library for the Ed25519 public-key signature system"
HOMEPAGE="https://github.com/crypto-rb/ed25519"
SRC_URI="https://github.com/crypto-rb/ed25519/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="1"
KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 x86"
IUSE=""

all_ruby_prepare() {
	sed -i -e '/\(bundler\|coverall\)/I s:^:#:' spec/spec_helper.rb || die
}

Manifest for 1.3.0

Type File Size Source URLs
DIST ed25519-1.3.0.tar.gz 137160 bytes https://github.com/crypto-rb/ed25519/archive/v1.3.0.tar.gz