public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-REST/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d5ae5d9324669ed30d30890a538ec4c54471d4b6
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Wed Jul  8 15:43:12 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 00:04:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=d5ae5d93

[rebase-filter: dwc/WWW-REST] Add remaning ebuilds from my perl-other overlay

 dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
new file mode 100644
index 0000000..f77f129
--- /dev/null
+++ b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Distributed under the terms of the GNU General Public License v2
+# $Header$
+
+inherit perl-module
+
+DESCRIPTION="Base class for REST resources"
+HOMEPAGE="http://search.cpan.org/dist/${PN}/"
+SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
+RESTRICT="nomirror"
+
+IUSE=""
+RDEPEND="dev-lang/perl
+	dev-perl/URI
+	dev-perl/libwww-perl"
+DEPEND="${RDEPEND}"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-REST/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     db2f8c0bb77aced93ad8003e7bcf59c86fba740a
Author:     Daniel Westermann-Clark <dwc <AT> pobox <DOT> com>
AuthorDate: Thu Jul  9 19:36:24 2009 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 00:04:18 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=db2f8c0b

[rebase-filter: dwc/WWW-REST] Convert to EAPI=2 and add metadata.xml
(Portage version: 2.1.6.13/git/Linux x86_64)
 (Signed Manifest commit)

 dev-perl/WWW-REST/ChangeLog               |  8 ++++++++
 dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild | 23 ++++++++++++-----------
 dev-perl/WWW-REST/metadata.xml            |  9 +++++++++
 3 files changed, 29 insertions(+), 11 deletions(-)

diff --git a/dev-perl/WWW-REST/ChangeLog b/dev-perl/WWW-REST/ChangeLog
new file mode 100644
index 0000000..ff9ca89
--- /dev/null
+++ b/dev-perl/WWW-REST/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-perl/WWW-REST
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
+  WWW-REST-0.01-r1.ebuild, +metadata.xml:
+  Convert to EAPI=2 and add metadata.xml
+

diff --git a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
index f77f129..14d01cc 100644
--- a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
+++ b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
@@ -1,20 +1,21 @@
-# Copyright Daniel Westermann-Clark <daniel at acceleration dot net>
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header$
+# $Header: $
 
+EAPI=2
+
+MODULE_AUTHOR=AUTRIJUS
 inherit perl-module
 
 DESCRIPTION="Base class for REST resources"
-HOMEPAGE="http://search.cpan.org/dist/${PN}/"
-SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${P}.tar.gz"
-LICENSE="|| ( Artistic GPL-2 )"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc x86"
-RESTRICT="nomirror"
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~amd64 ~x86"
+SRC_TEST="do"
 
-IUSE=""
-RDEPEND="dev-lang/perl
-	dev-perl/URI
+IUSE="test"
+RDEPEND="dev-perl/URI
 	dev-perl/libwww-perl"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/WWW-REST/metadata.xml b/dev-perl/WWW-REST/metadata.xml
new file mode 100644
index 0000000..743b271
--- /dev/null
+++ b/dev-perl/WWW-REST/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>dwc@pobox.com</email>
+        <name>Daniel Westermann-Clark</name>
+    </maintainer>
+</pkgmetadata>


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-REST/
@ 2015-07-04  5:20 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2015-07-04  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     34c576a54c65ff50f1b41a0e690694f0e7a5f9bb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jul  4 02:36:54 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jul  4 02:36:54 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=34c576a5

dev-perl/WWW-REST: EAPI5, Normalise version

Package-Manager: portage-2.2.17

 dev-perl/WWW-REST/ChangeLog               |  8 --------
 dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild | 21 ---------------------
 dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild  | 28 ++++++++++++++++++++++++++++
 3 files changed, 28 insertions(+), 29 deletions(-)

diff --git a/dev-perl/WWW-REST/ChangeLog b/dev-perl/WWW-REST/ChangeLog
deleted file mode 100644
index ff9ca89..0000000
--- a/dev-perl/WWW-REST/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-perl/WWW-REST
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  09 Jul 2009; Daniel Westermann-Clark <dwc@pobox.com>
-  WWW-REST-0.01-r1.ebuild, +metadata.xml:
-  Convert to EAPI=2 and add metadata.xml
-

diff --git a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild b/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
deleted file mode 100644
index 14d01cc..0000000
--- a/dev-perl/WWW-REST/WWW-REST-0.01-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=AUTRIJUS
-inherit perl-module
-
-DESCRIPTION="Base class for REST resources"
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-SRC_TEST="do"
-
-IUSE="test"
-RDEPEND="dev-perl/URI
-	dev-perl/libwww-perl"
-DEPEND="${RDEPEND}
-	test? ( virtual/perl-Test-Simple )"

diff --git a/dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild b/dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild
new file mode 100644
index 0000000..5990a6d
--- /dev/null
+++ b/dev-perl/WWW-REST/WWW-REST-0.11.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=AUDREYT
+MODULE_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION="Base class for REST resources"
+LICENSE="CC0-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# Class::Struct -> perl
+# HTTP::Request::Common -> HTTP-Message
+# LWP::UserAgent -> libwww-perl
+IUSE="test"
+RDEPEND="
+	dev-perl/HTTP-Message
+	dev-perl/libwww-perl
+	dev-perl/URI
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	test? ( virtual/perl-Test-Simple )
+"


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

end of thread, other threads:[~2015-07-04  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-04  5:20 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/WWW-REST/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-07-04  5:20 Kent Fredric
2015-07-04  5:20 Kent Fredric

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