app-text/Text-Reflow - 1.17 (lanodanOverlay)

Search

Install

Install this version:

emerge -a =app-text/Text-Reflow-1.17

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

autounmask =app-text/Text-Reflow-1.17

Or alternatively:

emerge --autounmask-write -a =app-text/Text-Reflow-1.17

Package Information

Description:
Perl module for reflowing text files using Knuth's paragraphing algorithm.
License:
|| ( Artistic GPL-1+ )

Ebuild Details

Version EAPI Keywords Slot
1.17 8 ~amd64 0
View Raw Ebuild
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="MWARD"
DIST_VERSION="1.17"

inherit perl-module

DESCRIPTION="Perl module for reflowing text files using Knuth's paragraphing algorithm."

LICENSE="|| ( Artistic GPL-1+ )"
SLOT="0"
KEYWORDS="~amd64"

Inherited Eclasses