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-Markdown/Manifest | 2 +- .../Text-Markdown/Text-Markdown-1.0.31-r1.ebuild | 39 ---------------------- .../Text-Markdown/Text-Markdown-1.0.31-r2.ebuild | 37 ++++++++++++++++++++ 3 files changed, 38 insertions(+), 40 deletions(-) delete mode 100644 dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild create mode 100644 dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild (limited to 'dev-perl/Text-Markdown') 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-r1.ebuild deleted file mode 100644 index 2632848022c0..000000000000 --- a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=BOBTFISH -DIST_VERSION=1.000031 -inherit perl-module - -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} - test? ( - virtual/perl-Test-Simple - dev-perl/Text-Diff - dev-perl/List-MoreUtils - dev-perl/Test-Differences - dev-perl/Test-Exception - ) -" - -mydoc="Readme.text" - -src_prepare() { - sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL || - die "Can't patch Makefile.PL for 5.26 dot-in-inc" - perl-module_src_prepare -} diff --git a/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild new file mode 100644 index 000000000000..501bd53d008e --- /dev/null +++ b/dev-perl/Text-Markdown/Text-Markdown-1.0.31-r2.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=BOBTFISH +DIST_VERSION=1.000031 +inherit perl-module + +DESCRIPTION="Convert MultiMarkdown syntax to (X)HTML" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="amd64 ~arm64 x86" + +RDEPEND=" + virtual/perl-Digest-MD5 + virtual/perl-Getopt-Long + virtual/perl-Text-Balanced +" +BDEPEND="${RDEPEND} + test? ( + virtual/perl-Test-Simple + dev-perl/Text-Diff + dev-perl/List-MoreUtils + dev-perl/Test-Differences + dev-perl/Test-Exception + ) +" + +mydoc="Readme.text" + +src_prepare() { + sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +} -- cgit v1.2.3