summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 14:12:37 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 14:12:37 +0000
commite2fb7296c5c4f9895346bc9920a6792207cbd984 (patch)
tree2ffc450800a6336934f292e25e3412c41d8ff869 /dev-perl/HTML-Template-JIT
parentChange logging to syslog, add sanity check for /var/run/tor, bug #380117 (diff)
downloadhistorical-e2fb7296c5c4f9895346bc9920a6792207cbd984.tar.gz
historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.tar.bz2
historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/HTML-Template-JIT')
-rw-r--r--dev-perl/HTML-Template-JIT/ChangeLog10
-rw-r--r--dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/HTML-Template-JIT/ChangeLog b/dev-perl/HTML-Template-JIT/ChangeLog
index bf37b0a2946b..f5c766b6b0ac 100644
--- a/dev-perl/HTML-Template-JIT/ChangeLog
+++ b/dev-perl/HTML-Template-JIT/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/HTML-Template-JIT
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Template-JIT/ChangeLog,v 1.9 2007/03/25 10:55:08 ticho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Template-JIT/ChangeLog,v 1.10 2011/08/30 13:49:14 tove Exp $
+
+*HTML-Template-JIT-0.50.0 (30 Aug 2011)
+
+ 30 Aug 2011; Torsten Veller <tove@gentoo.org>
+ +HTML-Template-JIT-0.50.0.ebuild:
+ Change version scheme
25 Mar 2007; Andrej Kacian <ticho@gentoo.org>
HTML-Template-JIT-0.05.ebuild:
diff --git a/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0.ebuild b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0.ebuild
new file mode 100644
index 000000000000..fc2d26980509
--- /dev/null
+++ b/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTML-Template-JIT/HTML-Template-JIT-0.50.0.ebuild,v 1.1 2011/08/30 13:49:14 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=SAMTREGAR
+MODULE_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="a just-in-time compiler for HTML::Template"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/HTML-Template-2.8
+ dev-perl/Inline"
+DEPEND="${RDEPEND}"