commit: 859c4cb98dd12f80594f50daf7acc4bba57a5ee5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Sep 10 05:56:07 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Sep 10 06:11:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859c4cb9
dev-perl/CGI-Simple: add 1.282.0 Bug: https://bugs.gentoo.org/962681 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/CGI-Simple/CGI-Simple-1.282.0.ebuild | 25 +++++++++++++++++++++++++ dev-perl/CGI-Simple/Manifest | 1 + 2 files changed, 26 insertions(+) diff --git a/dev-perl/CGI-Simple/CGI-Simple-1.282.0.ebuild b/dev-perl/CGI-Simple/CGI-Simple-1.282.0.ebuild new file mode 100644 index 000000000000..5bc2f462221f --- /dev/null +++ b/dev-perl/CGI-Simple/CGI-Simple-1.282.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MANWAR +DIST_VERSION=1.282 +inherit perl-module + +DESCRIPTION="A Simple totally OO CGI interface that is CGI.pm compliant" + +# bug #721422 +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +BDEPEND=" + dev-perl/Module-Build + test? ( + dev-perl/libwww-perl + dev-perl/IO-stringy + dev-perl/Test-Exception + dev-perl/Test-NoWarnings + ) +" diff --git a/dev-perl/CGI-Simple/Manifest b/dev-perl/CGI-Simple/Manifest index c5d3522332cb..74be2c4467bd 100644 --- a/dev-perl/CGI-Simple/Manifest +++ b/dev-perl/CGI-Simple/Manifest @@ -1 +1,2 @@ DIST CGI-Simple-1.281.tar.gz 87335 BLAKE2B 7442b7c7267d44a5ffd89a0d1e7d2161a79c98905526e014ff8b390da7122ef7b0154e1bb165b47f88e8ae7788dbb2d47a772571a63dcbfb0aef7a740b5da112 SHA512 08e72d63a39e5e1d1774c0a5c89d7b0f2797fbf9f12f706638176f5dfa31645e3803688f86c805d088845b67bfb39873d1d36de1d7b9fba566268d9cff0b4cfd +DIST CGI-Simple-1.282.tar.gz 88078 BLAKE2B 45879b9782b7b3a0ea1a3a0bf68084bc0fcca2cf44daadcdf37ca14d9691329410c53cba784ea455847eeb00265264181bb2d206b077d0dc06f194bed864cc5d SHA512 6759fc37beefacf7043bdc9695aa178d792536031ce26176eec3daf8ccc7fc5c18d02e2e42e2f16becaf7035f6c48fc31fdb9fceac99349ea72238adcd48cf3a
