Skip to content

Commit

Permalink
dev-perl/Text-WordDiff: new package, add 0.09
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Mackdanz <[email protected]>
  • Loading branch information
Erik Mackdanz committed Apr 9, 2023
1 parent 5620e45 commit 3e4d902
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-perl/Text-WordDiff/Manifest
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
23 changes: 23 additions & 0 deletions dev-perl/Text-WordDiff/Text-WordDiff-0.09.ebuild
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
"
12 changes: 12 additions & 0 deletions dev-perl/Text-WordDiff/metadata.xml
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>

0 comments on commit 3e4d902

Please sign in to comment.