public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Exception/
@ 2011-06-28  5:09 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2011-06-28  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     0c6cb486efe3e8c286d813120c071909067535f1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Jun 27 16:54:34 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Jun 27 16:54:34 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0c6cb486

[added] HTTP-Exception-0.30.10

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/HTTP-Exception/ChangeLog                  |   10 ++++++
 .../HTTP-Exception/HTTP-Exception-0.30.10.ebuild   |   35 ++++++++++++++++++++
 dev-perl/HTTP-Exception/metadata.xml               |    9 +++++
 3 files changed, 54 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTTP-Exception/ChangeLog b/dev-perl/HTTP-Exception/ChangeLog
new file mode 100644
index 0000000..562b8a4
--- /dev/null
+++ b/dev-perl/HTTP-Exception/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/HTTP-Exception
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*HTTP-Exception-0.30.10 (27 Jun 2011)
+
+  27 Jun 2011; Kent Fredric <kentfredric@gmail.com>
+  +HTTP-Exception-0.30.10.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.30.10.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.30.10.ebuild
new file mode 100644
index 0000000..6dccc8a
--- /dev/null
+++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.30.10.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=TMUELLER
+MODULE_VERSION=0.03001
+inherit perl-module
+
+DESCRIPTION="throw HTTP-Errors as (Exception::Class-) Exceptions"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { echo ''; }
+COMMON_DEPEND="
+	>=dev-perl/Exception-Class-1.29
+	|| ( >=dev-perl/HTTP-Message-5.817.0 >=dev-perl/libwww-perl-5.817.0 )
+	$(comment ^^ HTTP::Status)
+	>=virtual/perl-Scalar-List-Utils-1.220.0 $(comment scalar::util)
+	$(comment virtual/perl-base)
+	$(comment virtual/perl-strict)
+	$(comment virtual/perl-warnings)
+"
+DEPEND="
+	${COMMON_DEPEND}
+	virtual/perl-Module-Build
+	test? (
+		>=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
+		>=dev-perl/Test-Exception-0.29 $(comment 0.290.0)
+	)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/HTTP-Exception/metadata.xml b/dev-perl/HTTP-Exception/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/HTTP-Exception/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Exception/
@ 2012-02-27 16:54 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-27 16:54 UTC (permalink / raw
  To: gentoo-commits

commit:     ca5c8ad4bf4ffbae368ce11d59ddf74517bc8197
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 27 15:15:48 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 27 15:15:48 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ca5c8ad4

[newversion] HTTP-Exception-0.40.10

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/HTTP-Exception/ChangeLog                  |    8 +++-
 .../HTTP-Exception/HTTP-Exception-0.40.10.ebuild   |   43 ++++++++++++++++++++
 2 files changed, 50 insertions(+), 1 deletions(-)

diff --git a/dev-perl/HTTP-Exception/ChangeLog b/dev-perl/HTTP-Exception/ChangeLog
index 562b8a4..b19182c 100644
--- a/dev-perl/HTTP-Exception/ChangeLog
+++ b/dev-perl/HTTP-Exception/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/HTTP-Exception
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Exception-0.40.10 (27 Feb 2012)
+
+  27 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  +HTTP-Exception-0.40.10.ebuild:
+  Version Bump
+
 *HTTP-Exception-0.30.10 (27 Jun 2011)
 
   27 Jun 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.10.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.10.ebuild
new file mode 100644
index 0000000..4b544b2
--- /dev/null
+++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.10.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TMUELLER
+MODULE_VERSION=0.04001
+inherit perl-module
+
+DESCRIPTION='throw HTTP-Errors as (Exception::Class-) Exceptions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Exception::Class 1.29 ( 1.290.0 )
+	echo \>=dev-perl/Exception-Class-1.290.0
+	# HTTP::Status 5.817 ( 5.817.0 )
+	echo \>=dev-perl/HTTP-Message-5.817.0
+	# Scalar::Util 1.22 ( 1.220.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.220.0
+	# Test::Exception 0.29 ( 0.290.0 )
+	echo \>=dev-perl/Test-Exception-0.290.0
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# base
+	# echo virtual/perl-base
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Exception/
@ 2012-08-23 12:35 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-08-23 12:35 UTC (permalink / raw
  To: gentoo-commits

commit:     63f458a85a51f12c66b3fc600caf81303c852f00
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Aug 23 09:18:30 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Aug 23 09:18:30 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=63f458a8

[newversion] HTTP-Exception-0.40.40

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)

---
 dev-perl/HTTP-Exception/ChangeLog                  |    6 +++
 .../HTTP-Exception/HTTP-Exception-0.40.40.ebuild   |   45 ++++++++++++++++++++
 2 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTTP-Exception/ChangeLog b/dev-perl/HTTP-Exception/ChangeLog
index b19182c..431434c 100644
--- a/dev-perl/HTTP-Exception/ChangeLog
+++ b/dev-perl/HTTP-Exception/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTTP-Exception-0.40.40 (23 Aug 2012)
+
+  23 Aug 2012; Kent Fredric <kentfredric@gmail.com>
+  +HTTP-Exception-0.40.40.ebuild:
+  Version Bump
+
 *HTTP-Exception-0.40.10 (27 Feb 2012)
 
   27 Feb 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40.ebuild
new file mode 100644
index 0000000..fc7a34d
--- /dev/null
+++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=TMUELLER
+MODULE_VERSION=0.04004
+inherit perl-module
+
+DESCRIPTION='throw HTTP-Errors as (Exception::Class-) Exceptions'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# Exception::Class 1.29 ( 1.290.0 )
+	echo \>=dev-perl/Exception-Class-1.290.0
+	# HTTP::Status 5.817 ( 5.817.0 )
+	echo \>=dev-perl/HTTP-Message-5.817.0
+	# Scalar::Util 1.22 ( 1.220.0 )
+	echo \>=virtual/perl-Scalar-List-Utils-1.220.0
+	# Test::Exception 0.29 ( 0.290.0 )
+	echo \>=dev-perl/Test-Exception-0.290.0
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Test::NoWarnings 1.04 ( 1.40.0 )
+	echo \>=dev-perl/Test-NoWarnings-1.40.0
+	# base
+	# echo virtual/perl-base
+	# strict
+	echo dev-lang/perl
+	# warnings
+	echo dev-lang/perl
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Exception/
@ 2020-08-25 22:49 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     299e67227df52cff4c7bdeaab3525405b1fda554
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:14:28 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:27 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=299e6722

dev-perl/HTTP-Exception: Remove, gone to ::gentoo

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../HTTP-Exception-0.40.40-r1.ebuild               | 44 ----------------------
 dev-perl/HTTP-Exception/metadata.xml               | 23 -----------
 2 files changed, 67 deletions(-)

diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild
deleted file mode 100644
index 5abda6a46..000000000
--- a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=TMUELLER
-MODULE_VERSION=0.04004
-inherit perl-module
-
-DESCRIPTION='throw HTTP-Errors as (Exception::Class-) Exceptions'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# Exception::Class 1.29 ( 1.290.0 )
-	echo \>=dev-perl/Exception-Class-1.290.0
-	# HTTP::Status 5.817 ( 5.817.0 )
-	echo \>=dev-perl/HTTP-Message-5.817.0
-	# Scalar::Util 1.22 ( 1.220.0 )
-	echo \>=virtual/perl-Scalar-List-Utils-1.220.0
-	# Test::Exception 0.29 ( 0.290.0 )
-	echo \>=dev-perl/Test-Exception-0.290.0
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Test::NoWarnings 1.04 ( 1.40.0 )
-	echo \>=dev-perl/Test-NoWarnings-1.40.0
-	# base
-	# echo virtual/perl-base
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"

diff --git a/dev-perl/HTTP-Exception/metadata.xml b/dev-perl/HTTP-Exception/metadata.xml
deleted file mode 100644
index 61343498d..000000000
--- a/dev-perl/HTTP-Exception/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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>
-	<maintainer type="person">
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</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] 4+ messages in thread

end of thread, other threads:[~2020-08-25 22:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 16:54 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTTP-Exception/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 Kent Fredric
2012-08-23 12:35 Kent Fredric
2011-06-28  5:09 Kent Fredric

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