summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-11 21:58:14 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-11 22:14:52 +0200
commit92468206dcb51948465ade9fa090acc83d1fc9d5 (patch)
tree1b3506f6769144f5ab7d67c4d8ef3ba66bec2299 /dev-perl/Net-DBus
parentdev-perl/Net-Daemon: Version bump 0.49 (diff)
downloadgentoo-92468206dcb51948465ade9fa090acc83d1fc9d5.tar.gz
gentoo-92468206dcb51948465ade9fa090acc83d1fc9d5.tar.bz2
gentoo-92468206dcb51948465ade9fa090acc83d1fc9d5.zip
dev-perl/Net-DBus: Version bump 1.2.0
Closes: https://bugs.gentoo.org/722452 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Net-DBus')
-rw-r--r--dev-perl/Net-DBus/Manifest1
-rw-r--r--dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-perl/Net-DBus/Manifest b/dev-perl/Net-DBus/Manifest
index 44af2fda2a76..6d43a1a2d338 100644
--- a/dev-perl/Net-DBus/Manifest
+++ b/dev-perl/Net-DBus/Manifest
@@ -1 +1,2 @@
DIST Net-DBus-1.1.0.tar.gz 2075154 BLAKE2B e5f75f63678b72d2d80406af76430802c715c59e535487b4dcd8bf1502a3de915035eec26fdce020f44aab27ca46993b85d3e23dd62f472bcfce923b27306a11 SHA512 96f5983ef1e33b4abea93277e39e779821c8ee4b1f2bc7a4a3aaa3612b9513a426b9f8e04094eb8449e89324c22c264df2d34b3d3e43dace85f443a57c770cc3
+DIST Net-DBus-1.2.0.tar.gz 108296 BLAKE2B c5c4fadfe1c04f5f6dcc73f7d3ccb2a91555809209229f51a326494e73b5a0ccc83a89f427c19c73a82b9608decf85cd19ad469a635cf176d5b1dc42bdec98a0 SHA512 9dc95288ae81037985020e18db33331de6908b1280fc3b0ca898c183a5b577d21d240f4f1045393f9459a9be6e3425feffa9ea581e6af2bcf165cdf48348b255
diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
new file mode 100644
index 000000000000..79d9e96afe88
--- /dev/null
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=DANBERR
+inherit perl-module
+
+DESCRIPTION="Perl extension for the DBus message system"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ sys-apps/dbus
+ virtual/perl-Time-HiRes
+ dev-perl/XML-Twig
+"
+BDEPEND="${RDEPEND}
+ virtual/pkgconfig
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
+DEPEND="
+ sys-apps/dbus
+"
+
+PERL_RM_FILES=( t/10-pod-coverage.t t/05-pod.t t/12-changes.t )