diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 10:31:56 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 10:31:56 +0000 |
commit | 0d5e1c078a6e7f18fc66d037b9e240d9cc7e0304 (patch) | |
tree | 6a5dfd6dae9147cb23a52b38e546b0eaa2b915fd /dev-perl/Template-Toolkit | |
parent | Cleanup (diff) | |
download | gentoo-2-0d5e1c078a6e7f18fc66d037b9e240d9cc7e0304.tar.gz gentoo-2-0d5e1c078a6e7f18fc66d037b9e240d9cc7e0304.tar.bz2 gentoo-2-0d5e1c078a6e7f18fc66d037b9e240d9cc7e0304.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Template-Toolkit')
-rw-r--r-- | dev-perl/Template-Toolkit/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild | 51 |
2 files changed, 6 insertions, 53 deletions
diff --git a/dev-perl/Template-Toolkit/ChangeLog b/dev-perl/Template-Toolkit/ChangeLog index cbf8d53373c3..880bb9bbcb41 100644 --- a/dev-perl/Template-Toolkit/ChangeLog +++ b/dev-perl/Template-Toolkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Template-Toolkit -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/ChangeLog,v 1.51 2008/12/13 12:53:06 aballier Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/ChangeLog,v 1.52 2009/05/02 10:31:56 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> + -Template-Toolkit-2.15.ebuild: + Cleanup 13 Dec 2008; Alexis Ballier <aballier@gentoo.org> Template-Toolkit-2.20.ebuild: diff --git a/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild b/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild deleted file mode 100644 index 4e575395b2f3..000000000000 --- a/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Template-Toolkit/Template-Toolkit-2.15.ebuild,v 1.9 2007/07/10 23:33:30 mr_bones_ Exp $ - -inherit perl-module - -DESCRIPTION="The Template Toolkit" -SRC_URI="mirror://cpan/authors/id/A/AB/ABW/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~abw/${P}/" -IUSE="xml gd mysql postgres" -SLOT="0" -LICENSE="Artistic GPL-2" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" - -DEPEND="dev-perl/text-autoformat - xml? ( dev-perl/XML-DOM - dev-perl/XML-RSS - dev-perl/XML-XPath ) - gd? ( dev-perl/GD - dev-perl/GDTextUtil - dev-perl/GDGraph - dev-perl/GD-Graph3d ) - mysql? ( dev-perl/DBI - dev-perl/DBD-mysql ) - postgres? ( dev-perl/DBI - dev-perl/DBD-Pg ) - >=dev-perl/AppConfig-1.55 - dev-lang/perl" - -#The installer tries to install to /usr/local/tt2..., -#and asks for user input, so we change myconf to ensure that -# 1) make install doesn't violate the sandbox rule -# 2) perl Makefile.pl just uses reasonable defaults, and doesn't ask for input -myconf="${myconf} TT_PREFIX=${D}/usr/share/template-toolkit2" -myconf="${myconf} TT_IMAGES=/usr/share/template-toolkit2/images" -myconf="${myconf} TT_ACCEPT='y'" - -mydoc="README" - -# You have version $Template::VERSION of the Template Toolkit installed. -# -# There are some minor incompatabilities between version 1 and 2 -# of the Template Toolkit which you should be aware of. Installing -# this version will overwrite your version $Template::VERSION files -# unless you take measures to install one or the other version in a -# different location (i.e. perl Makefile.PL PREFIX=/other/path). -# -# Please consult the README and Changes file for further details. -# Most of the changes are in the more obscure features and -# directives so hopefully you will find the upgrade process fairly -# painless. If you're feeling brave, then answer 'y', otherwise 'n'. |