Сравнение Template-Toolkit-3.101.0 с Template-Toolkit-3.102.0
/usr/portage/dev-perl/Template-Toolkit/Template-Toolkit-3.102.0.ebuild 2025-07-29 16:22:13.216450720 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2025 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 |
DIST_AUTHOR=ABW |
|
7 |
DIST_VERSION=3.101 |
|
6 |
DIST_AUTHOR=TODDR |
|
7 |
DIST_VERSION=3.102 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="The Template Toolkit" |
11 | 11 | |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
IUSE="xml gd mysql postgres latex vim-syntax test" |
|
13 |
KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
IUSE="gd mysql postgres latex vim-syntax test xml" |
|
15 | 15 | |
16 | 16 |
RDEPEND=" |
17 | 17 |
dev-perl/Text-Autoformat |