summaryrefslogtreecommitdiff
path: root/dev-perl/Text-WrapI18N
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/Text-WrapI18N
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-perl/Text-WrapI18N')
-rw-r--r--dev-perl/Text-WrapI18N/Manifest1
-rw-r--r--dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild16
-rw-r--r--dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r3.ebuild18
-rw-r--r--dev-perl/Text-WrapI18N/files/Text-WrapI18N-fix-endless-loop.patch26
-rw-r--r--dev-perl/Text-WrapI18N/metadata.xml12
5 files changed, 0 insertions, 73 deletions
diff --git a/dev-perl/Text-WrapI18N/Manifest b/dev-perl/Text-WrapI18N/Manifest
deleted file mode 100644
index c11ae6235ace..000000000000
--- a/dev-perl/Text-WrapI18N/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Text-WrapI18N-0.06.tar.gz 3812 BLAKE2B 9e85b6afb81dfd5b568722986613150b3cd913ab9efee5907be08f57464b6a58ba58051695e933c7584d9849ab83e659f9814dd48719b6f7b91df08936ae7c36 SHA512 14ff46154f198ae743f1bf354d6bb020968b1e3c3996e882c871e0a0067ad1d6b50911e69aec31380200d64bc4ab46ca1829cce1206ad43406fab89fa7e6c0af
diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild
deleted file mode 100644
index 525692818425..000000000000
--- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r2.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=KUBOTA
-DIST_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Internationalized substitute of Text::Wrap"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="dev-perl/Text-CharWidth"
-BDEPEND="${RDEPEND}"
diff --git a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r3.ebuild b/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r3.ebuild
deleted file mode 100644
index 12e817b7ac27..000000000000
--- a/dev-perl/Text-WrapI18N/Text-WrapI18N-0.60.0-r3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=KUBOTA
-DIST_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Internationalized substitute of Text::Wrap"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-
-RDEPEND="dev-perl/Text-CharWidth"
-BDEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-fix-endless-loop.patch )
diff --git a/dev-perl/Text-WrapI18N/files/Text-WrapI18N-fix-endless-loop.patch b/dev-perl/Text-WrapI18N/files/Text-WrapI18N-fix-endless-loop.patch
deleted file mode 100644
index ab51380b7d16..000000000000
--- a/dev-perl/Text-WrapI18N/files/Text-WrapI18N-fix-endless-loop.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-patch is extracted from debian:
-https://deb.debian.org/debian/pool/main/libt/libtext-wrapi18n-perl/libtext-wrapi18n-perl_0.06-10.debian.tar.xz
-
-Description: The infinite loop occurs in Text::WrapI18N when po4a tries to report an error in the PO files.
- I could reproduce the problem in WrapI18N::wrap() and I propose the
- attached patch to WrapI18N::wrap(). (A word should be placed on the
- next line if it fits on this line, but the leading header must be taken
- into account, thus $columns -> $columns - length $header)
-Origin: vendor
-Bug-Debian: https://bugs.debian.org/470250
-Forwarded: unknown
-Author: Nicolas François <nicolas.francois@centraliens.net>
-Reviewed-by: gregor herrmann <gregoa@debian.org>
-Last-Update: 2019-03-21
-
---- a/WrapI18N.pm 2003-06-25 11:14:25.000000000 +0200
-+++ b/WrapI18N.pm 2008-03-13 02:04:02.628000837 +0100
-@@ -88,7 +88,7 @@ sub wrap {
- $len = 0;
- $text = $top2 . $text;
- $word = ''; $wlen = 0;
-- } elsif ($wlen + $w <= $columns) {
-+ } elsif ($wlen + $w <= $columns - length ($top2)) {
- # the current word is sent to next line
- $out .= $separator;
- $len = 0;
diff --git a/dev-perl/Text-WrapI18N/metadata.xml b/dev-perl/Text-WrapI18N/metadata.xml
deleted file mode 100644
index eabc0ebbf3f3..000000000000
--- a/dev-perl/Text-WrapI18N/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Text-WrapI18N</remote-id>
- <remote-id type="cpan-module">Text::WrapI18N</remote-id>
- </upstream>
-</pkgmetadata>