summaryrefslogtreecommitdiff
path: root/dev-perl/Text-WikiFormat
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-10-01 20:54:53 +0100
commit391b5b359a346aff490103da7dddc85047f83830 (patch)
tree29eea460a0bd7e1ff21d43b9d6df9af4d8a175e1 /dev-perl/Text-WikiFormat
parentc719fdcee603a5a706a45d10cb598762d56a727d (diff)
gentoo resync : 01.10.2021
Diffstat (limited to 'dev-perl/Text-WikiFormat')
-rw-r--r--dev-perl/Text-WikiFormat/Manifest2
-rw-r--r--dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild (renamed from dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild)20
2 files changed, 11 insertions, 11 deletions
diff --git a/dev-perl/Text-WikiFormat/Manifest b/dev-perl/Text-WikiFormat/Manifest
index f085dde82eaf..ca1a3e7e4653 100644
--- a/dev-perl/Text-WikiFormat/Manifest
+++ b/dev-perl/Text-WikiFormat/Manifest
@@ -1,3 +1,3 @@
DIST Text-WikiFormat-0.81.tar.gz 34409 BLAKE2B 4eabf2b494a77408358c5dc95564717eaf51300e55caa17593da66ecd3dd5fad263f393feb9e66ce83139e2810cfc49be485f484cd3d340e210d376f69906b80 SHA512 60c781b9bda9dbd5f533a1cef326110f7aebe79078e38ba8ecf2e9d6c1b93cad552077a2015748186d04b7cd457fc63ab297ca24c01e321f1869dfafc4f1b4e2
-EBUILD Text-WikiFormat-0.810.0.ebuild 453 BLAKE2B 1d0a355d52826eb9c695d193c3102c34aeb450e407d1fca832da7ee662623bd3853542559a755d5262c3adc097dabbd3b0264699dc135c9482b6564b75c8cfa0 SHA512 0377e91b232194cbf8ed24dcdacc262fb2460815b45eff8607fde83b9cebbdd84339c0cf15b41fc72e9fe426e07dbf87cfa0f8750055d484a7da8fe65594a5d1
+EBUILD Text-WikiFormat-0.810.0-r1.ebuild 431 BLAKE2B 7b1ede45ac8169c6b46e400da14ea82c09781c8f84b2d074bada889b193ba367544df21fe6da5c853f6ee593434a399bb13e405e1b36c4d583dcdda628b81745 SHA512 97234f6aeaab6be22fa7cfbf1e1c96990221dc469aa6c7c85face63e4cb22585963c10df6f03fcb314afdc19694af2b4c91405dd49f9150b3362c25a3cd63b24
MISC metadata.xml 620 BLAKE2B 1912a1fe775af0532228e5911d0d1035de84dd8598e4a6332ffc9e8cc937d5da361ea73a435924a3a32f53d7e7b119e449a30687adc2666b3a4bb6f17547e07c SHA512 3121bb393ef4d9da52ccdb15f9eab94e946b164a9f00b4c4353c86ddacab9d1d2762c569d83d5c2369f5e28502a5353b9f26a27bde0bcb6b81b56c5d8dd83c12
diff --git a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
index 827b89c16d9d..ab61846badf0 100644
--- a/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0.ebuild
+++ b/dev-perl/Text-WikiFormat/Text-WikiFormat-0.810.0-r1.ebuild
@@ -1,21 +1,21 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=CYCLES
-MODULE_VERSION=0.81
+DIST_AUTHOR=CYCLES
+DIST_VERSION=0.81
inherit perl-module
DESCRIPTION="Translate Wiki formatted text into other formats"
SLOT="0"
KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
-IUSE=""
-RDEPEND="dev-perl/URI
- virtual/perl-Scalar-List-Utils"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.28"
-
-SRC_TEST="do"
+RDEPEND="
+ dev-perl/URI
+ virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.28
+"