logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: d764cd322f17e936cc26d227a99937b828f4c1d3
parent b561a416780da86a17b3d0cd3f134b8c094d38ba
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed, 13 Mar 2024 22:03:55 +0100

app-text/Text-Reflow: new package, add 1.17

Diffstat:

Aapp-text/Text-Reflow/Manifest1+
Aapp-text/Text-Reflow/Text-Reflow-1.17.ebuild16++++++++++++++++
2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/app-text/Text-Reflow/Manifest b/app-text/Text-Reflow/Manifest @@ -0,0 +1 @@ +DIST Text-Reflow-1.17.tar.gz 16651 BLAKE2B b5134937fea700c307a6744fb38427ae3cb57a7bb6fbe6fb62d7658b68377855972944ded614868347096870745986bdf0b55f00c15809484aa98a6e0c4a9f23 SHA512 6f962241b1d2bb780271fa0c8264b31075694abefbb14d700e948c24ba8ed632778be01207a1d73780b9947ea227ebafa7f5b67d48c88a22ea43e4e45f5f7e1e diff --git a/app-text/Text-Reflow/Text-Reflow-1.17.ebuild b/app-text/Text-Reflow/Text-Reflow-1.17.ebuild @@ -0,0 +1,16 @@ +# 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" +IUSE=""