summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /dev-perl/Text-Patch
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-perl/Text-Patch')
-rw-r--r--dev-perl/Text-Patch/Manifest2
-rw-r--r--dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild (renamed from dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild)14
2 files changed, 7 insertions, 9 deletions
diff --git a/dev-perl/Text-Patch/Manifest b/dev-perl/Text-Patch/Manifest
index c614cd140b6b..91a8d2ca6a1a 100644
--- a/dev-perl/Text-Patch/Manifest
+++ b/dev-perl/Text-Patch/Manifest
@@ -1,3 +1,3 @@
DIST Text-Patch-1.8.tar.gz 12652 BLAKE2B 915e1b4a637446dbdbeb184314d6840ffb6c72a429425124a1ca994aaa1050e1e09f052fde2775af74c987ec2d730969d26ab49b2ab08aca9ae8ff221d440d25 SHA512 582f4972d1374d9f010d2bfeb00b857391eb78744899fd0583cee65bb321c48c1c8ea0d77c0a6bcebf73f4b7f1fa3f05a3bad9be71210b06ca4e8f31f2017d32
-EBUILD Text-Patch-1.800.0-r1.ebuild 348 BLAKE2B feff7aa0ec962dc9327f102458dcdc04dbe5e1272e8d2691f3af8e3b75f18080a4aadc8783f98b40c090b5b5e83bb76a2d59ec18d96066e99d1dc877168c7112 SHA512 8c084e1d33f4b7416a8e661ef2c85aa34cadedd0835f7d93b25f6431e1068dc1c9cf6e041c307449d9eb534bf9a0a34e73ea406e0dff6a157ed74e456d08f6e0
+EBUILD Text-Patch-1.800.0-r2.ebuild 320 BLAKE2B afb2b94fc0acb95e7ef00ee2167cebb2f6eb7bad53339ff11acee2b2e6ac50f9fb13419d0f3a388e5b416110bfdbacd4b97d983ba21332e2ab9a18d53db62c87 SHA512 44af98f42dc548569c020a56911f18f032ac5e314885ed8a4550852b449063681518a6560d915076f117e0a4dad61dcc261778a6a70e9380cf6546e494e7f2b1
MISC metadata.xml 393 BLAKE2B eaa9476da7d997c782ea168d8c552d2b43dacc7d65d94bad0398775ae4f624d7c7b7b4ba1ea2214a121d56a124c7ef60074b86361710b44916975e55e324b499 SHA512 ca709c2e8cd0c958c000500e24c9631ebbef31f14c1bf56b2c0c83398ef934425fc1a5679f7f9b4ab88b429329a6439996e54e2a12c3f97f68f3d884b7db29a2
diff --git a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
index fedb47d2380f..2a3fdd0a622d 100644
--- a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild
+++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=CADE
-MODULE_VERSION=1.8
+DIST_AUTHOR=CADE
+DIST_VERSION=1.8
inherit perl-module
DESCRIPTION="Patches text with given patch"
@@ -12,11 +12,9 @@ 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"
+BDEPEND="${RDEPEND}
+"