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

2022-05-14 Thread WANG Xuerui
commit: 9addea51405f5ff501511f4bba1c1e787c95ccee
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 06:56:57 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat May 14 06:56:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9addea51

dev-perl/Net-Daemon: keyword 0.490.0 for ~loong

Tests passed on real hardware.

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

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

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 6c3c7066d46a..293653917fdd 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.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
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

2021-12-05 Thread Conrad Kostecki
commit: 563a1f2041a48efd20ac25170296327eba35fec2
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Thu Nov 25 16:55:32 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec  5 21:45:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563a1f20

dev-perl/Net-Daemon: remove unused patch(es)

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/Net-Daemon-0.480.0-perl526.patch | 35 --
 1 file changed, 35 deletions(-)

diff --git a/dev-perl/Net-Daemon/files/Net-Daemon-0.480.0-perl526.patch 
b/dev-perl/Net-Daemon/files/Net-Daemon-0.480.0-perl526.patch
deleted file mode 100644
index fee09acea6cd..
--- a/dev-perl/Net-Daemon/files/Net-Daemon-0.480.0-perl526.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 08cfbdfae6e6956e1e2bbc2d0821c64daea9fd55 Mon Sep 17 00:00:00 2001
-From: Kent Fredric 
-Date: Sun, 8 Oct 2017 10:17:23 +1300
-Subject: Fix ReadConfigFile implementation traversing @INC
-
-Bug: https://rt.cpan.org/Ticket/Display.html?id=123213
-Bug: https://bugs.gentoo.org/633722

- lib/Net/Daemon.pm | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/lib/Net/Daemon.pm b/lib/Net/Daemon.pm
-index fbcc9dd..6aaa151 100644
 a/lib/Net/Daemon.pm
