From 007b0aae027279095b8605c214b535e59df8f6eb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 3 May 2023 05:24:29 +0100 Subject: gentoo auto-resync : 03:05:2023 - 05:24:28 --- dev-php/smarty/Manifest | 4 +--- dev-php/smarty/smarty-4.2.1.ebuild | 40 -------------------------------------- dev-php/smarty/smarty-4.3.1.ebuild | 2 +- 3 files changed, 2 insertions(+), 44 deletions(-) delete mode 100644 dev-php/smarty/smarty-4.2.1.ebuild (limited to 'dev-php/smarty') diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest index 1f14a455592d..fb7635051d80 100644 --- a/dev-php/smarty/Manifest +++ b/dev-php/smarty/Manifest @@ -1,5 +1,3 @@ -DIST smarty-4.2.1.tar.gz 236881 BLAKE2B 4014178cfc4411a9ded3120d0e3e977af0190bc03f6ed21bbd2c484ca8fb4e5aa79fe9c606ee13be87db94c17a00d7d0399cb04fe09c4b439b95bc7b9331d675 SHA512 0d55ab1d329aaa0853a1c40b5b0207d3ddc8b0c25d863a217b3c4ac8bb0a796bb60eda2919b5dda569565b03b8dd44dff67b55d8fafc005164f2848bb481d131 DIST smarty-4.3.1.tar.gz 361248 BLAKE2B b09ab14742b9ebdfd1e31ec9d2ac79016ce8869403da67ea241b735875ef25f40c2936a41bda5647ca697b708b91b02a29f5d17ebbc7d6049bf468851f0bc70f SHA512 03a42007fd1c03ba502b7a2255071638e978a54e5d75d4542a033e9f490c7c41587b5593316269107fe904a7b96a1a3337bf9525e038a5bb4051cc9aef13940f -EBUILD smarty-4.2.1.ebuild 1298 BLAKE2B e7baa39168bfc8f7f5b9ad465088715372e26075c46503000bd1c6d8d5ff9c6f7153f3da1ea338c444a73c17fca2e4d7b2d539837dc2639a472b0620dea20663 SHA512 a92a651a124653fa81f7c61bdad55ede0d79b65986c1aa00406fe6594a3d32c3d9132b9e58dcceb38c3f653a9b274cf18f78c7517f4575d5050592a442cfc0d2 -EBUILD smarty-4.3.1.ebuild 1413 BLAKE2B 3b748a3e4601ebb61c8579c7ab5e6876d4c6842bb18bccddaf4afafba864c4da8a5e934f258820663cbf434618d4f31c2b6edc4ed78af7686c0efd8c1f3a0683 SHA512 f9c9c6cd0a94358345ecbfb3e1439c5014a0eb31195575ef786eb4c534b11f4783481f2d5b1b92f29d18fa35317d7329bd7f9da7388e7e8ac53a72a7b2ea4fc0 +EBUILD smarty-4.3.1.ebuild 1408 BLAKE2B 3a91bf4c45b0a5bbd0f9d3bfe749bfab1a72d61bd8ad937b1fe38ce7d246ba99b1458b760693a926a44760a05c991e94c1bba5e8ba4eefe2b71afde417a1e325 SHA512 27891260133d74227372b0f0b3fca800bf8f11fa10ec99d5169aff4323c651921236ac284828da7a7e877345edff08b1413b1c4fe3ea9a10ad0c42dbe847c9b4 MISC metadata.xml 742 BLAKE2B 2e882a2cd16715923bd3b93e032b2680fe07853bc0a1a03a62690f57a0254373611e5dd323dec285ac3d051dfdfd167f114c68ad4ca2caa916a76262d71e4725 SHA512 3589fb45084564c669e97fdebab3964ced2500dea7a53dd452961e71a3a2d5070cb71467dc3489a4a2474858ebf8f4d05d8b01728382e08215752b535b6a3681 diff --git a/dev-php/smarty/smarty-4.2.1.ebuild b/dev-php/smarty/smarty-4.2.1.ebuild deleted file mode 100644 index 882ec1a65927..000000000000 --- a/dev-php/smarty/smarty-4.2.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="A template engine for PHP" -HOMEPAGE="https://www.smarty.net/ https://github.com/smarty-php/smarty/" -SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" - -# PHP unicode support is detected at runtime, and the cached templates -# that smarty generates depend on it. If, later on, PHP is reinstalled -# without unicode support, all of the previously-generated cached -# templates will begin to throw 500 errrors for missing mb_foo -# functions. See bug #532618. -RDEPEND="dev-lang/php:*[unicode]" - -src_install() { - insinto "/usr/share/php/${PN}" - doins -r libs/* - - # The smarty docs and examples aren't part of the tarball, - # https://github.com/smarty-php/smarty/issues/799 - local DOCS=( CHANGELOG.md README.md SECURITY.md ) - einstalldocs -} - -pkg_postinst() { - elog "${PN} has been installed in /usr/share/php/${PN}/." - elog - elog 'To use it in your scripts, include the Smarty.class.php file' - elog "from the \"${PN}\" directory; for example," - elog - elog " require('${PN}/Smarty.class.php');" - elog - elog 'After that, the Smarty class will be available to you.' -} diff --git a/dev-php/smarty/smarty-4.3.1.ebuild b/dev-php/smarty/smarty-4.3.1.ebuild index 0c5a425bf052..b968f0fd2181 100644 --- a/dev-php/smarty/smarty-4.3.1.ebuild +++ b/dev-php/smarty/smarty-4.3.1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/smarty-php/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc ppc64 sparc x86" IUSE="doc examples" # PHP unicode support is detected at runtime, and the cached templates -- cgit v1.2.3