public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/
@ 2016-03-19 22:42 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-03-19 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     0a42d06ecdfac66a12fa4dae04d55f19bcee8f51
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 08:17:52 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 22:41:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a42d06e

dev-perl/Mon: Fix dependency on dev-perl/Time-Period

Package-Manager: portage-2.2.28

 dev-perl/Mon/Mon-0.110.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mon/Mon-0.110.0-r1.ebuild b/dev-perl/Mon/Mon-0.110.0-r1.ebuild
index 60defa0..fc0e3e8 100644
--- a/dev-perl/Mon/Mon-0.110.0-r1.ebuild
+++ b/dev-perl/Mon/Mon-0.110.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,7 +18,7 @@ IUSE=""
 RDEPEND=">=net-analyzer/fping-2.2_beta1
 	>=dev-perl/Convert-BER-1.31
 	>=dev-perl/Net-Telnet-3.02
-	>=dev-perl/Period-1.20"
+	>=dev-perl/Time-Period-1.20"
 DEPEND="${RDEPEND}"
 
 mydoc="COPYING COPYRIGHT VERSION"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/
@ 2017-11-25  3:18 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-11-25  3:18 UTC (permalink / raw
  To: gentoo-commits

commit:     89aad4cf6ca0f756b513e051e5d58ce75b8557b6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 02:58:59 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 02:58:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89aad4cf

dev-perl/Mon: EAPI6, enable tests

- EAPI6
- Enable tests

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-perl/Mon/Manifest              |  2 +-
 dev-perl/Mon/Mon-0.110.0-r2.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/dev-perl/Mon/Manifest b/dev-perl/Mon/Manifest
index dce5ef799ca..535ea3b0f1e 100644
--- a/dev-perl/Mon/Manifest
+++ b/dev-perl/Mon/Manifest
@@ -1 +1 @@
-DIST Mon-0.11.tar.gz 23433 SHA256 2f6e37fb770362b3934e2858fa00e3b45dcaaeec352f00e7f20defefd6c6c1c3 SHA512 c615d2eb6429a491fb5a6bea581d5916dca5611b6a40d9d36519c1599811359f07b4ff64ec69dd16f57f4c03d75e19ce38fcdf0ab2dbd6ac1daa155312addded WHIRLPOOL 70d48f67c5d3a5c1ecf2075b906e4c8f8ab2ef643039ffce110620097b45806e4f62f38c69de49778fe752e88f4543760cec7b8bc92e0f3575fee6da95084a20
+DIST Mon-0.11.tar.gz 23433 BLAKE2B 2e53de1f9abb5c64ac81bb51acd106e860df4cdba23ddf0cbead65c689f291f8dd70c536368cc9541ab19f8c3862b0a0ebfa65d936bbf2a3c6a5972fb9a65e88 SHA512 c615d2eb6429a491fb5a6bea581d5916dca5611b6a40d9d36519c1599811359f07b4ff64ec69dd16f57f4c03d75e19ce38fcdf0ab2dbd6ac1daa155312addded

diff --git a/dev-perl/Mon/Mon-0.110.0-r2.ebuild b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
new file mode 100644
index 00000000000..dcf7e202de6
--- /dev/null
+++ b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=TROCKIJ
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="A Monitor Perl Module"
+
+SLOT="0"
+LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=net-analyzer/fping-2.2_beta1
+	>=dev-perl/Convert-BER-1.31
+	>=dev-perl/Net-Telnet-3.02
+	>=dev-perl/Time-Period-1.20"
+DEPEND="${RDEPEND}"
+
+mydoc="COPYING COPYRIGHT VERSION"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/
@ 2018-07-15 15:51 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2018-07-15 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     c6fe60664eb1b9611dcb87cda6993950f3bbaad1
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 15:44:27 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 15:51:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fe6066

dev-perl/Mon: amd64 stable wrt bug #661196

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Mon/Mon-0.110.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Mon/Mon-0.110.0-r2.ebuild b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
index dcf7e202de6..6fb52efecdb 100644
--- a/dev-perl/Mon/Mon-0.110.0-r2.ebuild
+++ b/dev-perl/Mon/Mon-0.110.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
@@ -11,7 +11,7 @@ DESCRIPTION="A Monitor Perl Module"
 
 SLOT="0"
 LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=net-analyzer/fping-2.2_beta1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/
@ 2018-07-15 18:55 Thomas Deutschmann
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-07-15 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     d2abfea94839a37e6ea3806814586b03a43c7e74
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 18:52:25 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 18:52:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2abfea9

dev-perl/Mon: x86 stable (bug #661196)

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-perl/Mon/Mon-0.110.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mon/Mon-0.110.0-r2.ebuild b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
index 6fb52efecdb..4ae0cd8d8ae 100644
--- a/dev-perl/Mon/Mon-0.110.0-r2.ebuild
+++ b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A Monitor Perl Module"
 
 SLOT="0"
 LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=net-analyzer/fping-2.2_beta1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/
@ 2018-07-20 23:18 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2018-07-20 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     37b87587e9d7d7b4020069ddfcf0311bc9b35c5e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 22:58:56 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 23:17:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37b87587

dev-perl/Mon: stable 0.110.0-r2 for ppc, bug #661196

Bug: https://bugs.gentoo.org/661196
Package-Manager: Portage-2.3.43, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 dev-perl/Mon/Mon-0.110.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Mon/Mon-0.110.0-r2.ebuild b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
index 4ae0cd8d8ae..5935b72370a 100644
--- a/dev-perl/Mon/Mon-0.110.0-r2.ebuild
+++ b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="A Monitor Perl Module"
 
 SLOT="0"
 LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 RDEPEND=">=net-analyzer/fping-2.2_beta1


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/
@ 2020-04-15  9:53 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-04-15  9:53 UTC (permalink / raw
  To: gentoo-commits

commit:     dbd931ec703f5a880eb447d667104a3c75891806
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 15:25:53 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 09:51:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbd931ec

dev-perl/Mon: Remove old 0.100.0-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Mon/Mon-0.110.0-r1.ebuild | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/dev-perl/Mon/Mon-0.110.0-r1.ebuild b/dev-perl/Mon/Mon-0.110.0-r1.ebuild
deleted file mode 100644
index 81b8f6531db..00000000000
--- a/dev-perl/Mon/Mon-0.110.0-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TROCKIJ
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="A Monitor Perl Module"
-
-SLOT="0"
-LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=net-analyzer/fping-2.2_beta1
-	>=dev-perl/Convert-BER-1.31
-	>=dev-perl/Net-Telnet-3.02
-	>=dev-perl/Time-Period-1.20"
-DEPEND="${RDEPEND}"
-
-mydoc="COPYING COPYRIGHT VERSION"


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

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

commit:     60e68deb0d79ef12560b361fc2c867a2122107f5
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 16 20:23:41 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Nov 16 20:33:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e68deb

dev-perl/Mon: EAPI=8 bump

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

 dev-perl/Mon/Mon-0.110.0-r2.ebuild | 23 -----------------------
 dev-perl/Mon/Mon-0.110.0-r3.ebuild | 25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 23 deletions(-)

diff --git a/dev-perl/Mon/Mon-0.110.0-r2.ebuild b/dev-perl/Mon/Mon-0.110.0-r2.ebuild
deleted file mode 100644
index 5935b72370ae..000000000000
--- a/dev-perl/Mon/Mon-0.110.0-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=TROCKIJ
-DIST_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION="A Monitor Perl Module"
-
-SLOT="0"
-LICENSE="|| ( GPL-2 GPL-3 )" # GPL2+
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=net-analyzer/fping-2.2_beta1
-	>=dev-perl/Convert-BER-1.31
-	>=dev-perl/Net-Telnet-3.02
-	>=dev-perl/Time-Period-1.20"
-DEPEND="${RDEPEND}"
-
-mydoc="COPYING COPYRIGHT VERSION"

diff --git a/dev-perl/Mon/Mon-0.110.0-r3.ebuild b/dev-perl/Mon/Mon-0.110.0-r3.ebuild
new file mode 100644
index 000000000000..6c82c2a16c31
--- /dev/null
+++ b/dev-perl/Mon/Mon-0.110.0-r3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TROCKIJ
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="A Monitor Perl Module"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="amd64 ppc x86"
+
+RDEPEND="
+	>=net-analyzer/fping-2.2_beta1
+	>=dev-perl/Convert-BER-1.310.0
+	>=dev-perl/Net-Telnet-3.20.0
+	>=dev-perl/Time-Period-1.200.0
+"
+BDEPEND="${RDEPEND}
+"
+
+mydoc="COPYING COPYRIGHT VERSION"


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-15 18:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mon/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2021-11-16 20:33 Andreas K. Hüttel
2020-04-15  9:53 Kent Fredric
2018-07-20 23:18 Sergei Trofimovich
2018-07-15 15:51 Mikle Kolyada
2017-11-25  3:18 Kent Fredric
2016-03-19 22:42 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