forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/HTML-FormatExternal: new package, add 26
Signed-off-by: Erik Mackdanz <[email protected]>
- Loading branch information
Erik Mackdanz
committed
Apr 9, 2023
1 parent
3e4d902
commit c301860
Showing
3 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=KRYDE | ||
DIST_VERSION=26 | ||
inherit perl-module | ||
|
||
DESCRIPTION="HTML to text formatting using external programs" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=" | ||
virtual/perl-File-Spec | ||
virtual/perl-File-Temp | ||
dev-perl/IPC-Run | ||
dev-perl/URI | ||
dev-perl/constant-defer | ||
" | ||
BDEPEND="${RDEPEND} | ||
dev-perl/Module-Build | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST HTML-FormatExternal-26.tar.gz 57363 BLAKE2B 750c2032e55f7fadc14dc3c936fb367c1a48ad1f4f681950ada9453a9495cfc01c235d7bf3317231f171c695d6a80962a94d22a8d2c07b2f34a913c3067bb1dc SHA512 8b052d8b6e3af27a572583d3ac44edc49b743c4a3dfe4d3f063764cb4ed959d055275a037e08aee2b5c981a524c8c5040d9ebed1a51093e5274c567dbc6d6945 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<maintainer type="project"> | ||
<email>[email protected]</email> | ||
<name>Gentoo Perl Project</name> | ||
</maintainer> | ||
<upstream> | ||
<remote-id type="cpan">HTML-FormatExternal</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatExternal</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Elinks</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Html2text</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Links</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Lynx</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Netrik</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Vilisextum</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::W3m</remote-id> | ||
<remote-id type="cpan-module">HTML::FormatText::Zen</remote-id> | ||
</upstream> | ||
</pkgmetadata> |