mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
app-crypt/haiti-hash: restrict test, fix pkgcheck, remove comment
This commit is contained in:
parent
cb39d21af1
commit
03abd84956
1 changed files with 7 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -12,17 +12,15 @@ inherit ruby-fakegem
|
|||
DESCRIPTION="A CLI tool to identify the hash type of a given hash"
|
||||
HOMEPAGE="https://noraj.github.io/haiti/"
|
||||
|
||||
#wait for dev-ruby/paint
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
#wait for dev-ruby/paint
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
# not bundled in the gem
|
||||
RESTRICT="test"
|
||||
|
||||
ruby_add_rdepend "
|
||||
=dev-ruby/docopt-0.6*
|
||||
=dev-ruby/paint-2*
|
||||
=dev-ruby/paint-2.3*
|
||||
"
|
||||
|
||||
#all_ruby_prepare() {
|
||||
# sed -i -e 's|../data/prototypes.json|../prototypes.json|' lib/haiti.rb || die
|
||||
# sed -i -e 's|../data/commons.json|../commons.json|' lib/haiti.rb || die
|
||||
#}
|
||||
|
|
|
|||
Loading…
Reference in a new issue