diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-perl/Text-Autoformat | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-perl/Text-Autoformat')
| -rw-r--r-- | dev-perl/Text-Autoformat/Manifest | 1 | ||||
| -rw-r--r-- | dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild | 30 | ||||
| -rw-r--r-- | dev-perl/Text-Autoformat/metadata.xml | 14 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-perl/Text-Autoformat/Manifest b/dev-perl/Text-Autoformat/Manifest new file mode 100644 index 000000000000..961b6af61e95 --- /dev/null +++ b/dev-perl/Text-Autoformat/Manifest @@ -0,0 +1 @@ +DIST Text-Autoformat-1.75.tar.gz 29621 BLAKE2B c0a27361f4810949596ffa5af46a3f82f26d9b5ef30b2990d26596397c5a7532d227266e3985fa3122d0059d3780bc079e8fd418d04233ce652857f7a5c72836 SHA512 45476dddfd3938561bc0aed9c86cf7876cb823349de815fa511530b80a4049748b4aed2d3135e4349ad1373b8d7fb0a23918a11979ae906551f53f95581c7db2 diff --git a/dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild b/dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild new file mode 100644 index 000000000000..b5df7c9a35c5 --- /dev/null +++ b/dev-perl/Text-Autoformat/Text-Autoformat-1.750.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=NEILB +DIST_VERSION=1.75 +inherit perl-module + +DESCRIPTION="Automatic text wrapping and reformatting" + +SLOT="0" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris" +IUSE="examples" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Exporter + dev-perl/Text-Reform + virtual/perl-Text-Tabs+Wrap +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( >=virtual/perl-Test-Simple-0.880.0 ) +" + +src_install() { + perl-module_src_install + use examples && perl_doexamples "config.emacs" "config.vim" +} diff --git a/dev-perl/Text-Autoformat/metadata.xml b/dev-perl/Text-Autoformat/metadata.xml new file mode 100644 index 000000000000..09cd8adac70c --- /dev/null +++ b/dev-perl/Text-Autoformat/metadata.xml @@ -0,0 +1,14 @@ +<?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-Autoformat</remote-id> + <remote-id type="cpan-module">Text::Autoformat</remote-id> + <remote-id type="cpan-module">Text::Autoformat::Hang</remote-id> + <remote-id type="cpan-module">Text::Autoformat::NullHang</remote-id> + </upstream> +</pkgmetadata> |
