summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Markdown
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-Markdown
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-perl/Text-Markdown')
-rw-r--r--dev-perl/Text-Markdown/Manifest2
-rw-r--r--dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild (renamed from dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild)8
2 files changed, 4 insertions, 6 deletions
diff --git a/dev-perl/Text-Markdown/Manifest b/dev-perl/Text-Markdown/Manifest
index f5309151ed07..c1ecd3e605ed 100644
--- a/dev-perl/Text-Markdown/Manifest
+++ b/dev-perl/Text-Markdown/Manifest
@@ -1,3 +1,3 @@
DIST Text-Markdown-1.000031.tar.gz 103428 BLAKE2B 0516c266827cb5712f9a4e95071dc18f39c6c181a9225994c66e00b2c2057c601c05991d4fec09574e98cc872991cbd3c501c236a20131a48617b67f0a765964 SHA512 58bef4eba58572c4990849209005109a969bf404a7bc5dfbaae25aa1d0b89317ea9b412658180dcfd96b2c809d5c6900e2118838535dfa9cad6d9b45969bee05
-EBUILD Text-Markdown-1.0.31-r1.ebuild 787 BLAKE2B 51af26059f0c4968be4c7c5ede7f97f3d8653e3979c059c2589da817401d3184866f90206bd293b455ac5d71653602b692e308fb014b03ab41cc15adceee430e SHA512 a8a56523a454f1b127161a98721e06549602799f01055d3066daeabbb914ec299072f57138ae855c0a3764391aae4294e7fb9c5a0f11f480c65e613281bff96c
+EBUILD Text-Markdown-1.0.31-r2.ebuild 749 BLAKE2B a8b4908245aa85274e5e30d92654fd2b38f7fabfa3703ebd0832caba46f94da96ac6fb50c68034eb29c85b310bd9221a89cd9a16035204cd22a213b8c5e6f9d4 SHA512 b086a43ea056a7ff866d24564bf0802965660033e52799064c4bbb795588faf31060492dee830a2df4591905b553833f7bb07998347a79b52aa16576aa0d78da
MISC metadata.xml 399 BLAKE2B 07cc4961e985982b4ab70e2c9b99b0a6282d113b06e26f03537aca7765b9bad8c900a1c2a56f50e3c9ea028b18d27247d3a65e89b7aee08bddbef5ab3c226ee2 SHA512 9cc57cbb5a47481689d3580d622fd61fa00b68b30e0509a25c64c86d48a9b0270852c4bef39b6eee277919f6ff46e9cc043fafc1177ddd7e402cf3bf4851d380
diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild
index 2632848022c0..501bd53d008e 100644
--- a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild
+++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=BOBTFISH
DIST_VERSION=1.000031
@@ -12,15 +12,13 @@ DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML"
SLOT="0"
LICENSE="BSD"
KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Digest-MD5
virtual/perl-Getopt-Long
virtual/perl-Text-Balanced
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
test? (
virtual/perl-Test-Simple
dev-perl/Text-Diff