public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-PortState/
@ 2021-11-05 20:28 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-11-05 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     16225983b08a84635f138c76464d4e7978282e6c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  5 20:21:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov  5 20:27:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16225983

dev-perl/IO-Socket-PortState: EAPI=8 bump

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

 ...0.30.0.ebuild => IO-Socket-PortState-0.30.0-r1.ebuild} | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild b/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0-r1.ebuild
similarity index 62%
rename from dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild
rename to dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0-r1.ebuild
index 2ccab458f4c..61be8874550 100644
--- a/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild
+++ b/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=DMUEY
 DIST_VERSION=0.03
@@ -10,10 +10,11 @@ inherit perl-module
 DESCRIPTION="Perl extension for checking the open or closed status of a port"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="virtual/perl-IO"
-DEPEND="${RDEPEND}
+RDEPEND="
+	virtual/perl-IO
+"
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	test? ( virtual/perl-Test-Simple )"
+	test? ( virtual/perl-Test-Simple )
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-PortState/
@ 2016-04-03 21:24 Andreas Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Hüttel @ 2016-04-03 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     f24de7fd14fd30d92b9bc024e08c78d4b072d46f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr  2 03:59:49 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 21:23:43 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24de7fd

dev-perl/IO-Socket-PortState: Added at version 0.30.0

Declared as a requirement by dev-perl/Growl-GNTP
which shipped 2 releases explicitly to add the missing dependency.

( Related: https://github.com/mattn/p5-Growl-GNTP/issues/6 )

Package-Manager: portage-2.2.28

 .../IO-Socket-PortState-0.30.0.ebuild                 | 19 +++++++++++++++++++
 dev-perl/IO-Socket-PortState/Manifest                 |  1 +
 dev-perl/IO-Socket-PortState/metadata.xml             | 12 ++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild b/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild
new file mode 100644
index 0000000..481021f
--- /dev/null
+++ b/dev-perl/IO-Socket-PortState/IO-Socket-PortState-0.30.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DMUEY
+DIST_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Perl extension for checking the open or closed status of a port"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-IO"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/IO-Socket-PortState/Manifest b/dev-perl/IO-Socket-PortState/Manifest
new file mode 100644
index 0000000..cee9b79
--- /dev/null
+++ b/dev-perl/IO-Socket-PortState/Manifest
@@ -0,0 +1 @@
+DIST IO-Socket-PortState-0.03.tar.gz 3380 SHA256 9b6272699d2afd6f65aaa118e2613da28a9f3ba7a80c30bd0cfb16619db131bc SHA512 84353b041558b5401f207d350b66ef696a9f3b23bddb845da76a98b072fe64f9761eb9f10e797744b5241d5eac606769ecc24cdfefb16669f446cf21968220e4 WHIRLPOOL 65dca6d2719d8446161f2b0ad85d6a08f63658039fb98aeb9883ed7ff731080c4b841b7966c3ed5549bad20bc0a94eec8c19ef25e3ab07d3a06aab23b5bd99b9

diff --git a/dev-perl/IO-Socket-PortState/metadata.xml b/dev-perl/IO-Socket-PortState/metadata.xml
new file mode 100644
index 0000000..2d34d21
--- /dev/null
+++ b/dev-perl/IO-Socket-PortState/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">IO-Socket-PortState</remote-id>
+    <remote-id type="cpan-module">IO::Socket::PortState</remote-id>
+  </upstream>
+</pkgmetadata>


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

end of thread, other threads:[~2021-11-05 20:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-05 20:28 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Socket-PortState/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2016-04-03 21:24 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