public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-UTF8Decode/
@ 2011-03-10 18:35 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-10 18:35 UTC (permalink / raw
  To: gentoo-commits

commit:     ee81324047c5660729722ac714713d7a249838ee
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 18:28:20 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 18:28:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ee813240

[new] Template-Plugin-UTF8Decode-0.1.0 ( 0.01 ) for Gitalist

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Template-Plugin-UTF8Decode/ChangeLog      |   10 ++++++++
 .../Template-Plugin-UTF8Decode-0.1.0.ebuild        |   23 ++++++++++++++++++++
 dev-perl/Template-Plugin-UTF8Decode/metadata.xml   |    9 +++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

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

diff --git a/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.1.0.ebuild b/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.1.0.ebuild
new file mode 100644
index 0000000..6f50f42
--- /dev/null
+++ b/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.1.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI="3"
+MODULE_AUTHOR=FAXIOMAN
+MODULE_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="UTF8 decoder filter for Template Toolkit"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+COMMON_DEPEND="
+	>=dev-perl/Template-Toolkit-2.14
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Template-Plugin-UTF8Decode/metadata.xml b/dev-perl/Template-Plugin-UTF8Decode/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Template-Plugin-UTF8Decode/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] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-UTF8Decode/
@ 2011-03-10 18:54 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2011-03-10 18:54 UTC (permalink / raw
  To: gentoo-commits

commit:     22c0fda8c72c89b7314d399f10755348a849388f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 10 18:53:28 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 10 18:53:28 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=22c0fda8

[fix] Stupid me and versions with Template-Plugin-UTF8Decode

(Portage version: 2.2.0_alpha26/git/Linux x86_64, signed Manifest commit with key 0A0CB301)

---
 dev-perl/Template-Plugin-UTF8Decode/ChangeLog      |    7 +++++++
 ...ld => Template-Plugin-UTF8Decode-0.10.0.ebuild} |    0
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Template-Plugin-UTF8Decode/ChangeLog b/dev-perl/Template-Plugin-UTF8Decode/ChangeLog
index e49159d..b97b2eb 100644
--- a/dev-perl/Template-Plugin-UTF8Decode/ChangeLog
+++ b/dev-perl/Template-Plugin-UTF8Decode/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Template-Plugin-UTF8Decode-0.10.0 (10 Mar 2011)
+
+  10 Mar 2011; Kent Fredric <kentfredric@gmail.com>
+  -Template-Plugin-UTF8Decode-0.1.0.ebuild,
+  +Template-Plugin-UTF8Decode-0.10.0.ebuild:
+  Set the version right, 0.10.0 not 0.1.0 
+
 *Template-Plugin-UTF8Decode-0.1.0 (10 Mar 2011)
 
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.1.0.ebuild b/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.10.0.ebuild
similarity index 100%
rename from dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.1.0.ebuild
rename to dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.10.0.ebuild



^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-UTF8Decode/
@ 2013-02-09 19:31 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2013-02-09 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     3d4e0cbbf9fd246aef2be69ccccc9cd132fef049
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb  9 19:21:00 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Feb  9 19:21:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3d4e0cbb

[fixdep] Template-Plugin-UTF8Decode -> Template-Toolkit ( normalize )

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

---
 dev-perl/Template-Plugin-UTF8Decode/ChangeLog      |    6 +++++-
 .../Template-Plugin-UTF8Decode-0.10.0.ebuild       |    4 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Template-Plugin-UTF8Decode/ChangeLog b/dev-perl/Template-Plugin-UTF8Decode/ChangeLog
index b97b2eb..a3fb502 100644
--- a/dev-perl/Template-Plugin-UTF8Decode/ChangeLog
+++ b/dev-perl/Template-Plugin-UTF8Decode/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for dev-perl/Template-Plugin-UTF8Decode
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  09 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  Template-Plugin-UTF8Decode-0.10.0.ebuild:
+  Fix dependency on Template-Toolkit ( normalize )
+
 *Template-Plugin-UTF8Decode-0.10.0 (10 Mar 2011)
 
   10 Mar 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.10.0.ebuild b/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.10.0.ebuild
index 6f50f42..4ac79f4 100644
--- a/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.10.0.ebuild
+++ b/dev-perl/Template-Plugin-UTF8Decode/Template-Plugin-UTF8Decode-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI="3"
@@ -12,7 +12,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 COMMON_DEPEND="
-	>=dev-perl/Template-Toolkit-2.14
+	>=dev-perl/Template-Toolkit-2.140.0
 "
 DEPEND="
 	${COMMON_DEPEND}


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

end of thread, other threads:[~2013-02-09 19:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 18:35 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Template-Plugin-UTF8Decode/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2011-03-10 18:54 Kent Fredric
2013-02-09 19:31 Kent Fredric

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