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

commit:     eca6ac016c01b0728af5c44c31d41fbf3a59a465
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Sep 25 19:01:27 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Sep 25 19:01:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=eca6ac01

[added] HTML-Zoom-0.9.6

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

---
 dev-perl/HTML-Zoom/ChangeLog              |   10 +++++++++
 dev-perl/HTML-Zoom/HTML-Zoom-0.9.6.ebuild |   32 +++++++++++++++++++++++++++++
 dev-perl/HTML-Zoom/metadata.xml           |    9 ++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)

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

diff --git a/dev-perl/HTML-Zoom/HTML-Zoom-0.9.6.ebuild b/dev-perl/HTML-Zoom/HTML-Zoom-0.9.6.ebuild
new file mode 100644
index 0000000..d931b1f
--- /dev/null
+++ b/dev-perl/HTML-Zoom/HTML-Zoom-0.9.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="4"
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.009006
+inherit perl-module
+
+DESCRIPTION="selector based streaming template engine"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_eumm_configure() {
+	# strict
+
+	# warnings
+
+	# perl 5.008001
+	echo \>=dev-lang/perl-5.8.1
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_eumm_prereq_pm() {
+	# strictures 1
+	echo \>=dev-perl/strictures-1.0.0
+	# Test::More 0.88
+	echo \>=virtual/perl-Test-Simple-0.88
+}
+DEPEND="$(perl_eumm_configure) $(perl_eumm_prereq_pm)"
+RDEPEND="$(perl_eumm_prereq_pm)"
+SRC_TEST="do"

diff --git a/dev-perl/HTML-Zoom/metadata.xml b/dev-perl/HTML-Zoom/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/HTML-Zoom/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] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Zoom/
@ 2013-02-25  8:13 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2013-02-25  8:13 UTC (permalink / raw
  To: gentoo-commits

commit:     0f5161926e6b22a308e8614ba6cf0cebfac83a7f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Feb 25 07:20:43 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Feb 25 07:20:43 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0f516192

[newversion] HTML-Zoom-0.9.7

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 dev-perl/HTML-Zoom/ChangeLog              |    7 +++++-
 dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild |   31 +++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+), 1 deletions(-)

diff --git a/dev-perl/HTML-Zoom/ChangeLog b/dev-perl/HTML-Zoom/ChangeLog
index 1ea3b30..6426e72 100644
--- a/dev-perl/HTML-Zoom/ChangeLog
+++ b/dev-perl/HTML-Zoom/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/HTML-Zoom
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*HTML-Zoom-0.9.7 (25 Feb 2013)
+
+  25 Feb 2013; Kent Fredric <kentfredric@gmail.com> +HTML-Zoom-0.9.7.ebuild:
+  Version Bump
+
 *HTML-Zoom-0.9.6 (25 Sep 2011)
 
   25 Sep 2011; Kent Fredric <kentfredric@gmail.com> +HTML-Zoom-0.9.6.ebuild,

diff --git a/dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild b/dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild
new file mode 100644
index 0000000..5f3feb1
--- /dev/null
+++ b/dev-perl/HTML-Zoom/HTML-Zoom-0.9.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ELLIOTT
+MODULE_VERSION=0.009007
+inherit perl-module
+
+DESCRIPTION='selector based streaming template engine'
+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() {
+	# Test::More
+	echo virtual/perl-Test-Simple
+	# strictures
+	echo dev-perl/strictures
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

end of thread, other threads:[~2013-02-25  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-25 19:19 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/HTML-Zoom/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2013-02-25  8:13 Kent Fredric

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