[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2022-05-14 Thread WANG Xuerui
commit: 5855144a664415dc0b332763c5908307bd631c55
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 06:53:38 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 06:53:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5855144a

dev-perl/Net-DBus: keyword 1.2.0 for ~loong

Tests passed on real hardware.

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
index dbb7fb81bf8c..f82e1b92d0a5 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-11-20 Thread Andreas K. Hüttel
commit: 92aaca1d9c02cb83e058e9ecfb270a896e863068
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 20 17:52:48 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 20 17:59:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92aaca1d

dev-perl/Net-DBus: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Net-DBus/Manifest |  1 -
 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 35 --
 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild| 32 ---
 3 files changed, 68 deletions(-)

diff --git a/dev-perl/Net-DBus/Manifest b/dev-perl/Net-DBus/Manifest
index 6d43a1a2d338..edd203c95333 100644
--- a/dev-perl/Net-DBus/Manifest
+++ b/dev-perl/Net-DBus/Manifest
@@ -1,2 +1 @@
-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 
9dc95288ae81037985020e18db1de6908b1280fc3b0ca898c183a5b577d21d240f4f1045393f9459a9be6e3425feffa9ea581e6af2bcf165cdf48348b255

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
deleted file mode 100644
index c9b1b592cbfb..
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-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
-"
-
-src_test() {
-   perl_rm_files t/10-pod-coverage.t t/05-pod.t t/12-changes.t
-   perl-module_src_test
-}

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
deleted file mode 100644
index e247ee240ef1..
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   sys-apps/dbus
-   virtual/perl-Time-HiRes
-   dev-perl/XML-Twig
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   virtual/perl-ExtUtils-MakeMaker
-   test? (
-   virtual/perl-Test-Simple
-   )
-"
-
-src_test() {
-   perl_rm_files t/10-pod-coverage.t t/05-pod.t t/12-changes.t
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-08-26 Thread Sam James
commit: dc7098dc4bb9f995fffe2323996ecd7a69cd5d15
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 14:53:41 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 14:53:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7098dc

dev-perl/Net-DBus: Stabilize 1.2.0 arm, #810141

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
index 812285804f3..dbb7fb81bf8 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-08-26 Thread Sam James
commit: a66435af93049866e192c8a0fe06c3b7a4529f1d
Author: Sam James  gentoo  org>
AuthorDate: Thu Aug 26 14:50:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 14:50:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66435af

dev-perl/Net-DBus: Stabilize 1.2.0 arm64, #810141

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
index be50b74274c..812285804f3 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-08-25 Thread Agostino Sarubbo
commit: c5ca62f63721e4bc8c6c54f6710ae1948bfa0fe7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 25 06:00:08 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 25 06:00:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ca62f6

dev-perl/Net-DBus: x86 stable wrt bug #810141

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
index 90e91d219d8..3a7be54d3aa 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-08-24 Thread Agostino Sarubbo
commit: c6addcc03289ccce381c4c78430d84a5413d279c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 25 05:28:30 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 25 05:28:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6addcc0

dev-perl/Net-DBus: amd64 stable wrt bug #810141

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
index 78e711e40ae..90e91d219d8 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-19 Thread Yixun Lan
commit: 38f354e4392a86eeec584f5ca77a63dd1b7a04be
Author: Yixun Lan  gentoo  org>
AuthorDate: Sat Jul 17 02:53:12 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Jul 19 14:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38f354e4

dev-perl/Net-DBus: keyword ~riscv

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
index 79d9e96afe8..78e711e40ae 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
sys-apps/dbus



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-13 Thread Sam James
commit: 2456f77277a359ed2043177c11cc6ce27c95791e
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul 13 19:58:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul 13 19:58:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2456f772

dev-perl/Net-DBus: Stabilize 1.1.0-r1 arm64, #801613

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index 201fa40f9ad..33209b0a198 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-12 Thread Agostino Sarubbo
commit: 63848a0e0f6ce3cea679dcbde572e48bcdf7dbcf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jul 12 06:35:40 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jul 12 06:35:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63848a0e

dev-perl/Net-DBus: amd64 stable wrt bug #801613

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index 36f46785a4d..201fa40f9ad 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-11 Thread Sam James
commit: 0abb7aa246137c21dbcfd122c07e6fd0c2811c2f
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:53:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:53:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abb7aa2

dev-perl/Net-DBus: Stabilize 1.1.0-r1 sparc, #801613

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index 8b2d4ebfe3a..36f46785a4d 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-11 Thread Sam James
commit: 91197f37b00ff9ed5609881794b3f22ec1e3ef25
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:53:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:53:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91197f37

dev-perl/Net-DBus: Stabilize 1.1.0-r1 ppc64, #801613

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index e7190f91880..89d83743c36 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-11 Thread Sam James
commit: 80b6a6cb28c697779be209f13e30ad15d8fad9b9
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:53:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:53:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80b6a6cb

dev-perl/Net-DBus: Stabilize 1.1.0-r1 ppc, #801613

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index 89d83743c36..8b2d4ebfe3a 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-11 Thread Sam James
commit: 702c7224e2b36abfb5dab85adeb2de93ad02a8fd
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:51:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:51:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=702c7224

dev-perl/Net-DBus: Stabilize 1.1.0-r1 x86, #801613

Signed-off-by: Sam James  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
index a89f1835cb1..e7190f91880 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-07-11 Thread Andreas K. Hüttel
commit: 92468206dcb51948465ade9fa090acc83d1fc9d5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Jul 11 19:58:14 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Jul 11 20:14:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92468206

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  gentoo.org>

 dev-perl/Net-DBus/Manifest  |  1 +
 dev-perl/Net-DBus/Net-DBus-1.2.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Net-DBus/Manifest b/dev-perl/Net-DBus/Manifest
index 44af2fda2a7..6d43a1a2d33 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 
9dc95288ae81037985020e18db1de6908b1280fc3b0ca898c183a5b577d21d240f4f1045393f9459a9be6e3425feffa9ea581e6af2bcf165cdf48348b255

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 000..79d9e96afe8
--- /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 )



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2021-05-02 Thread Andreas K. Hüttel
commit: cca03098a348ee4a7e55af065808012c707ca907
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun May  2 12:51:18 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun May  2 12:51:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cca03098

dev-perl/Net-DBus: EAPI7, fix cross-build (hopefully)

Closes: https://bugs.gentoo.org/759148
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild | 35 ++
 1 file changed, 35 insertions(+)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
new file mode 100644
index 000..a89f1835cb1
--- /dev/null
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+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
+"
+
+src_test() {
+   perl_rm_files t/10-pod-coverage.t t/05-pod.t t/12-changes.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2020-07-23 Thread Kent Fredric
commit: fc771fc73a0acd72b86b7714280716acc59f90eb
Author: Kent Fredric  gentoo  org>
AuthorDate: Thu Jul 23 07:51:20 2020 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Thu Jul 23 08:03:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc771fc7

dev-perl/Net-DBus: Drop x86-macos,x64-solaris re bug #690140

Depends:
- dev-perl/XML-Twig
 - dev-perl/libwww-perl
  - dev-perl/LWP-Protocol-https
   - dev-perl/IO-Socket-SSL

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 05305e49660..a1cc465ac88 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ 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 ~x86-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2019-10-21 Thread Fabian Groffen
commit: b2a5b3283c1d01d4fbf6aaa894528ab52e809309
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 21 16:14:46 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Oct 21 16:15:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a5b328

dev-perl/Net-DBus: marked ~x86-macos

Bug: https://bugs.gentoo.org/658328
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 93e0f4256b2..b59c567c7bd 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x86-macos ~x64-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2019-10-21 Thread Fabian Groffen
commit: cd8acb0d9a7e36fd6bccb5aca3c3e523da0013dc
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 21 09:04:09 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Oct 21 09:04:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd8acb0d

dev-perl/Net-DBus: marked ~{amd64,x86}-linux

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 447825e472b..93e0f4256b2 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x64-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2019-10-21 Thread Fabian Groffen
commit: ce765076fc1e0c5b448833a4f8d5bb3f24785332
Author: Fabian Groffen  gentoo  org>
AuthorDate: Mon Oct 21 08:56:57 2019 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Mon Oct 21 08:56:57 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce765076

dev-perl/Net-DBus: marked ~x64-solaris

Bug: https://bugs.gentoo.org/658328
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 403762e7ef9..447825e472b 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~x64-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-10-20 Thread Markus Meier
commit: 908490d31584be3fd935ec4e81863691c6566d3c
Author: Markus Meier  gentoo  org>
AuthorDate: Sat Oct 20 11:23:07 2018 +
Commit: Markus Meier  gentoo  org>
CommitDate: Sat Oct 20 11:23:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=908490d3

dev-perl/Net-DBus: arm stable, bug #666874

Signed-off-by: Markus Meier  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="arm"

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 704153c795f..b531932f86c 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-10-06 Thread Matt Turner
commit: 445dd8ed57ac1fd36df96150c8b51b5547024c31
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  6 19:45:47 2018 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  6 19:46:09 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445dd8ed

dev-perl/Net-DBus-1.1.0: ppc64 stable, bug 666874

Signed-off-by: Matt Turner  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 51eb4ae67a9..704153c795f 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-09-26 Thread Sergei Trofimovich
commit: 66f0f4dcaddf0fdbf90ac68cac908e01488afcf3
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Sep 26 19:59:37 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Sep 26 20:49:12 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f0f4dc

dev-perl/Net-DBus: stable 1.1.0 for hppa, bug #666874

Signed-off-by: Rolf Eike Beer  sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 75ce114c369..51eb4ae67a9 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-09-16 Thread Mikle Kolyada
commit: fa03af4591e8ac6163a9e652dd751e406be30a53
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun Sep 16 12:45:46 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun Sep 16 12:49:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa03af45

dev-perl/Net-DBus: Add ~sh keyword wrt bug #658328

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index e81492d07ea..75ce114c369 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ 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-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 s390 ~sh sparc 
x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-07-16 Thread Sergei Trofimovich
commit: 9dbbac2f123aba4d6653824109aa93818f7ce1a9
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Jul 16 06:29:42 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Jul 16 06:54:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dbbac2f

dev-perl/Net-DBus: keyworded 1.1.0 for hppa

Bug: https://bugs.gentoo.org/658328
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 2d9757995ba..e81492d07ea 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-06-30 Thread Sergei Trofimovich
commit: 1076d7f9ad3a33cbd11e48bc42addd746b4e6d65
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jun 30 19:02:47 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jun 30 19:03:01 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1076d7f9

dev-perl/Net-DBus: keyworded 1.1.0 for ppc64, bug #658328

Bug: https://bugs.gentoo.org/658328
Package-Manager: Portage-2.3.41, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 53ad1c599d9..2d9757995ba 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc s390 sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc ~ppc64 s390 sparc x86 
~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-06-08 Thread Mikle Kolyada
commit: cc6ab1ee491787e1a6e47d7ed6971f4984b5c177
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jun  8 13:09:41 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jun  8 13:25:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc6ab1ee

dev-perl/Net-DBus: restore s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index b5328d0e72d..53ad1c599d9 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc sparc x86 ~amd64-fbsd"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ~mips ppc s390 sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2018-03-01 Thread Michał Górny
commit: 177e46b1e59095e3922c05c154e1f7b95dfa4879
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar  1 14:16:17 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar  1 14:28:13 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=177e46b1

dev-perl/Net-DBus: Tested on ~amd64-fbsd

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index e0e0bc6d0ba..cf7496ac995 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86 ~amd64-fbsd"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2016-12-31 Thread Andreas Hüttel
commit: 16f5090283d65316ede9a6b0d2ab111ec51870e0
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 31 14:53:25 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 31 15:08:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f50902

dev-perl/Net-DBus: Remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-perl/Net-DBus/Manifest |  1 -
 dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-perl/Net-DBus/Manifest b/dev-perl/Net-DBus/Manifest
index a4707a7..9d8437f 100644
--- a/dev-perl/Net-DBus/Manifest
+++ b/dev-perl/Net-DBus/Manifest
@@ -1,2 +1 @@
-DIST Net-DBus-1.0.0.tar.gz 100667 SHA256 
bfd0f3bc8ae228b410952829d97ed5f9c1d53587ab645b9d99241f6b51e2590f SHA512 
fa0c47360e204076168e9e62cf72f3443397e7cd83d09ab041b892ef78a017a1abc8f4d57a4114bb415c146cdded283c39dca5c262b5fda14fefbcd4fe634e51
 WHIRLPOOL 
f5e06540dd4c6ed859055b9505aa253d860d70e89175d2a8cced09cb6c9862c94e258be25cd34a4696743ca4a22f528f9c13fca6bd331686efbb9bf5b96808e1
 DIST Net-DBus-1.1.0.tar.gz 2075154 SHA256 
8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269 SHA512 
96f5983ef1e33b4abea93277e39e779821c8ee4b1f2bc7a4a3aaa3612b9513a426b9f8e04094eb8449e89324c22c264df2d34b3d3e43dace85f443a57c770cc3
 WHIRLPOOL 
83b5c45c15c70d28853794a8ff839bb4812ba8672a0e7e286f1b9ba95b1bb41e1205a15fe64955cc831ddde8c477b9d6681d9ca7d6dc2f2d21717a330ff07600

diff --git a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
deleted file mode 100644
index ea8ed83..
--- a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=DANBERR
-MODULE_VERSION=1.0.0
-inherit perl-module
-
-DESCRIPTION="Perl extension for the DBus message system"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc sparc x86"
-IUSE="test"
-
-RDEPEND="
-   sys-apps/dbus
-   dev-perl/XML-Twig
-"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig
-   test? (
-   virtual/perl-Test-Simple
-   )"
-
-SRC_TEST="do"
-
-src_test() {
-   perl_rm_files t/10-pod-coverage.t t/05-pod.t
-   perl-module_src_test
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2016-08-06 Thread Kent Fredric
commit: 2f7fa36fcb01480374de67ab69294bf3150957a0
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Aug  6 15:07:39 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Aug  6 15:53:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f7fa36f

dev-perl/Net-DBus: Remove POD Author tests.

No use on Gentoo.

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 
m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild | 10 +++---
 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild|  7 +--
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
index fc5c929..ea8ed83 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,8 +21,12 @@ RDEPEND="
 DEPEND="${RDEPEND}
virtual/pkgconfig
test? (
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
+   virtual/perl-Test-Simple
)"
 
 SRC_TEST="do"
+
+src_test() {
+   perl_rm_files t/10-pod-coverage.t t/05-pod.t
+   perl-module_src_test
+}

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 66cf0c0..69e4df6 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -23,7 +23,10 @@ DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
-   dev-perl/Test-Pod
-   dev-perl/Test-Pod-Coverage
)
 "
+
+src_test() {
+   perl_rm_files t/10-pod-coverage.t t/05-pod.t t/12-changes.t
+   perl-module_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2016-05-30 Thread Tobias Klausmann
commit: 7d205ec3af4edaee49d854122437abf918c4d63c
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon May 30 15:49:59 2016 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon May 30 15:50:14 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d205ec3

dev-perl/Net-DBus-1.1.0-r0: add alpha keyword

Gentoo-Bug: 578650

Package-Manager: portage-2.3.0_rc1

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index ed724b8..3d29fb1 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2016-04-02 Thread Agostino Sarubbo
commit: 65b78b2b1b05e27aa20b1efe241c2caa0194a032
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  2 13:44:35 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  2 13:44:35 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b78b2b

dev-perl/Net-DBus: amd64 stable wrt bug #578650

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
index 4cc855e..ed724b8 100644
--- a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for the DBus message system"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/

2015-12-26 Thread Andreas Hüttel
commit: a348d87cfa0976d32198e5be78b0825bdead02e5
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Dec 26 12:28:14 2015 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Sat Dec 26 12:52:34 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a348d87c

dev-perl/Net-DBus: Version bump

Package-Manager: portage-2.2.26

 dev-perl/Net-DBus/Manifest  |  1 +
 dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-perl/Net-DBus/Manifest b/dev-perl/Net-DBus/Manifest
index 26b6f2d..a4707a7 100644
--- a/dev-perl/Net-DBus/Manifest
+++ b/dev-perl/Net-DBus/Manifest
@@ -1 +1,2 @@
 DIST Net-DBus-1.0.0.tar.gz 100667 SHA256 
bfd0f3bc8ae228b410952829d97ed5f9c1d53587ab645b9d99241f6b51e2590f SHA512 
fa0c47360e204076168e9e62cf72f3443397e7cd83d09ab041b892ef78a017a1abc8f4d57a4114bb415c146cdded283c39dca5c262b5fda14fefbcd4fe634e51
 WHIRLPOOL 
f5e06540dd4c6ed859055b9505aa253d860d70e89175d2a8cced09cb6c9862c94e258be25cd34a4696743ca4a22f528f9c13fca6bd331686efbb9bf5b96808e1
+DIST Net-DBus-1.1.0.tar.gz 2075154 SHA256 
8391696db9e96c374b72984c0bad9c7d1c9f3b4efe68f9ddf429a77548e0e269 SHA512 
96f5983ef1e33b4abea93277e39e779821c8ee4b1f2bc7a4a3aaa3612b9513a426b9f8e04094eb8449e89324c22c264df2d34b3d3e43dace85f443a57c770cc3
 WHIRLPOOL 
83b5c45c15c70d28853794a8ff839bb4812ba8672a0e7e286f1b9ba95b1bb41e1205a15fe64955cc831ddde8c477b9d6681d9ca7d6dc2f2d21717a330ff07600

diff --git a/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild 
b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
new file mode 100644
index 000..4cc855e
--- /dev/null
+++ b/dev-perl/Net-DBus/Net-DBus-1.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DANBERR
+inherit perl-module
+
+DESCRIPTION="Perl extension for the DBus message system"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+   sys-apps/dbus
+   virtual/perl-Time-HiRes
+   dev-perl/XML-Twig
+"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   dev-perl/Test-Pod
+   dev-perl/Test-Pod-Coverage
+   )
+"