* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/
@ 2018-02-11 10:36 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2018-02-11 10:36 UTC (permalink / raw
To: gentoo-commits
commit: a725728585773e39b0f8015b57e4f8ae7228276a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 10:31:23 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 10:34:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7257285
dev-perl/Danga-Socket: Remove useless maintainer <description/>
Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:
- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.
dev-perl/Danga-Socket/metadata.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-perl/Danga-Socket/metadata.xml b/dev-perl/Danga-Socket/metadata.xml
index 4585d663c9e..97b9a26bc0e 100644
--- a/dev-perl/Danga-Socket/metadata.xml
+++ b/dev-perl/Danga-Socket/metadata.xml
@@ -3,7 +3,6 @@
<pkgmetadata>
<maintainer type="person">
<email>robbat2@gentoo.org</email>
- <description>Primary Maintainer</description>
</maintainer>
<maintainer type="project">
<email>perl@gentoo.org</email>
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/
@ 2020-07-14 23:27 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-07-14 23:27 UTC (permalink / raw
To: gentoo-commits
commit: 620e7bb63bffc1345b7fc3b83d87fb284a861dcd
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 14 23:27:18 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jul 14 23:27:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=620e7bb6
dev-perl/Danga-Socket: Bump to version 1.620.0
- EAPI7
- Parallel tests
Upstream:
- Fix epoll misoreded EPOLL_CTL_DEL call
- set close-on-exec flag on epoll descriptors
- Add IPv6 support for local_ip_string
- Deal with EINTR in IO::Poll path
- Minor optimization by caching 'pack'
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild | 28 +++++++++++++++++++++++
dev-perl/Danga-Socket/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
new file mode 100644
index 00000000000..4a775955f35
--- /dev/null
+++ b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=NML
+DIST_VERSION=1.62
+inherit perl-module
+
+DESCRIPTION="A non-blocking socket object; uses epoll()"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-IO
+ virtual/perl-Socket
+ dev-perl/Sys-Syscall
+ virtual/perl-Time-HiRes
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/Danga-Socket/Manifest b/dev-perl/Danga-Socket/Manifest
index 55e61933210..49e18c51401 100644
--- a/dev-perl/Danga-Socket/Manifest
+++ b/dev-perl/Danga-Socket/Manifest
@@ -1 +1,2 @@
DIST Danga-Socket-1.61.tar.gz 20361 BLAKE2B 7ada08569d4927432459ee1769a7b7fbeaae9d58853b4f7689929cb067b26053c5b615e90e0b97b6db12624fc59614dc9511cfe3c9a275838780ad0dcd67a12f SHA512 f3799b56f6b70a2bbf141c2f0d8c1f6f6a1568ba6cf886a685919aa3600767a440f2d56f81c0c498c5234d807e848f31df851fd03e1e8c07145247c1c54e11b3
+DIST Danga-Socket-1.62.tar.gz 21862 BLAKE2B b26704240c9118621c22e4e26f5f3d4a8de50a632b425cd6cc91e89bdd387cc040d439dc4e9096304f193c1a4acd90c35d67f22870f91e520935069e917f0086 SHA512 3354e036ca57f5c2b2eac0106d936316bd44106340458f2e4178caa08e5562524d944b5c402952b223d7dfde81129017a5f287a7e74d902f658ee97e9e1f64b3
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/
@ 2020-07-17 8:29 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-07-17 8:29 UTC (permalink / raw
To: gentoo-commits
commit: 8d782dc3643567497f1927ae8c26d445d4c19c93
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 17 08:28:18 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 17 08:28:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d782dc3
dev-perl/Danga-Socket: Add missing Test-TCP dep re bug #733030
Closes: https://bugs.gentoo.org/733030
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
index 4a775955f35..01e4557423e 100644
--- a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
+++ b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
+ dev-perl/Test-TCP
virtual/perl-Test-Simple
)
"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/
@ 2021-05-13 16:15 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-05-13 16:15 UTC (permalink / raw
To: gentoo-commits
commit: 0f5e903517919f7e45dde69a7f4d834539991673
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 16:14:46 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 13 16:14:46 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f5e9035
dev-perl/Danga-Socket: Stabilize 1.620.0 x86, #789753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
index 01e4557423e..7b7e174984a 100644
--- a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
+++ b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A non-blocking socket object; uses epoll()"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/
@ 2021-05-13 16:18 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-05-13 16:18 UTC (permalink / raw
To: gentoo-commits
commit: 57de972c573a5ac37e513b2f955238b72363d381
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 16:16:26 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 13 16:16:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57de972c
dev-perl/Danga-Socket: Stabilize 1.620.0 amd64, #789753
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
index 7b7e174984a..f42f325f641 100644
--- a/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
+++ b/dev-perl/Danga-Socket/Danga-Socket-1.620.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="A non-blocking socket object; uses epoll()"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/
@ 2021-10-17 14:04 Andreas K. Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-17 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 7e1078fc965bceebabc730f8345a3c12f3bc0fb8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 12:33:52 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 14:03:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e1078fc
dev-perl/Danga-Socket: 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/Danga-Socket/Danga-Socket-1.610.0-r1.ebuild | 19 -------------------
dev-perl/Danga-Socket/Manifest | 1 -
2 files changed, 20 deletions(-)
diff --git a/dev-perl/Danga-Socket/Danga-Socket-1.610.0-r1.ebuild b/dev-perl/Danga-Socket/Danga-Socket-1.610.0-r1.ebuild
deleted file mode 100644
index c552ce19b66..00000000000
--- a/dev-perl/Danga-Socket/Danga-Socket-1.610.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BRADFITZ
-MODULE_VERSION=1.61
-inherit perl-module
-
-DESCRIPTION="A non-blocking socket object; uses epoll()"
-
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="dev-perl/Sys-Syscall"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/Danga-Socket/Manifest b/dev-perl/Danga-Socket/Manifest
index 49e18c51401..d36ef526e27 100644
--- a/dev-perl/Danga-Socket/Manifest
+++ b/dev-perl/Danga-Socket/Manifest
@@ -1,2 +1 @@
-DIST Danga-Socket-1.61.tar.gz 20361 BLAKE2B 7ada08569d4927432459ee1769a7b7fbeaae9d58853b4f7689929cb067b26053c5b615e90e0b97b6db12624fc59614dc9511cfe3c9a275838780ad0dcd67a12f SHA512 f3799b56f6b70a2bbf141c2f0d8c1f6f6a1568ba6cf886a685919aa3600767a440f2d56f81c0c498c5234d807e848f31df851fd03e1e8c07145247c1c54e11b3
DIST Danga-Socket-1.62.tar.gz 21862 BLAKE2B b26704240c9118621c22e4e26f5f3d4a8de50a632b425cd6cc91e89bdd387cc040d439dc4e9096304f193c1a4acd90c35d67f22870f91e520935069e917f0086 SHA512 3354e036ca57f5c2b2eac0106d936316bd44106340458f2e4178caa08e5562524d944b5c402952b223d7dfde81129017a5f287a7e74d902f658ee97e9e1f64b3
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-10-17 14:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-17 8:29 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Danga-Socket/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2021-10-17 14:04 Andreas K. Hüttel
2021-05-13 16:18 Sam James
2021-05-13 16:15 Sam James
2020-07-14 23:27 Kent Fredric
2018-02-11 10:36 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox