sys-apps/hyphenate - 99999 (konsolebox)

Search

Install

Install this version:

emerge -a =sys-apps/hyphenate-99999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-apps/hyphenate-99999

Or alternatively:

emerge --autounmask-write -a =sys-apps/hyphenate-99999

Package Information

Description:
Renames files and directories to the hyphenated version of their filenames
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
99999 7
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KONSOLEBOX_SCRIPTS_EXT=rb
KONSOLEBOX_SCRIPTS_RUBY_SINGLE_TARGETS=(ruby2{2..7} ruby3{0..4})
KONSOLEBOX_SCRIPTS_TEST=hyphenate.test.rb
KONSOLEBOX_SCRIPTS_TEST_DEPENDENCIES=(test-unit)

inherit konsolebox-scripts

DESCRIPTION="Renames files and directories to the hyphenated version of their filenames"
LICENSE="MIT"

Inherited Eclasses