summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-perl/Text-Patch
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-perl/Text-Patch')
-rw-r--r--dev-perl/Text-Patch/Manifest3
-rw-r--r--dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild22
-rw-r--r--dev-perl/Text-Patch/metadata.xml12
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/Text-Patch/Manifest b/dev-perl/Text-Patch/Manifest
new file mode 100644
index 000000000000..35349ec96595
--- /dev/null
+++ b/dev-perl/Text-Patch/Manifest
@@ -0,0 +1,3 @@
+DIST Text-Patch-1.8.tar.gz 12652 BLAKE2B 915e1b4a637446dbdbeb184314d6840ffb6c72a429425124a1ca994aaa1050e1e09f052fde2775af74c987ec2d730969d26ab49b2ab08aca9ae8ff221d440d25 SHA512 582f4972d1374d9f010d2bfeb00b857391eb78744899fd0583cee65bb321c48c1c8ea0d77c0a6bcebf73f4b7f1fa3f05a3bad9be71210b06ca4e8f31f2017d32
+EBUILD Text-Patch-1.800.0-r1.ebuild 347 BLAKE2B 1f46f2572ac20d979e11c762897b6f95e625c48af433144060e472368d339ad8fc25d47df632bede9ebee58d51edfbe1948de17905b601749c792456a6fcd998 SHA512 ecd00c095a9233169e987950d55c23b2b1bd81565620e2889e2c2c63865f85d0f4ed90dd9bd28f180bb9c82bcccaf1027d25c49d1aaf268d74685ece12d44f6e
+MISC metadata.xml 392 BLAKE2B 818b2cc82ce5aef01a55d9fe4df58e08f6b62771fd6f87be5e90f9b99eecee647b4adda1d8b4e8ee3db30dcb9772db79046409b989ebbb78d7e4375a435b0174 SHA512 582b3a1445359dcad9e52fbef16cfd418ecc4b7a3d93048f5c0e9bd821be5d9ecf97704cf1ea991c141e84d639d02e1287bfa579fdeedf6a8e683ad1c95278e5
diff --git a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild b/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
new file mode 100644
index 000000000000..f176b0bf9cb8
--- /dev/null
+++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+MODULE_AUTHOR=CADE
+MODULE_VERSION=1.8
+inherit perl-module
+
+DESCRIPTION="Patches text with given patch"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 hppa x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/Text-Diff
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"
diff --git a/dev-perl/Text-Patch/metadata.xml b/dev-perl/Text-Patch/metadata.xml
new file mode 100644
index 000000000000..75595e4bcba3
--- /dev/null
+++ b/dev-perl/Text-Patch/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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-Patch</remote-id>
+ <remote-id type="cpan-module">Text::Patch</remote-id>
+ </upstream>
+</pkgmetadata>