mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Template-Toolkit: Cleanup old re bug #615704
Closes: https://bugs.gentoo.org/615704 Package-Manager: Portage-2.3.29, Repoman-2.3.9
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST Template-Toolkit-2.26.tar.gz 503055 BLAKE2B 1d95cb4ab427621e1648df657ea516183650d05dfcd249f23b38aa8964598090b7ff564017694d070622606d883745a44ed7ce7141c99e11ac785e937a7afbb6 SHA512 97e49392542e240840b44f0d78ea601afb26a6675f76faa9765c158820d596308a7f35057bf347d51a86a5f9134dfd4a02ce7a80b47a98b9bdbca68fff9146d6
|
||||
DIST Template-Toolkit-2.27.tar.gz 511172 BLAKE2B 62ffce1fe5679799afff6b3865882c91e70efeb2ec14474f3b49bdf35bd64f7ce4439d5c58ddd73bad26589816d2f24f4691a02c69405fb6b6b604d28edee4e2 SHA512 17f03a01a3d6ab0ef2247c77da15c46d9bbce3e0158172162da6abe47f53c5e7ca041a7c31506bb3a37f31c476ba747f5111c5b1b1d69614a4ce3352927fd4e6
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
MODULE_AUTHOR=ABW
|
||||
MODULE_VERSION=2.26
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="The Template Toolkit"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris"
|
||||
IUSE="xml gd mysql postgres latex vim-syntax"
|
||||
|
||||
RDEPEND="dev-perl/Text-Autoformat
|
||||
mysql? ( dev-perl/DBD-mysql )
|
||||
postgres? ( dev-perl/DBD-Pg )
|
||||
>=dev-perl/AppConfig-1.56"
|
||||
DEPEND="${RDEPEND}"
|
||||
PDEPEND="dev-perl/Text-Autoformat
|
||||
vim-syntax? ( app-vim/tt2-syntax )
|
||||
xml? ( dev-perl/Template-XML )
|
||||
gd? ( dev-perl/Template-GD )
|
||||
mysql? ( dev-perl/Template-DBI )
|
||||
latex? ( dev-perl/Template-Plugin-Latex )
|
||||
postgres? ( dev-perl/Template-DBI )"
|
||||
|
||||
myconf=(
|
||||
TT_XS_ENABLE=y
|
||||
TT_XS_DEFAULT=y
|
||||
TT_QUIET=y
|
||||
TT_ACCEPT=y
|
||||
)
|
||||
|
||||
SRC_TEST=do
|
||||
@@ -1,42 +0,0 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DIST_AUTHOR=ABW
|
||||
DIST_VERSION=2.27
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="The Template Toolkit"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris"
|
||||
IUSE="xml gd mysql postgres latex vim-syntax test"
|
||||
|
||||
RDEPEND="dev-perl/Text-Autoformat
|
||||
mysql? ( dev-perl/DBD-mysql )
|
||||
postgres? ( dev-perl/DBD-Pg )
|
||||
>=dev-perl/AppConfig-1.56"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-perl/CGI )
|
||||
"
|
||||
PDEPEND="dev-perl/Text-Autoformat
|
||||
vim-syntax? ( app-vim/tt2-syntax )
|
||||
xml? ( dev-perl/Template-XML )
|
||||
gd? ( dev-perl/Template-GD )
|
||||
mysql? ( dev-perl/Template-DBI )
|
||||
latex? ( dev-perl/Template-Plugin-Latex )
|
||||
postgres? ( dev-perl/Template-DBI )"
|
||||
|
||||
myconf=(
|
||||
TT_XS_ENABLE=y
|
||||
TT_XS_DEFAULT=y
|
||||
TT_QUIET=y
|
||||
TT_ACCEPT=y
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
# Blame Makefile.PL
|
||||
use test && perl_rm_files t/zz-*.t
|
||||
perl-module_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user