Сравнение Text_Template-1.2.1 с Text_Template-2.0.4
/usr/portage/dev-php/Text_Template/Text_Template-2.0.4.ebuild 2023-10-09 14:52:29.964368362 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2020 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 |
EAPI=6 |
|
4 |
EAPI=8 |
|
5 | 5 | |
6 | 6 |
MY_PN="php-text-template" |
7 | 7 | |
... | ... | |
17 | 17 |
S="${WORKDIR}/${MY_PN}-${PV}" |
18 | 18 | |
19 | 19 |
RDEPEND="dev-php/fedora-autoloader |
20 |
>=dev-lang/php-5.6:*" |
|
20 |
>=dev-lang/php-7.3:*" |
|
21 | 21 | |
22 | 22 |
src_install() { |
23 | 23 |
insinto /usr/share/php/Text/Template |
24 | 24 |
doins -r src/* |
25 |
doins "${FILESDIR}/autoload.php" |
|
25 |
newins "${FILESDIR}/autoload-2.0.4.php" autoload.php |
|
26 | 26 |
} |
27 | 27 | |
28 | 28 |
pkg_postinst() { |