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/Text-WordDiff: new package, add 0.09
Signed-off-by: Erik Mackdanz <[email protected]>
- Loading branch information
Erik Mackdanz
committed
Apr 9, 2023
1 parent
5620e45
commit 3e4d902
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
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 Text-WordDiff-0.09.tar.gz 26020 BLAKE2B ec8796fa571161799d0a6570915522f22ea05913e9c15a5cce4afd64414505ac529f6c96549b435ad56f4e15869e74f03058ed9b93dbb776b52ffeef8be29987 SHA512 4a3182a4b2ca8f904e88e59a6df3fb43607571af6c248b7c1063d1602e0ba93dd1baba0338ef1a1ba7aefcb9808e4c358880ac3f7fedd711e9001b6c9aa8341e |
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,23 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=TIMK | ||
DIST_VERSION=0.09 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Track changes between documents" | ||
|
||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
RDEPEND=" | ||
dev-perl/Algorithm-Diff | ||
dev-perl/HTML-Parser | ||
virtual/perl-Term-ANSIColor | ||
" | ||
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,12 @@ | ||
<?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">Text-WordDiff</remote-id> | ||
<remote-id type="cpan-module">Text::WordDiff</remote-id> | ||
</upstream> | ||
</pkgmetadata> |