commit: 17dc1768823cfa265cb42e940454ba085d056e0c Author: Michal Privoznik <michal.privoznik <AT> gmail <DOT> com> AuthorDate: Tue Oct 14 16:06:08 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 09:13:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17dc1768
dev-perl/Sys-Virt: Add 11.6.0 Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44234 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-perl/Sys-Virt/Manifest | 1 + dev-perl/Sys-Virt/Sys-Virt-11.6.0.ebuild | 40 ++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-perl/Sys-Virt/Manifest b/dev-perl/Sys-Virt/Manifest index 1a3fa97c7c5d..f91645f1c9be 100644 --- a/dev-perl/Sys-Virt/Manifest +++ b/dev-perl/Sys-Virt/Manifest @@ -1,2 +1,3 @@ DIST Sys-Virt-v11.0.0.tar.gz 168014 BLAKE2B b9b4a16651cd3c341624cb522b79ee1b9f8729a745dc90f7c07effca177e84b3322de849383dc867bfad8c6b6c78c9080f8902cb212b889bf80b2c8392e499c1 SHA512 62f9c8814d4984b5a634de397f28ea6e0e22f36b9516415f4c660a38dc5494cfebba86d05f9c851d6320124a4aafc84181281b6d6448554034493dcd80fdb61b DIST Sys-Virt-v11.2.0.tar.gz 177372 BLAKE2B e725623780c0165c07dfbf5a4254e456a60666ef54f700bcca9cc60078528bc84fccf859522fd2a8ed63917608941d427202189f08010529fc6d2eb7df96696f SHA512 5e3f0a9c0a4ada0ffcc89d13db87ed32a9b82d275c3968ddfe32430133f7d39f909d01282ca489b00ab505733d6cf66c30c688c55fb1e74ec17ab059a0c6e24b +DIST Sys-Virt-v11.6.0.tar.gz 177510 BLAKE2B f5a0fd62353ec9f9a789f2e5d83078685c366856c2c06e51c955efb4b3d94daf7e2a040c1457606b13eda075d3731ffaca66ffbcfdb7a3f82ef60778949dcde5 SHA512 646dac33e4f5532dfb3d09eafd9ffb56096071d1c698aeecfa4bb7b5b6c48c03a0596354e20ee84e4eb0d014689b15de87e199f5ff6ec697f164476f1e50dae2 diff --git a/dev-perl/Sys-Virt/Sys-Virt-11.6.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-11.6.0.ebuild new file mode 100644 index 000000000000..c87f3384d823 --- /dev/null +++ b/dev-perl/Sys-Virt/Sys-Virt-11.6.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Packages which get releases together: +# app-emacs/nxml-libvirt-schemas +# dev-python/libvirt-python +# dev-perl/Sys-Virt +# app-emulation/libvirt +# Please bump them together! + +DIST_AUTHOR=DANBERR +DIST_VERSION=v${PV} +DIST_EXAMPLES=("examples/*") +inherit perl-module + +DESCRIPTION="API for using the libvirt library from Perl" + +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +RDEPEND=" + >=app-emulation/libvirt-${PV} +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-CBuilder + dev-perl/Module-Build + virtual/pkgconfig + test? ( + dev-perl/CPAN-Changes + dev-perl/Test-More-UTF8 + dev-perl/Test-Pod-Coverage + dev-perl/XML-XPath + virtual/perl-Test-Simple + virtual/perl-Time-HiRes + )" +DEPEND=" + >=app-emulation/libvirt-${PV} +"