-+++ b/lib/Net/Daemon.pm
-@@ -29,6 +29,7 @@ use IO::Socket ();
- use Config ();
- use Net::Daemon::Log ();
- use POSIX ();
-+use File::Spec ();
- 
- 
- package Net::Daemon;
-@@ -201,7 +202,7 @@ sub ReadConfigFile {
- if (! -f $file) {
-   $self->Fatal("No such config file: $file");
- }
--my $copts = do $file;
-+my $copts = do File::Spec->rel2abs($file);
- if ($@) {
-   $self->Fatal("Error while processing config file $file: $@");
- }
--- 
-2.14.1
-



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

2021-11-20 Thread Andreas K. Hüttel
commit: 32b429586a49dd3c8cf2b8045adc115874107b0b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov 20 17:52:12 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov 20 17:59:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32b42958

dev-perl/Net-Daemon: Remove old

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

 dev-perl/Net-Daemon/Manifest |  1 -
 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Net-Daemon/Manifest b/dev-perl/Net-Daemon/Manifest
index 7fb2c1709aef..8a06fccd30bf 100644
--- a/dev-perl/Net-Daemon/Manifest
+++ b/dev-perl/Net-Daemon/Manifest
@@ -1,2 +1 @@
-DIST Net-Daemon-0.48.tar.gz 29513 BLAKE2B 
a5fe8eeb01a463ebfd7b274dea2d0b9a8e633588e35576ad24b5e40a4b06ff5f1321bc01bbfb63ceac8d8e5c9e85d15807dde3c5cb18b21e53da6d84ca24a999
 SHA512 
85bc280adc0de6be8ebd64771732f83299018edd06441cf96c438914a16c3805918805cde07bae4fe92caa86475ad35cabfc1edfccff117dcce7f5dc8b137bba
 DIST Net-Daemon-0.49.tar.gz 31853 BLAKE2B 
75d1b3591a5a242f33680644da0fb355a9a2221c1ca75d8868921878d3890bc1f24a5683217cfebaa568ad86a997a1fb60c9893c7edf6df9b907b7622597a1fa
 SHA512 
8b2797757c98c2cc9821866817ea4e28a8aa120f7614c17e32417e75990d425055d406581c3b554e8e4d2f9cc7bf4fba1244773d92b1b98bc3bc02b50300c131

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
deleted file mode 100644
index b71b42be35de..
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=MNOONING
-DIST_VERSION=0.48
-inherit perl-module
-
-DESCRIPTION="Abstract base class for portable servers"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-PATCHES=(
-   "${FILESDIR}/${P}-perl526.patch"
-)
-# loop-t and loop-child-t race-condition
-# due to Net::Daemon::Test writing
-# specific files to CWD
-DIST_TEST="do"



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

2021-08-26 Thread Sam James
commit: 7234c1c56322464974139233f4e5b53348f89f20
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Aug 26 16:05:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Aug 26 19:50:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7234c1c5

dev-perl/Net-Daemon: stable 0.490.0 for hppa, bug #810149

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 2618faa3583..6c3c7066d46 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

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

dev-perl/Net-Daemon: Stabilize 0.490.0 arm, #810149

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

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

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 111a8f84b37..2618faa3583 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

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

dev-perl/Net-Daemon: Stabilize 0.490.0 arm64, #810149

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

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

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 5a43cfe324e..111a8f84b37 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

2021-08-25 Thread Sam James
commit: 5166fa06bf498b7ef6f7da0bf708769acf830a84
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug 25 16:21:17 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug 25 16:21:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5166fa06

dev-perl/Net-Daemon: Stabilize 0.490.0 sparc, #810149

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

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

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 14ce5bc50f2..5a43cfe324e 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

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

dev-perl/Net-Daemon: x86 stable wrt bug #810149

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-Daemon/Net-Daemon-0.490.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index 06eee237f38..b3cdb034467 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

2021-08-24 Thread Agostino Sarubbo
commit: 2a7db125b1478952eb859efa90c55690bbf1e8bd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed Aug 25 05:25:16 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed Aug 25 05:25:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a7db125

dev-perl/Net-Daemon: amd64 stable wrt bug #810149

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-Daemon/Net-Daemon-0.490.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
index f5e49aac71d..06eee237f38 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Perl extension for portable daemons"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 # loop-t and loop-child-t race-condition
 # due to Net::Daemon::Test writing



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

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

dev-perl/Net-Daemon: Version bump 0.49

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

 dev-perl/Net-Daemon/Manifest  |  1 +
 dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/dev-perl/Net-Daemon/Manifest b/dev-perl/Net-Daemon/Manifest
index 9bf3499a005..7fb2c1709ae 100644
--- a/dev-perl/Net-Daemon/Manifest
+++ b/dev-perl/Net-Daemon/Manifest
@@ -1 +1,2 @@
 DIST Net-Daemon-0.48.tar.gz 29513 BLAKE2B 
a5fe8eeb01a463ebfd7b274dea2d0b9a8e633588e35576ad24b5e40a4b06ff5f1321bc01bbfb63ceac8d8e5c9e85d15807dde3c5cb18b21e53da6d84ca24a999
 SHA512 
85bc280adc0de6be8ebd64771732f83299018edd06441cf96c438914a16c3805918805cde07bae4fe92caa86475ad35cabfc1edfccff117dcce7f5dc8b137bba
+DIST Net-Daemon-0.49.tar.gz 31853 BLAKE2B 
75d1b3591a5a242f33680644da0fb355a9a2221c1ca75d8868921878d3890bc1f24a5683217cfebaa568ad86a997a1fb60c9893c7edf6df9b907b7622597a1fa
 SHA512 
8b2797757c98c2cc9821866817ea4e28a8aa120f7614c17e32417e75990d425055d406581c3b554e8e4d2f9cc7bf4fba1244773d92b1b98bc3bc02b50300c131

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
new file mode 100644
index 000..f5e49aac71d
--- /dev/null
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.490.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=0.49
+inherit perl-module
+
+DESCRIPTION="Perl extension for portable daemons"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# loop-t and loop-child-t race-condition
+# due to Net::Daemon::Test writing
+# specific files to CWD
+DIST_TEST="do"



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

2019-05-05 Thread Mikle Kolyada
commit: ae16ca2e9cf37bc76d0e51f9811121095baa70b0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sun May  5 15:48:43 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sun May  5 15:48:43 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae16ca2e

dev-perl/Net-Daemon: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 93bca000143..f34ed6ef6d5 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-12-22 Thread Mikle Kolyada
commit: 9d37aca38427ca7e06b9c97d6d5af30c373dd77c
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec 22 10:35:22 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec 22 10:37:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d37aca3

dev-perl/Net-Daemon: m68k stable wrt bug #667266

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 13df85b11aa..93bca000143 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-12-08 Thread Mikle Kolyada
commit: 9a3ae748f4e707a8b6c99c89a2c0fb2b5a057277
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat Dec  8 15:18:26 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat Dec  8 15:22:04 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a3ae748

dev-perl/Net-Daemon: sh stable wrt bug #667266

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index b20fc451fd9..13df85b11aa 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-06-13 Thread Mikle Kolyada
commit: 459bd76b0c6926f416c7a3c0a1f6984dcc509816
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jun 13 10:18:16 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jun 13 10:18:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=459bd76b

dev-perl/Net-Daemon: restore s390 keyword

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 560c6061c5c..b20fc451fd9 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-04-30 Thread Kent Fredric
commit: d5bfd441b8171a2250db7a5d77eef5baec185d30
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue May  1 00:21:51 2018 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue May  1 00:21:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5bfd441

dev-perl/Net-Daemon: Cleanup old re bug #633722

Closes: https://bugs.gentoo.org/633722
Package-Manager: Portage-2.3.29, Repoman-2.3.9

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild | 15 ---
 1 file changed, 15 deletions(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
deleted file mode 100644
index 0973575e06d..000
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=MNOONING
-MODULE_VERSION=0.48
-inherit perl-module
-
-DESCRIPTION="Abstract base class for portable servers"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-SRC_TEST="broken"



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

2018-04-18 Thread Mart Raudsepp
commit: 5586be5f025d395e9c0209636f4bd419137b9b57
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Apr 18 07:52:44 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Apr 18 08:03:56 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5586be5f

dev-perl/Net-Daemon-0.480.0-r2: arm64 stable (bug #643290)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 724dab9d94b..560c6061c5c 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-03-04 Thread Tobias Klausmann
commit: 28c3f6201407bf6d5527934543a12e898a43d6e4
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Sat Mar  3 17:51:43 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Sun Mar  4 08:16:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c3f620

dev-perl/Net-Daemon-0.480.0-r2: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/643290

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 7d8ee86a0bb..b3e68a69e41 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-01-15 Thread Tobias Klausmann
commit: a550f93b1dc497e18697bff94bfe2969912e867d
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Jan 15 19:02:37 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Jan 15 19:02:37 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a550f93b

dev-perl/Net-Daemon-0.480.0-r2: amd64 stable

Gentoo-Bug: http://bugs.gentoo.org/643290

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index eb64fddb92e..7d8ee86a0bb 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-01-09 Thread Sergei Trofimovich
commit: 370bb878834658c671fec84ebcf2b1007bcacaae
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Jan  9 08:01:26 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Jan  9 08:02:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=370bb878

dev-perl/Net-Daemon: stable 0.480.0-r2 for hppa, bug #643290

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="hppa"

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index c458fa0440a..eb64fddb92e 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-01-07 Thread Sergei Trofimovich
commit: 4d8b9a3db48e003db5d0b4122cd091f44f49fcaa
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 01:16:06 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 11:10:36 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d8b9a3d

dev-perl/Net-Daemon: stable 0.480.0-r2 for ia64, bug #643290

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 697baacaa63..c458fa0440a 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-01-06 Thread Sergei Trofimovich
commit: 52bff91d21457c534319d8782f552cfa98d47953
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 00:16:18 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 00:16:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52bff91d

dev-perl/Net-Daemon: stable 0.480.0-r2 for ppc64, bug #643290

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index b943c6cb150..697baacaa63 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-01-06 Thread Sergei Trofimovich
commit: 8ff0498f81207e988b1c0c7526f4c6a7d9956b62
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jan  7 00:08:29 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jan  7 00:09:35 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff0498f

dev-perl/Net-Daemon: stable 0.480.0-r2 for ppc, bug #643290

Package-Manager: Portage-2.3.19, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index 2aab8dbfc46..b943c6cb150 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 
~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



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

2018-01-03 Thread Sergei Trofimovich
commit: 6a6d763b6115e8e07041685f867d7a876a681d8c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Jan  4 06:27:59 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jan  4 07:10:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a6d763b

dev-perl/Net-Daemon: stable 0.480.0-r2 for sparc, bug #643232

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --include-arches="sparc"

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
index bf39a6b8edd..dad093ad9a5 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 PATCHES=(
"${FILESDIR}/${P}-perl526.patch"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Net-Daemon/files/, dev-perl/Net-Daemon/

2017-10-07 Thread Kent Fredric
commit: d9ba115614ecbeecb8fd940faf051359f60a144c
Author: Kent Fredric  gentoo  org>
AuthorDate: Sat Oct  7 21:46:58 2017 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Sat Oct  7 21:47:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9ba1156

dev-perl/Net-Daemon: Fix configfile reading bug #633722

- r1bump because this changes runtime code
- will need restable because this needs testing to happen
- tests restored, please do not disable them all again
- EAPI6

Bug: https://bugs.gentoo.org/633722
Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild   | 21 +
 .../files/Net-Daemon-0.480.0-perl526.patch | 35 ++
 2 files changed, 56 insertions(+)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
new file mode 100644
index 000..bf39a6b8edd
--- /dev/null
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MNOONING
+DIST_VERSION=0.48
+inherit perl-module
+
+DESCRIPTION="Abstract base class for portable servers"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 
~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+PATCHES=(
+   "${FILESDIR}/${P}-perl526.patch"
+)
+# loop-t and loop-child-t race-condition
+# due to Net::Daemon::Test writing
+# specific files to CWD
+DIST_TEST="do"

diff --git a/dev-perl/Net-Daemon/files/Net-Daemon-0.480.0-perl526.patch 
b/dev-perl/Net-Daemon/files/Net-Daemon-0.480.0-perl526.patch
new file mode 100644
index 000..fee09acea6c
--- /dev/null
+++ b/dev-perl/Net-Daemon/files/Net-Daemon-0.480.0-perl526.patch
@@ -0,0 +1,35 @@
+From 08cfbdfae6e6956e1e2bbc2d0821c64daea9fd55 Mon Sep 17 00:00:00 2001
+From: Kent Fredric 
+Date: Sun, 8 Oct 2017 10:17:23 +1300
+Subject: Fix ReadConfigFile implementation traversing @INC
+
+Bug: https://rt.cpan.org/Ticket/Display.html?id=123213
+Bug: https://bugs.gentoo.org/633722
+---
+ lib/Net/Daemon.pm | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/lib/Net/Daemon.pm b/lib/Net/Daemon.pm
+index fbcc9dd..6aaa151 100644
+--- a/lib/Net/Daemon.pm
 b/lib/Net/Daemon.pm
+@@ -29,6 +29,7 @@ use IO::Socket ();
+ use Config ();
+ use Net::Daemon::Log ();
+ use POSIX ();
++use File::Spec ();
+ 
+ 
+ package Net::Daemon;
+@@ -201,7 +202,7 @@ sub ReadConfigFile {
+ if (! -f $file) {
+   $self->Fatal("No such config file: $file");
+ }
+-my $copts = do $file;
++my $copts = do File::Spec->rel2abs($file);
+ if ($@) {
+   $self->Fatal("Error while processing config file $file: $@");
+ }
+-- 
+2.14.1
+



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

2017-01-29 Thread Fabian Groffen
commit: bb1d1ee901a76536c846d7d03f81f1dd081a3a14
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:38:50 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:45:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1d1ee9

dev-perl/Net-Daemon: dropped ~x64-freebsd ~x86-freebsd ~x86-interix

Package-Manager: portage-2.3.3

 dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild 
b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
index cf4a090..e1f49c8 100644
--- a/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
+++ b/dev-perl/Net-Daemon/Net-Daemon-0.480.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,6 +11,6 @@ inherit perl-module
 DESCRIPTION="Abstract base class for portable servers"
 
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 SRC_TEST="broken"