summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2003-12-30 18:45:00 +0000
committerMichael Cummings <mcummings@gentoo.org>2003-12-30 18:45:00 +0000
commit2b890dda9fa1ab817d8e4b35cb817bbd9c4fece2 (patch)
tree0fd456c8ea7a9bbec79f60e893df38a20086a44c /dev-perl/text-template
parentNew version (diff)
downloadgentoo-2-2b890dda9fa1ab817d8e4b35cb817bbd9c4fece2.tar.gz
gentoo-2-2b890dda9fa1ab817d8e4b35cb817bbd9c4fece2.tar.bz2
gentoo-2-2b890dda9fa1ab817d8e4b35cb817bbd9c4fece2.zip
tested
Diffstat (limited to 'dev-perl/text-template')
-rw-r--r--dev-perl/text-template/ChangeLog6
-rw-r--r--dev-perl/text-template/Manifest4
-rw-r--r--dev-perl/text-template/text-template-1.44.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog
index f70fdbf52003..fec6ed161744 100644
--- a/dev-perl/text-template/ChangeLog
+++ b/dev-perl/text-template/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/text-template
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.1 2003/07/29 13:53:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.2 2003/12/30 18:44:53 mcummings Exp $
+
+ 30 Dec 2003; Michael Cummings,,, <mcummings@gentoo.org>
+ text-template-1.44.ebuild:
+ Tested on sparc and x86, pod tests were good
*text-template-1.44 (29 Jul 2003)
diff --git a/dev-perl/text-template/Manifest b/dev-perl/text-template/Manifest
index 209ddac97756..4011a4724e46 100644
--- a/dev-perl/text-template/Manifest
+++ b/dev-perl/text-template/Manifest
@@ -1,4 +1,4 @@
-MD5 fc0301094f09c43ebb5196c0a68a0bf4 text-template-1.44.ebuild 586
-MD5 d8d405e08ce1acf9799795f288fa00c9 ChangeLog 434
+MD5 590f9e6846cc42eb87c2433f7f5d5d20 text-template-1.44.ebuild 584
+MD5 6b2f2d9a677888bb6f2e8cda7f1b53d0 ChangeLog 569
MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305
MD5 453d35025efea38d67e82554abb97f2f files/digest-text-template-1.44 69
diff --git a/dev-perl/text-template/text-template-1.44.ebuild b/dev-perl/text-template/text-template-1.44.ebuild
index c36f4b1686a4..33a0d8c6ff43 100644
--- a/dev-perl/text-template/text-template-1.44.ebuild
+++ b/dev-perl/text-template/text-template-1.44.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.44.ebuild,v 1.1 2003/07/29 13:53:23 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.44.ebuild,v 1.2 2003/12/30 18:44:53 mcummings Exp $
inherit perl-module
@@ -12,6 +12,6 @@ SRC_URI="http://www.cpan.org/authors/id/M/MJ/MJD/${MY_P}.tar.gz"
HOMEPAGE="http://www.cpan.org/authors/id/M/MJ/MJD/"
SLOT="0"
LICENSE="Artistic | GPL-2"
-KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa"
+KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha ~hppa"
DEPEND="${DEPEND}"