mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-perl/Template-Toolkit: add 3.102.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Template-Toolkit-3.101.tar.gz 515947 BLAKE2B 67890339ce6f87ade96d19fa9c1e610495d8ba95605d355ea9bdba12d720b91eb3befa5a4482fbfdf2a53cf8106d1df1ecef5d93a818d9ff7209fd363905b4c0 SHA512 7e74b1317a7fc113161999c9eeb63bdbee9ed8ff843bd4388039a683976eb71cd4ee2af7fecab639f3be7ef17386a45a6065a4eac6b599b5a0cc2f235d34962f
|
||||
DIST Template-Toolkit-3.102.tar.gz 522811 BLAKE2B 4accc1f960baf3da0d42f0b6160ed36677f7cd5bb2eaed2376c74fb274d1b48f03db1ac9514822e2c3899799b71e0afa8489095117bd761e1857516a7b1d7b1c SHA512 5fe2e265c54f0d1c21c9e0e7e1b124ebb94d7c584bfdada4dfc89c17f1a80b6c23fad68246aa69d8548a8adc6cdea5ef27024627016ebff17817a7d4cf6d060c
|
||||
|
||||
50
dev-perl/Template-Toolkit/Template-Toolkit-3.102.0.ebuild
Normal file
50
dev-perl/Template-Toolkit/Template-Toolkit-3.102.0.ebuild
Normal file
@@ -0,0 +1,50 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=TODDR
|
||||
DIST_VERSION=3.102
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="The Template Toolkit"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
|
||||
IUSE="gd mysql postgres latex vim-syntax test xml"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/Text-Autoformat
|
||||
mysql? ( dev-perl/DBD-mysql )
|
||||
postgres? ( dev-perl/DBD-Pg )
|
||||
>=dev-perl/AppConfig-1.560.0
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
virtual/perl-ExtUtils-MakeMaker
|
||||
"
|
||||
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
|
||||
)
|
||||
|
||||
PERL_RM_FILES=(
|
||||
t/zz-plugin-leak.t
|
||||
t/zz-pmv.t
|
||||
t/zz-pod-coverage.t
|
||||
t/zz-pod-kwalitee.t
|
||||
t/zz-stash-xs-leak.t
|
||||
t/zz-url2.t
|
||||
)
|
||||
Reference in New Issue
Block a user