public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Sat, 29 Apr 2023 06:44:50 +0000 (UTC)	[thread overview]
Message-ID: <1682750660.65d394656f688480c6a4dc10426a59b400f00a27.sam@gentoo> (raw)

commit:     65d394656f688480c6a4dc10426a59b400f00a27
Author:     Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Sat Apr  1 12:24:40 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 06:44:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d39465

dev-perl/Sys-Virt: Add 9.2.0

Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30639
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Sys-Virt/Manifest              |  1 +
 dev-perl/Sys-Virt/Sys-Virt-9.2.0.ebuild | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-perl/Sys-Virt/Manifest b/dev-perl/Sys-Virt/Manifest
index 968e541741c4..ce1420e68772 100644
--- a/dev-perl/Sys-Virt/Manifest
+++ b/dev-perl/Sys-Virt/Manifest
@@ -6,3 +6,4 @@ DIST Sys-Virt-v8.4.0.tar.gz 170680 BLAKE2B 0b6c40bcfeba0f5c98fea0e17e3ecc434cc5a
 DIST Sys-Virt-v8.5.0.tar.gz 170318 BLAKE2B 7ec1bef9814d85ed5aad1e50c6f01d8c133cb5d537ca9f0bc1e21c4bb955a9bc1bf8bee127da7747c7ed8b29509b84cba4c52d5b49d343cd393056b29b32ba5d SHA512 acc839c4ff9e8dfd6660f32959b2baea94ea0e9fd77a6455a8c0c2010f7bb983ad7457349e77ee8494080fe62c4493462ac53b66a8eae1ad28e67828fef60434
 DIST Sys-Virt-v8.8.0.tar.gz 170362 BLAKE2B 9d340a17496cc70cf8bb4daa5ffb1cf88b8a66eaa2cf5847a28859cc9ed3c3d27762786e2f3d1cd16616af9cc2e532eff5a7f8e5eab1340356152944c688eb61 SHA512 76312086e389e12fe8332e9699d94003d03a8592951f590c7bb05d4352edf552a19a53f694543760f5a43d93d2b8af3d8386929498208ccd7273dc8bba197bdc
 DIST Sys-Virt-v8.9.0.tar.gz 170631 BLAKE2B 47c781a2cd75e37195fb43038ba69f4d9f0b2c7c6251f2f04fa39e8bde6cb6e139c25b8ecc4edd98fdebee8e7bcae277f22707243707722ab8e4f509be411e0d SHA512 a961d4bb9383465ec1b06885a8b70336804df3531b790d2dddc318075d61dd412cd9d6f155542205c7db7088e5a9a4c07dbee6ec32327eba0a8b68166fa9a048
+DIST Sys-Virt-v9.2.0.tar.gz 171375 BLAKE2B e0690967901880190206694f8cc46d39b14e1b4d38232b6d0c6d919bfaf67657565744f1063028bae96dc713bb915393707ceb19d94a81affedae272c26dbf2a SHA512 83265b2679b508226a8d406a6366bb1d0c96dc64adef6454a793cc02277863bd35d17d67bdbae994eb53ad431ccbb82fae9f796749171b13bebb1a0b74e7251c

diff --git a/dev-perl/Sys-Virt/Sys-Virt-9.2.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-9.2.0.ebuild
new file mode 100644
index 000000000000..8e76827b7b8e
--- /dev/null
+++ b/dev-perl/Sys-Virt/Sys-Virt-9.2.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 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 ~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}
+"


             reply	other threads:[~2023-04-29  6:44 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-29  6:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-14  6:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Virt/ Sam James
2025-02-08  1:33 Sam James
2025-02-08  1:33 Sam James
2025-02-08  1:08 Jakov Smolić
2024-12-11  2:48 Sam James
2024-08-25 18:59 Sam James
2024-08-25 18:59 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-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=1682750660.65d394656f688480c6a4dc10426a59b400f00a27.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