diff options
author | Torsten Veller <tove@gentoo.org> | 2008-09-08 07:15:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-09-08 07:15:37 +0000 |
commit | c4e9bc1e4416cfeac2b1b88af0be0e22a8823304 (patch) | |
tree | ef00c8b63b6ef4f8ddb529ee8bb3edfb61c7eabb /dev-perl/text-template | |
parent | Version bump (diff) | |
download | gentoo-2-c4e9bc1e4416cfeac2b1b88af0be0e22a8823304.tar.gz gentoo-2-c4e9bc1e4416cfeac2b1b88af0be0e22a8823304.tar.bz2 gentoo-2-c4e9bc1e4416cfeac2b1b88af0be0e22a8823304.zip |
Version bump
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
Diffstat (limited to 'dev-perl/text-template')
-rw-r--r-- | dev-perl/text-template/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/text-template/text-template-1.45.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog index 2791cdfe657f..b33a119a04d8 100644 --- a/dev-perl/text-template/ChangeLog +++ b/dev-perl/text-template/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/text-template -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.13 2007/01/19 17:01:07 mcummings Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.14 2008/09/08 07:15:37 tove Exp $ + +*text-template-1.45 (08 Sep 2008) + + 08 Sep 2008; Torsten Veller <tove@gentoo.org> +text-template-1.45.ebuild: + Version bump 19 Jan 2007; Michael Cummings <mcummings@gentoo.org> text-template-1.44.ebuild: diff --git a/dev-perl/text-template/text-template-1.45.ebuild b/dev-perl/text-template/text-template-1.45.ebuild new file mode 100644 index 000000000000..1bba50111f5a --- /dev/null +++ b/dev-perl/text-template/text-template-1.45.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/text-template-1.45.ebuild,v 1.1 2008/09/08 07:15:37 tove Exp $ + +MODULE_AUTHOR=MJD +inherit perl-module + +MY_P=Text-Template-${PV} +S=${WORKDIR}/${MY_P} + +DESCRIPTION="Expand template text with embedded Perl" +SRC_URI="mirror://cpan/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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND="dev-lang/perl" + +SRC_TEST=do |