diff options
author | 2011-09-01 14:13:35 +0000 | |
---|---|---|
committer | 2011-09-01 14:13:35 +0000 | |
commit | cd1e2ecfba771f706e1b65143aa4b2ba347ee466 (patch) | |
tree | 51a4607ca749251b0f28482e7de26b2937deb60a /dev-perl/text-template | |
parent | Fix gpg signiture on Manifest (diff) | |
download | historical-cd1e2ecfba771f706e1b65143aa4b2ba347ee466.tar.gz historical-cd1e2ecfba771f706e1b65143aa4b2ba347ee466.tar.bz2 historical-cd1e2ecfba771f706e1b65143aa4b2ba347ee466.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
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.450.0.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-perl/text-template/ChangeLog b/dev-perl/text-template/ChangeLog index f2bb450d5a0f..51c38c88bb34 100644 --- a/dev-perl/text-template/ChangeLog +++ b/dev-perl/text-template/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/text-template -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.15 2010/10/29 06:28:20 grobian Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/text-template/ChangeLog,v 1.16 2011/09/01 14:05:54 tove Exp $ + +*text-template-1.450.0 (01 Sep 2011) + + 01 Sep 2011; Torsten Veller <tove@gentoo.org> +text-template-1.450.0.ebuild: + Change version scheme 29 Oct 2010; Fabian Groffen <grobian@gentoo.org> text-template-1.45.ebuild: diff --git a/dev-perl/text-template/text-template-1.450.0.ebuild b/dev-perl/text-template/text-template-1.450.0.ebuild new file mode 100644 index 000000000000..ad1ca2d1b6fd --- /dev/null +++ b/dev-perl/text-template/text-template-1.450.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/text-template/text-template-1.450.0.ebuild,v 1.1 2011/09/01 14:05:54 tove Exp $ + +EAPI=4 + +MY_PN=Text-Template +MODULE_AUTHOR=MJD +MODULE_VERSION=1.45 +inherit perl-module + +DESCRIPTION="Expand template text with embedded Perl" + +LICENSE="|| ( Artistic GPL-2 GPL-3 )" # Artistic or GPL-2+ +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~ppc-macos" +IUSE="" + +SRC_TEST=do |