public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2015-12-26 12:53 Andreas Hüttel
  0 siblings, 0 replies; 32+ messages in thread
From: Andreas Hüttel @ 2015-12-26 12:53 UTC (permalink / raw
  To: gentoo-commits

commit:     a348d87cfa0976d32198e5be78b0825bdead02e5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 26 12:28:14 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 26 12:52:34 2015 +0000
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 0000000..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
+	)
+"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2016-04-02 13:44 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2016-04-02 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     65b78b2b1b05e27aa20b1efe241c2caa0194a032
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 13:44:35 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Apr  2 13:44:35 2016 +0000
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 <ago <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2016-05-30 15:50 Tobias Klausmann
  0 siblings, 0 replies; 32+ messages in thread
From: Tobias Klausmann @ 2016-05-30 15:50 UTC (permalink / raw
  To: gentoo-commits

commit:     7d205ec3af4edaee49d854122437abf918c4d63c
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 30 15:49:59 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 30 15:50:14 2016 +0000
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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2016-08-06 15:53 Kent Fredric
  0 siblings, 0 replies; 32+ messages in thread
From: Kent Fredric @ 2016-08-06 15:53 UTC (permalink / raw
  To: gentoo-commits

commit:     2f7fa36fcb01480374de67ab69294bf3150957a0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 15:07:39 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 15:53:02 2016 +0000
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
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2016-12-31 15:08 Andreas Hüttel
  0 siblings, 0 replies; 32+ messages in thread
From: Andreas Hüttel @ 2016-12-31 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     16f5090283d65316ede9a6b0d2ab111ec51870e0
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 31 14:53:25 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 15:08:11 2016 +0000
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..00000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-03-01 14:28 Michał Górny
  0 siblings, 0 replies; 32+ messages in thread
From: Michał Górny @ 2018-03-01 14:28 UTC (permalink / raw
  To: gentoo-commits

commit:     177e46b1e59095e3922c05c154e1f7b95dfa4879
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 14:16:17 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 14:28:13 2018 +0000
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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-06-08 13:26 Mikle Kolyada
  0 siblings, 0 replies; 32+ messages in thread
From: Mikle Kolyada @ 2018-06-08 13:26 UTC (permalink / raw
  To: gentoo-commits

commit:     cc6ab1ee491787e1a6e47d7ed6971f4984b5c177
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  8 13:09:41 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jun  8 13:25:49 2018 +0000
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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-06-30 19:03 Sergei Trofimovich
  0 siblings, 0 replies; 32+ messages in thread
From: Sergei Trofimovich @ 2018-06-30 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1076d7f9ad3a33cbd11e48bc42addd746b4e6d65
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 19:02:47 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 19:03:01 2018 +0000
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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-07-16  6:54 Sergei Trofimovich
  0 siblings, 0 replies; 32+ messages in thread
From: Sergei Trofimovich @ 2018-07-16  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9dbbac2f123aba4d6653824109aa93818f7ce1a9
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jul 16 06:29:42 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 06:54:07 2018 +0000
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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-09-16 12:49 Mikle Kolyada
  0 siblings, 0 replies; 32+ messages in thread
From: Mikle Kolyada @ 2018-09-16 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     fa03af4591e8ac6163a9e652dd751e406be30a53
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 16 12:45:46 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 16 12:49:41 2018 +0000
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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-09-26 20:49 Sergei Trofimovich
  0 siblings, 0 replies; 32+ messages in thread
From: Sergei Trofimovich @ 2018-09-26 20:49 UTC (permalink / raw
  To: gentoo-commits

commit:     66f0f4dcaddf0fdbf90ac68cac908e01488afcf3
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Wed Sep 26 19:59:37 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed Sep 26 20:49:12 2018 +0000
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 <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-10-06 19:46 Matt Turner
  0 siblings, 0 replies; 32+ messages in thread
From: Matt Turner @ 2018-10-06 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     445dd8ed57ac1fd36df96150c8b51b5547024c31
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 19:45:47 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 19:46:09 2018 +0000
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 <mattst88 <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2018-10-20 11:26 Markus Meier
  0 siblings, 0 replies; 32+ messages in thread
From: Markus Meier @ 2018-10-20 11:26 UTC (permalink / raw
  To: gentoo-commits

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

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

Signed-off-by: Markus Meier <maekke <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2019-10-21  9:04 Fabian Groffen
  0 siblings, 0 replies; 32+ messages in thread
From: Fabian Groffen @ 2019-10-21  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     cd8acb0d9a7e36fd6bccb5aca3c3e523da0013dc
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 09:04:09 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 09:04:09 2019 +0000
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 <grobian <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2019-10-21  9:04 Fabian Groffen
  0 siblings, 0 replies; 32+ messages in thread
From: Fabian Groffen @ 2019-10-21  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     ce765076fc1e0c5b448833a4f8d5bb3f24785332
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 08:56:57 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 08:56:57 2019 +0000
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 <grobian <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2019-10-21 16:16 Fabian Groffen
  0 siblings, 0 replies; 32+ messages in thread
From: Fabian Groffen @ 2019-10-21 16:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b2a5b3283c1d01d4fbf6aaa894528ab52e809309
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 16:14:46 2019 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 16:15:59 2019 +0000
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 <grobian <AT> 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="


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2020-07-23  8:04 Kent Fredric
  0 siblings, 0 replies; 32+ messages in thread
From: Kent Fredric @ 2020-07-23  8:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fc771fc73a0acd72b86b7714280716acc59f90eb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 07:51:20 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 08:03:48 2020 +0000
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 <kentnl <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-05-02 12:52 Andreas K. Hüttel
  0 siblings, 0 replies; 32+ messages in thread
From: Andreas K. Hüttel @ 2021-05-02 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     cca03098a348ee4a7e55af065808012c707ca907
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 12:51:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May  2 12:51:51 2021 +0000
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 <dilfridge <AT> 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 00000000000..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
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-11 20:15 Andreas K. Hüttel
  0 siblings, 0 replies; 32+ messages in thread
From: Andreas K. Hüttel @ 2021-07-11 20:15 UTC (permalink / raw
  To: gentoo-commits

commit:     92468206dcb51948465ade9fa090acc83d1fc9d5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 19:58:14 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:14:52 2021 +0000
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 <dilfridge <AT> 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 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 00000000000..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 )


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-11 20:51 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-07-11 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     702c7224e2b36abfb5dab85adeb2de93ad02a8fd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:51:42 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:51:42 2021 +0000
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 <sam <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-11 20:53 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-07-11 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0abb7aa246137c21dbcfd122c07e6fd0c2811c2f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:53:50 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:53:50 2021 +0000
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 <sam <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-11 20:53 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-07-11 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     80b6a6cb28c697779be209f13e30ad15d8fad9b9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:53:43 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:53:43 2021 +0000
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 <sam <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-11 20:53 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-07-11 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     91197f37b00ff9ed5609881794b3f22ec1e3ef25
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:53:35 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 20:53:35 2021 +0000
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 <sam <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-12  6:35 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2021-07-12  6:35 UTC (permalink / raw
  To: gentoo-commits

commit:     63848a0e0f6ce3cea679dcbde572e48bcdf7dbcf
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 06:35:40 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 06:35:40 2021 +0000
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 <ago <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-13 20:05 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-07-13 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     2456f77277a359ed2043177c11cc6ce27c95791e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 13 19:58:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 13 19:58:32 2021 +0000
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 <sam <AT> 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 )"
 


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-07-19 14:24 Yixun Lan
  0 siblings, 0 replies; 32+ messages in thread
From: Yixun Lan @ 2021-07-19 14:24 UTC (permalink / raw
  To: gentoo-commits

commit:     38f354e4392a86eeec584f5ca77a63dd1b7a04be
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 17 02:53:12 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Mon Jul 19 14:23:10 2021 +0000
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 <dlan <AT> 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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-08-25  5:28 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2021-08-25  5:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c6addcc03289ccce381c4c78430d84a5413d279c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:28:30 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:28:30 2021 +0000
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 <ago <AT> 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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-08-25  6:00 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2021-08-25  6:00 UTC (permalink / raw
  To: gentoo-commits

commit:     c5ca62f63721e4bc8c6c54f6710ae1948bfa0fe7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 06:00:08 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 06:00:08 2021 +0000
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 <ago <AT> 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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-08-26 14:52 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-08-26 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     a66435af93049866e192c8a0fe06c3b7a4529f1d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 14:50:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 14:50:23 2021 +0000
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 <sam <AT> 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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-08-26 14:55 Sam James
  0 siblings, 0 replies; 32+ messages in thread
From: Sam James @ 2021-08-26 14:55 UTC (permalink / raw
  To: gentoo-commits

commit:     dc7098dc4bb9f995fffe2323996ecd7a69cd5d15
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 26 14:53:41 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 26 14:53:41 2021 +0000
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 <sam <AT> 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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2021-11-20 17:59 Andreas K. Hüttel
  0 siblings, 0 replies; 32+ messages in thread
From: Andreas K. Hüttel @ 2021-11-20 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     92aaca1d9c02cb83e058e9ecfb270a896e863068
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 20 17:52:48 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 20 17:59:16 2021 +0000
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 <dilfridge <AT> 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 9dc95288ae81037985020e18db33331de6908b1280fc3b0ca898c183a5b577d21d240f4f1045393f9459a9be6e3425feffa9ea581e6af2bcf165cdf48348b255

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..000000000000
--- 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..000000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/
@ 2022-05-14  6:54 WANG Xuerui
  0 siblings, 0 replies; 32+ messages in thread
From: WANG Xuerui @ 2022-05-14  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5855144a664415dc0b332763c5908307bd631c55
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 06:53:38 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sat May 14 06:53:39 2022 +0000
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 <xen0n <AT> 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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2022-05-14  6:55 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-11 20:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-DBus/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2022-05-14  6:54 WANG Xuerui
2021-11-20 17:59 Andreas K. Hüttel
2021-08-26 14:55 Sam James
2021-08-26 14:52 Sam James
2021-08-25  6:00 Agostino Sarubbo
2021-08-25  5:28 Agostino Sarubbo
2021-07-19 14:24 Yixun Lan
2021-07-13 20:05 Sam James
2021-07-12  6:35 Agostino Sarubbo
2021-07-11 20:53 Sam James
2021-07-11 20:53 Sam James
2021-07-11 20:53 Sam James
2021-07-11 20:51 Sam James
2021-05-02 12:52 Andreas K. Hüttel
2020-07-23  8:04 Kent Fredric
2019-10-21 16:16 Fabian Groffen
2019-10-21  9:04 Fabian Groffen
2019-10-21  9:04 Fabian Groffen
2018-10-20 11:26 Markus Meier
2018-10-06 19:46 Matt Turner
2018-09-26 20:49 Sergei Trofimovich
2018-09-16 12:49 Mikle Kolyada
2018-07-16  6:54 Sergei Trofimovich
2018-06-30 19:03 Sergei Trofimovich
2018-06-08 13:26 Mikle Kolyada
2018-03-01 14:28 Michał Górny
2016-12-31 15:08 Andreas Hüttel
2016-08-06 15:53 Kent Fredric
2016-05-30 15:50 Tobias Klausmann
2016-04-02 13:44 Agostino Sarubbo
2015-12-26 12:53 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox