From c719fdcee603a5a706a45d10cb598762d56a727d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 25 Sep 2021 20:21:45 +0100 Subject: gentoo resync : 25.09.2021 --- dev-perl/Text-Patch/Manifest | 2 +- dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild | 22 ---------------------- dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 23 deletions(-) delete mode 100644 dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild create mode 100644 dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild (limited to 'dev-perl/Text-Patch') 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-r1.ebuild deleted file mode 100644 index fedb47d2380f..000000000000 --- a/dev-perl/Text-Patch/Text-Patch-1.800.0-r1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# 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/Text-Patch-1.800.0-r2.ebuild b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild new file mode 100644 index 000000000000..2a3fdd0a622d --- /dev/null +++ b/dev-perl/Text-Patch/Text-Patch-1.800.0-r2.ebuild @@ -0,0 +1,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 x86" + +RDEPEND=" + dev-perl/Text-Diff +" +BDEPEND="${RDEPEND} +" -- cgit v1.2.3