summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 18:59:52 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-31 19:06:44 +0200
commit8a5b4efb2f4f864800607f76955d0df057b94228 (patch)
treed246321e7ccfa7584ae2b683604186333f41b0c8
parentdev-perl/Pod-Strip: Version bump 1.100 (diff)
downloadgentoo-8a5b4efb.tar.gz
gentoo-8a5b4efb.tar.bz2
gentoo-8a5b4efb.zip
dev-perl/Pod-Tests: Version bump 1.20
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Pod-Tests/Manifest1
-rw-r--r--dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Pod-Tests/Manifest b/dev-perl/Pod-Tests/Manifest
index 0aeabb703f72..dcd143ccdf23 100644
--- a/dev-perl/Pod-Tests/Manifest
+++ b/dev-perl/Pod-Tests/Manifest
@@ -1 +1,2 @@
DIST Pod-Tests-1.19.tar.gz 30157 BLAKE2B 86bf04b1412d0e7337635d347e98a5817ece62941cab2c8c974f007b42b22946586b82eeb0212a7994b60c85c31aed2e4158116a0a4fb19dcf7438dc79ff1db8 SHA512 fb48e912f33bc36b782eaf71797732358288840148bdf69ce3381038c47de31e2e111d16d47351c75169016a8a45dcfdfa6e290f61acc8d130fd6c4d0c7dfb9c
+DIST Pod-Tests-1.20.tar.gz 31109 BLAKE2B 16bcc5dcdffa342b7f70eec7e2fdcd5f484eba6f86a40be678f6477f10ec2003ad3dd96725a1c6d8c70a78f451d096f843883cf64f8bc6f6d56076033d8f59ff SHA512 2be444cfdce172d9f82f8df5235aca966b1e1af4324f6e3bd02bbbf7c3940a6c2329bcaacf8281b8ae58563b82703fc5c3af333dc2d6bced76b9ddd4c3458bf6
diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
new file mode 100644
index 000000000000..60bbce92c33d
--- /dev/null
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="Extracts embedded tests and code examples from POD"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+"