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: Tue, 31 May 2022 07:29:50 +0000 (UTC) [thread overview]
Message-ID: <1653982184.981c617d1ea6f5d44f142cfce4cf24cc3cc1737c.sam@gentoo> (raw)
commit: 981c617d1ea6f5d44f142cfce4cf24cc3cc1737c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 07:29:21 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May 31 07:29:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981c617d
dev-perl/Sys-Virt: add 8.3.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Sys-Virt/Manifest | 1 +
dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild | 34 +++++++++++++++++++++++++++++++++
2 files changed, 35 insertions(+)
diff --git a/dev-perl/Sys-Virt/Manifest b/dev-perl/Sys-Virt/Manifest
index 6cb820c59ea8..cdd6ff9086d5 100644
--- a/dev-perl/Sys-Virt/Manifest
+++ b/dev-perl/Sys-Virt/Manifest
@@ -1,3 +1,4 @@
DIST Sys-Virt-v7.0.0.tar.gz 165365 BLAKE2B 9cb7aa66ce00c95957171fedad4fefbae5319e17706e2839f8b3e057ab05c52b9d7e5ad222ad6aeecb7437e70bee9447a6a5845d729a93f10df3ffa4bbee0429 SHA512 c0ab179af11526a9dc983374765bd04400821f6f334d22f56b1f6452f54f880fe6882e9e0e121ae36010eb305d0632d574c969febefd8a32c9a731879d8fadb6
DIST Sys-Virt-v7.5.0.tar.gz 166656 BLAKE2B 466341cc081d1dedc0ad5ae9042a829256a310730aa410a93c795a983c6ee60099646d2a804626a076e435d3bd6d7742b4aa014f4642ee6b6078cd144b3cd8c0 SHA512 7da51e75fa53e81a68c32499ea865de0532fdb17f269b28310133d246be7dc59dfd6568850ffe66e393a7b7c2edbf4409618e2b461cdc35a62776ffbb97d7962
DIST Sys-Virt-v8.1.0.tar.gz 169008 BLAKE2B 23d3aee186b4ede35c1b5b99691a491e64995abf34e7ce65143c7b88851dca0841cfa27a3033e246f35bacda879dd09c3b31f9dcff54d04c0d47a77b4b61d723 SHA512 9d7660f96cf370a0e08140bf7badddae2dac84d7231f1fe7a616650ac4d333ba17c6531ab0662f34c4cb12b00ce39abe36ff24a1913f554026346725d0148fa7
+DIST Sys-Virt-v8.3.0.tar.gz 169060 BLAKE2B cff54463afe9cc8ac2c6fab5f00bb00b3bb38eba816e09e417fc3d9881ae6efe8c076066b7d5c61bda2043eb6c728d025072069a059f61e954f8b482793cfa94 SHA512 902a1a16fbe64b1146998c57dce35dc32d9c717d3609933a288c9f449c12faeab9a1ef178c53b627869261b8036df50c2f39596df657d3a20cc6ceb9612634a3
diff --git a/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild b/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild
new file mode 100644
index 000000000000..b144e527c4db
--- /dev/null
+++ b/dev-perl/Sys-Virt/Sys-Virt-8.3.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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? (
+ virtual/perl-Test-Simple
+ dev-perl/XML-XPath
+ virtual/perl-Time-HiRes
+ )"
+DEPEND="
+ >=app-emulation/libvirt-${PV}
+"
+
+src_compile() {
+ MAKEOPTS+=" -j1" perl-module_src_compile
+}
next reply other threads:[~2022-05-31 7:29 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-31 7:29 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-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-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=1653982184.981c617d1ea6f5d44f142cfce4cf24cc3cc1737c.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