public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/
@ 2016-09-20 19:22 Aaron Swenson
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Swenson @ 2016-09-20 19:22 UTC (permalink / raw
  To: gentoo-commits

commit:     0565c6b2b23f25b840fcd00b73b1caad58fa031f
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 19:12:05 2016 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 19:21:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0565c6b2

dev-perl/Business-Hours: Initial Commit

Module required by www-apps/rt.

Package-Manager: portage-2.2.28

 .../Business-Hours/Business-Hours-0.120.0.ebuild    | 21 +++++++++++++++++++++
 dev-perl/Business-Hours/Manifest                    |  1 +
 dev-perl/Business-Hours/metadata.xml                | 12 ++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
new file mode 100644
index 00000000..8cb82e5
--- /dev/null
+++ b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR="RUZ"
+MODULE_VERSION="0.12"
+
+inherit perl-module
+
+DESCRIPTION="Calculate business hours in a time period"
+
+LICENSE="Artistic GPL-1"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=">=dev-perl/Set-IntSpan-1.120.0"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"

diff --git a/dev-perl/Business-Hours/Manifest b/dev-perl/Business-Hours/Manifest
new file mode 100644
index 00000000..ca13de7
--- /dev/null
+++ b/dev-perl/Business-Hours/Manifest
@@ -0,0 +1 @@
+DIST Business-Hours-0.12.tar.gz 16021 SHA256 db3f62f36cee2e3d5ed0e68ffca3f63ba1dbab5fc45d4d5710a1878a8e788595 SHA512 6d2c5fc1d5ddcc0263c24cbc0fc3536bbd19bf24976087c959e4649200c32df13d8ef66298f2e077566e4d8951b07b0461cf2740e32c425552443adef3881745 WHIRLPOOL 1481eb0bea664044acc1bc29d18e3d413b225c73b880a53c3b4754cf4ed43f8bd6026f194a8155e1ce1c0026e87fcd95148c1eee016b35025be6b8d439112f28

diff --git a/dev-perl/Business-Hours/metadata.xml b/dev-perl/Business-Hours/metadata.xml
new file mode 100644
index 00000000..86e168f
--- /dev/null
+++ b/dev-perl/Business-Hours/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">Business-Hours</remote-id>
+    <remote-id type="cpan-module">Business::Hours</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/
@ 2016-09-20 20:24 Aaron Swenson
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Swenson @ 2016-09-20 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e79d28631441eb0f1f07a0cc591f9bb5327310aa
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 20:20:42 2016 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 20:24:08 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79d2863

dev-perl/Business-Hours: Revision Bump

Package-Manager: portage-2.2.28

 .../{Business-Hours-0.120.0.ebuild => Business-Hours-0.120.0-r1.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild
similarity index 100%
rename from dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
rename to dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/
@ 2016-09-20 20:24 Aaron Swenson
  0 siblings, 0 replies; 6+ messages in thread
From: Aaron Swenson @ 2016-09-20 20:24 UTC (permalink / raw
  To: gentoo-commits

commit:     9ff0db8d0ed92211f3a445f5d410c7e6ba3d5989
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 20 20:19:54 2016 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Sep 20 20:24:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ff0db8d

dev-perl/Business-Hours: Fix QA issues and legacy interface usage

Use the latest EAPI to rely more on the defaults in the perl-module.eclass.

Package-Manager: portage-2.2.28

 dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
index 8cb82e5..e077727 100644
--- a/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
+++ b/dev-perl/Business-Hours/Business-Hours-0.120.0.ebuild
@@ -2,20 +2,17 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-MODULE_AUTHOR="RUZ"
-MODULE_VERSION="0.12"
+DIST_AUTHOR="RUZ"
+DIST_VERSION="0.12"
 
 inherit perl-module
 
 DESCRIPTION="Calculate business hours in a time period"
 
-LICENSE="Artistic GPL-1"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND=">=dev-perl/Set-IntSpan-1.120.0"
 DEPEND="${RDEPEND}"
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/
@ 2019-10-16 12:35 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2019-10-16 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     169dfc7799c55e307ea97e4e6badd424ef6b11fc
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 16 11:44:35 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 12:35:00 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=169dfc77

dev-perl/Business-Hours: Version bump to 0.13

Bug: https://bugs.gentoo.org/691022
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../Business-Hours/Business-Hours-0.130.0.ebuild   | 22 ++++++++++++++++++++++
 dev-perl/Business-Hours/Manifest                   |  1 +
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
new file mode 100644
index 00000000000..03366a3298f
--- /dev/null
+++ b/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=BPS
+DIST_VERSION=0.13
+
+inherit perl-module
+
+DESCRIPTION="Calculate business hours in a time period"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/Set-IntSpan-1.120.0
+	virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/Business-Hours/Manifest b/dev-perl/Business-Hours/Manifest
index cf196c3a5f7..5c30a81266a 100644
--- a/dev-perl/Business-Hours/Manifest
+++ b/dev-perl/Business-Hours/Manifest
@@ -1 +1,2 @@
 DIST Business-Hours-0.12.tar.gz 16021 BLAKE2B 35301570707c0b212d4dbae20f8ceac1205eceab2bae5263e9a0003b6a21a43f72514269ecb9837d11b7c50f8f87e5567122fdb1d80b03d5728fa16157251992 SHA512 6d2c5fc1d5ddcc0263c24cbc0fc3536bbd19bf24976087c959e4649200c32df13d8ef66298f2e077566e4d8951b07b0461cf2740e32c425552443adef3881745
+DIST Business-Hours-0.13.tar.gz 16391 BLAKE2B ec29b4f0c75953ba5f6c5862c5e4851f82ed827ea01c113bff89082dc264c368f45fed6e1def64b283fb1ef72c633ce28ff301fc8e522c9ff06906cd6bc3e2a2 SHA512 2fb0c5c017f4dd5eaeaf394b7534348473bf47009020d23d5fb642ae67a06d8041f6dae4d554e8e36412cecf447a300f30bcacf4f8aab3c357ea81b6a5c55d7c


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/
@ 2020-09-26  8:50 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-09-26  8:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f3ec426e520ff83a3cee32bcb2f562709796c6cd
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 26 08:37:09 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 26 08:49:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ec426e

dev-perl/Business-Hours: Cleanup old 0.120.0-r1

Closes: https://bugs.gentoo.org/691022
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Business-Hours/Business-Hours-0.120.0-r1.ebuild     | 17 -----------------
 dev-perl/Business-Hours/Manifest                        |  1 -
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild b/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild
deleted file mode 100644
index 6662c29dc0a..00000000000
--- a/dev-perl/Business-Hours/Business-Hours-0.120.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR="RUZ"
-DIST_VERSION="0.12"
-
-inherit perl-module
-
-DESCRIPTION="Calculate business hours in a time period"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND=">=dev-perl/Set-IntSpan-1.120.0"
-DEPEND="${RDEPEND}"

diff --git a/dev-perl/Business-Hours/Manifest b/dev-perl/Business-Hours/Manifest
index 5c30a81266a..65c73866e20 100644
--- a/dev-perl/Business-Hours/Manifest
+++ b/dev-perl/Business-Hours/Manifest
@@ -1,2 +1 @@
-DIST Business-Hours-0.12.tar.gz 16021 BLAKE2B 35301570707c0b212d4dbae20f8ceac1205eceab2bae5263e9a0003b6a21a43f72514269ecb9837d11b7c50f8f87e5567122fdb1d80b03d5728fa16157251992 SHA512 6d2c5fc1d5ddcc0263c24cbc0fc3536bbd19bf24976087c959e4649200c32df13d8ef66298f2e077566e4d8951b07b0461cf2740e32c425552443adef3881745
 DIST Business-Hours-0.13.tar.gz 16391 BLAKE2B ec29b4f0c75953ba5f6c5862c5e4851f82ed827ea01c113bff89082dc264c368f45fed6e1def64b283fb1ef72c633ce28ff301fc8e522c9ff06906cd6bc3e2a2 SHA512 2fb0c5c017f4dd5eaeaf394b7534348473bf47009020d23d5fb642ae67a06d8041f6dae4d554e8e36412cecf447a300f30bcacf4f8aab3c357ea81b6a5c55d7c


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/
@ 2021-10-09 15:54 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-10-09 15:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad18f315138f2017ea6d005d24db3279f654642
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  9 15:36:42 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct  9 15:53:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad18f31

dev-perl/Business-Hours: EAPI=8 bump

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

 ...siness-Hours-0.130.0.ebuild => Business-Hours-0.130.0-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild b/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
similarity index 83%
rename from dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
rename to dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
index 22b44101502..b2435878eb8 100644
--- a/dev-perl/Business-Hours/Business-Hours-0.130.0.ebuild
+++ b/dev-perl/Business-Hours/Business-Hours-0.130.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=BPS
 DIST_VERSION=0.13
@@ -17,6 +17,6 @@ RDEPEND="
 	>=dev-perl/Set-IntSpan-1.120.0
 	virtual/perl-Time-Local
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 "


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

end of thread, other threads:[~2021-10-09 15:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-26  8:50 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Business-Hours/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09 15:54 Andreas K. Hüttel
2019-10-16 12:35 Andreas K. Hüttel
2016-09-20 20:24 Aaron Swenson
2016-09-20 20:24 Aaron Swenson
2016-09-20 19:22 Aaron Swenson

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