public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Exception/
@ 2020-08-21 14:23 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-21 14:23 UTC (permalink / raw
  To: gentoo-commits

commit:     cf34c810e05f681ebb1f5468c7daa1a631ac8296
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 11:42:22 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 14:21:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf34c810

dev-perl/HTTP-Exception: Add w/ version=0.40.70

Required by:
- dev-perl/CGI-Application-Dispatch
 - via dev-perl/CGI-Application-Server
  - required by dev-perl/Feed-Find (-r patch)

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

 .../HTTP-Exception/HTTP-Exception-0.40.70.ebuild   | 34 ++++++++++++++++++++++
 dev-perl/HTTP-Exception/Manifest                   |  1 +
 dev-perl/HTTP-Exception/metadata.xml               | 19 ++++++++++++
 3 files changed, 54 insertions(+)

diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
new file mode 100644
index 00000000000..cc624abe120
--- /dev/null
+++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=TMUELLER
+DIST_VERSION=0.04007
+inherit perl-module
+
+DESCRIPTION="throw HTTP-Errors as (Exception::Class-) Exceptions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	>=dev-perl/Exception-Class-1.290.0
+	>=dev-perl/HTTP-Message-5.817.0
+	>=virtual/perl-Scalar-List-Utils-1.220.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		>=dev-perl/Test-Exception-0.290.0
+		>=dev-perl/Test-NoWarnings-1.40.0
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"
+PERL_RM_FILES=(
+	t/eol.t
+	t/manifest.t
+	t/pod.t
+	t/eol_special.t
+	t/boilerplate.t
+)

diff --git a/dev-perl/HTTP-Exception/Manifest b/dev-perl/HTTP-Exception/Manifest
new file mode 100644
index 00000000000..0d4a05430d5
--- /dev/null
+++ b/dev-perl/HTTP-Exception/Manifest
@@ -0,0 +1 @@
+DIST HTTP-Exception-0.04007.tar.gz 26198 BLAKE2B 0245b479596195526b69b93d18ee8ca48e51c520bb0bbe64962b53acada56a932af75d7f9f84f0a4ece985e15665beca70bae1d507ebef85e7a962f443ef614b SHA512 eec109a4e71eb73ff67f1b60364e096cf0493bec6b4a305dc2043e45e28a1cdc4c27c6739f9ec08dfe689c5f5310304b0884bc902d7fe9d886254fa4b5e72452

diff --git a/dev-perl/HTTP-Exception/metadata.xml b/dev-perl/HTTP-Exception/metadata.xml
new file mode 100644
index 00000000000..49e993e3b3e
--- /dev/null
+++ b/dev-perl/HTTP-Exception/metadata.xml
@@ -0,0 +1,19 @@
+<?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">HTTP-Exception</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::1XX</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::2XX</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::3XX</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::4XX</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::5XX</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::Base</remote-id>
+    <remote-id type="cpan-module">HTTP::Exception::Loader</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Exception/
@ 2021-05-29 14:12 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-29 14:12 UTC (permalink / raw
  To: gentoo-commits

commit:     96051e79aa92a8928b713c703283df70f7f1ce43
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 29 13:58:20 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 29 14:12:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96051e79

dev-perl/HTTP-Exception: Stable for amd64

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

 dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
index cc624abe120..ce859668f12 100644
--- a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
+++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.70.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="throw HTTP-Errors as (Exception::Class-) Exceptions"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Exception/
@ 2023-03-22  5:22 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-03-22  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     63994576519be1ba26b05797df94a4117e5d256c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 22 04:54:46 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 22 04:54:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63994576

dev-perl/HTTP-Exception: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/HTTP-Exception/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/HTTP-Exception/metadata.xml b/dev-perl/HTTP-Exception/metadata.xml
index e5f9b21a6317..f4f74e8144a2 100644
--- a/dev-perl/HTTP-Exception/metadata.xml
+++ b/dev-perl/HTTP-Exception/metadata.xml
@@ -15,5 +15,6 @@
     <remote-id type="cpan-module">HTTP::Exception::5XX</remote-id>
     <remote-id type="cpan-module">HTTP::Exception::Base</remote-id>
     <remote-id type="cpan-module">HTTP::Exception::Loader</remote-id>
+    <remote-id type="github">tmueller/http_exception</remote-id>
   </upstream>
 </pkgmetadata>


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

end of thread, other threads:[~2023-03-22  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-22  5:22 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Exception/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-05-29 14:12 Andreas K. Hüttel
2020-08-21 14:23 Kent Fredric

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