From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/
Date: Sun, 25 Aug 2024 18:59:28 +0000 (UTC) [thread overview]
Message-ID: <1724612330.bff5530429ca8e45922d00c48edc1933809d0600.sam@gentoo> (raw)
commit: bff5530429ca8e45922d00c48edc1933809d0600
Author: Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Tue Aug 13 07:47:32 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 18:58:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff55304
dev-perl/Sys-Virt: Add 10.5.0
Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sys-Virt/Manifest | 1 +
dev-perl/Sys-Virt/Sys-Virt-10.5.0.ebuild | 40 ++++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-perl/Sys-Virt/Manifest b/dev-perl/Sys-Virt/Manifest
index 0155453310ec..f82a8e03bc10 100644
--- a/dev-perl/Sys-Virt/Manifest
+++ b/dev-perl/Sys-Virt/Manifest
@@ -1,3 +1,4 @@
DIST Sys-Virt-v10.1.0.tar.gz 175345 BLAKE2B 19f5620f546b1ea0f6dda0126b56735102f7513b9c41b86e1892f846a84fdfac0f1296a4d1238c7f1cc5c1e5704d5fb8f8dc81cc3961ca59acca5403fa580701 SHA512 6b20573e953bd99e547da683cfc587dd132f8b7921ae76289aad9891179b7d068c96a0c67f90b6daa7c5bf0156de02b3a85f7ec538ee47ca4f81547f03256003
DIST Sys-Virt-v10.2.0.tar.gz 175575 BLAKE2B 2950f991be8ae130788b1b03c1f898fb778b67765aa93732540a1fe5057a66e7a4efb7c7792327b81816281d7ba910466b24a50ec36165e554f1cb481693fba4 SHA512 c362e37511aff879b08a67b6337cee6d20c197fea2bb7f6ce023eafa642f53029744d704250533772fd48448ff39ea49027b83563cd9821dcd22d3621b2372ef
+DIST Sys-Virt-v10.5.0.tar.gz 167433 BLAKE2B 261ce83a06909bb713253ee01549c8c6165e0d76c218e33eb7180972c08ede43431c57c6e4d6e6b907942b6926172e6255527d9d1d9e64572ffadc04e169ae33 SHA512 7c203b2c905c8bfd0861ccd95fecadc54fdbbfc3ba360398f908143d0139935c3df1539f27468daa5b81f982e611aa66ce92ad13bfea9d3c89f14e76c7b4931b
DIST Sys-Virt-v9.7.0.tar.gz 174737 BLAKE2B 676be20e39102f92b9b1d3cc703479c67f43d7007f01f9cfb725d13002ba0abdb3123ac756ace666ffd3c67224943281ad79b840c50afbfd4e8f7f9c5ca4be27 SHA512 211cc36536ec8538e096d36bca568b0362a2c84fe78322acb34a473a91128f46251503db14e38b63cd865a2f16b5c021e6e75ec1832368ae26480bb7e32180d4
diff --git a/dev-perl/Sys-Virt/Sys-Virt-10.5.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-10.5.0.ebuild
new file mode 100644
index 000000000000..16cad8c07a60
--- /dev/null
+++ b/dev-perl/Sys-Virt/Sys-Virt-10.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 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}
+"
next reply other threads:[~2024-08-25 18:59 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-25 18:59 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-25 18:59 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/ Sam James
2024-06-10 10:29 Jakov Smolić
2024-06-10 8:54 Sam James
2024-04-13 18:49 Sam James
2024-03-14 5:54 Sam James
2024-03-04 10:36 Sam James
2024-02-14 16:29 Ionen Wolkens
2024-01-30 6:22 Sam James
2024-01-18 19:48 Sam James
2024-01-18 19:48 Sam James
2023-12-02 10:56 Arthur Zamarin
2023-10-04 17:46 Matthias Maier
2023-07-24 12:32 Jakov Smolić
2023-07-24 11:03 Jakov Smolić
2023-06-18 21:53 Sam James
2023-06-01 16:47 Joonas Niilola
2023-06-01 16:47 Joonas Niilola
2023-04-29 6:44 Sam James
2023-03-04 13:51 Arthur Zamarin
2023-03-04 8:17 Arthur Zamarin
2022-11-11 15:14 Matthias Maier
2022-08-19 2:40 Sam James
2022-07-04 23:24 Sam James
2022-05-31 8:03 Sam James
2022-05-31 7:29 Sam James
2022-05-14 2:52 Sam James
2022-05-14 2:32 Sam James
2021-12-08 21:18 Andreas K. Hüttel
2021-12-05 7:49 Jakov Smolić
2021-12-05 3:28 Sam James
2021-11-04 0:12 Jakov Smolić
2021-08-13 0:04 Andreas K. Hüttel
2018-11-23 13:06 Agostino Sarubbo
2018-10-01 0:07 Thomas Deutschmann
2018-01-10 17:14 Kent Fredric
2017-06-08 23:11 Kent Fredric
2017-03-23 1:28 Kent Fredric
2017-01-21 13:38 Kent Fredric
2016-12-29 17:46 Göktürk Yüksek
2016-12-06 12:28 Kent Fredric
2016-08-08 12:59 Kent Fredric
2016-04-11 22:54 Andreas Hüttel
2016-04-11 22:54 Andreas Hüttel
2016-04-11 22:54 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1724612330.bff5530429ca8e45922d00c48edc1933809d0600.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox