summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
blob: a018df880bfb6b70cdf4fbd7fae09aa2e4850be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR=CADE
DIST_VERSION=1.8
inherit perl-module

DESCRIPTION="Patches text with given patch"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~hppa ~riscv x86"

RDEPEND="
	dev-perl/Text-Diff
"
BDEPEND="${RDEPEND}
"