diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 13:58:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-01-27 13:58:28 +0000 |
commit | 8eccda982236f2cfe9188bdcaffd9168134f39a9 (patch) | |
tree | a2f9e1db038cdb1c9ae55a8ead0f9020b072d627 /dev-php | |
parent | f2299aed04cae8310f7fce0be5396370e346d966 (diff) |
gentoo auto-resync : 27:01:2023 - 13:58:28
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/Manifest.gz | bin | 38399 -> 38230 bytes | |||
-rw-r--r-- | dev-php/phptal/Manifest | 3 | ||||
-rw-r--r-- | dev-php/phptal/metadata.xml | 8 | ||||
-rw-r--r-- | dev-php/phptal/phptal-1.3.1.ebuild | 36 |
4 files changed, 0 insertions, 47 deletions
diff --git a/dev-php/Manifest.gz b/dev-php/Manifest.gz Binary files differindex f2cd0a09ed18..a7cd6a1491ec 100644 --- a/dev-php/Manifest.gz +++ b/dev-php/Manifest.gz diff --git a/dev-php/phptal/Manifest b/dev-php/phptal/Manifest deleted file mode 100644 index cf53b7b1482c..000000000000 --- a/dev-php/phptal/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST phptal-1.3.1.tar.gz 272883 BLAKE2B 4914b8bb40464f22417fd7ed7dbf88709b95b69a69a905a5152ff640dd5af6af2be7c7d67a622d78029e4075b6b19d8d1bf537a4a6ccc0c97260e5183a961ecd SHA512 74856cbeab3f8d9d552bcb7275a0180fd25e7703230c90e4343fbe9be4001118b091fabbace89efa98a8bf0344f46edf36c4ba709ed0e9b040b82204ea3b7290 -EBUILD phptal-1.3.1.ebuild 835 BLAKE2B eaeb92593eb536a5fdc4825cb6eaf8252124b83ac8d0968329954e3409bd998226faeeeb02e1ac7ac95fab3199376694a4d9de766eeec711b056b58d8548d123 SHA512 0b86a9be16fbbad1ab9f4c81299f5e601e3fce2d5d938d3f1142a344a3b5d0024177c381e34734299f2068a50a349c6c7a34eff34ebd0230ddadcec6c20374bf -MISC metadata.xml 246 BLAKE2B b757b37f65a31ba151570156deb3f5eb41b48e8aac74482eef15d2ed6e226bc92d81273b09ab0e23c11318ca70a28d8171647efffab80822f855f85c60c6d5eb SHA512 712dba655975625f88dbe0545fbe94fecf6b4ac214031bb178aa33661e90c8c949e66e868b371832b88af741ae7b043c3c1fb246259366b2f38f66e69e543f05 diff --git a/dev-php/phptal/metadata.xml b/dev-php/phptal/metadata.xml deleted file mode 100644 index dabe2462bc03..000000000000 --- a/dev-php/phptal/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>php-bugs@gentoo.org</email> - <name>PHP</name> - </maintainer> -</pkgmetadata> diff --git a/dev-php/phptal/phptal-1.3.1.ebuild b/dev-php/phptal/phptal-1.3.1.ebuild deleted file mode 100644 index 852ecd7ec345..000000000000 --- a/dev-php/phptal/phptal-1.3.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PHP_LIB_NAME="PHPTAL" - -DESCRIPTION="A templating engine for PHP5 that implements Zope Page Templates syntax" -HOMEPAGE="https://phptal.org/" -SRC_URI="https://github.com/${PN}/${PHP_LIB_NAME}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="dev-lang/php:*" -DEPEND="test? ( ${RDEPEND} <dev-php/phpunit-6 )" - -S="${WORKDIR}/${PHP_LIB_NAME}-${PV}" - -src_compile() { :; } - -src_install() { - insinto /usr/share/php/${PN} - doins -r "classes/${PHP_LIB_NAME}" - doins classes/PHPTAL.php tools/phptal_lint.php - - dodoc README.md -} - -src_test() { - [[ -z $(locale -a |grep en_GB) ]] && ewarn "Tests require en_GB locale to complete" - phpunit || die -} |