diff options
author | Brian Evans <grknight@gentoo.org> | 2022-03-18 13:00:54 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2022-03-18 13:00:54 -0400 |
commit | b4e05680f19fe2449e291442e1bed17f4af4ad64 (patch) | |
tree | f2fdd2a28d747ff755193fcbb285334c560edf3d /dev-php | |
parent | dev-php/pecl-uuid: Adjust targets (diff) | |
download | gentoo-b4e05680f19fe2449e291442e1bed17f4af4ad64.tar.gz gentoo-b4e05680f19fe2449e291442e1bed17f4af4ad64.tar.bz2 gentoo-b4e05680f19fe2449e291442e1bed17f4af4ad64.zip |
dev-php/pecl-uploadprogress: Drop old; update targets
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
4 files changed, 4 insertions, 47 deletions
diff --git a/dev-php/pecl-uploadprogress/Manifest b/dev-php/pecl-uploadprogress/Manifest index b0c3e60a90c0..b6abb05fe048 100644 --- a/dev-php/pecl-uploadprogress/Manifest +++ b/dev-php/pecl-uploadprogress/Manifest @@ -1,3 +1 @@ -DIST uploadprogress-1.1.3.tgz 14798 BLAKE2B 5edda3e8672bb0e0829d100284240fcceac26be695386225a18446c742f59edfd906a9ae2f17b594816d3cddea02eb648db01a3352d7f8bd764ad2f6b2e03628 SHA512 2202f419be852a71eadae47eaa83909a032e5a6bbe4ce17ae5d45ea4e9f6d9c9edceb2111630d1f0e277b531d463accf540288ecbcca9bf154fe01754f225686 -DIST uploadprogress-2.0.1.tgz 19459 BLAKE2B 10143285da73a2fe1854c68d5f20ac6543695ccdf47835ff16f39b69e357e2ca32d2560ca1ced9238c6d21fb29379817b8a682d6aa24bf8c83b563127d2745a9 SHA512 81c846ea6e87c7c0621c22ee903b0937d533285bd0e3195de85803321260d4562e4c598332591afc7e985da57ed9422e37ed1c2927090474ddb7ec27314f1ae0 DIST uploadprogress-2.0.2.tgz 19969 BLAKE2B 148cac83b00eb6b4f23861a04829280346957cdfc5bdbe94d687d0efb5da97b5f48162c59b07e0830a67350c7a2aa9a3085a4575f07b32016b01845301f04843 SHA512 b9ee5a09c3de78d58abd34da2d25d7b0cad38416309a9a69192f07e0c3fe2259de261bb3dee571e64e042753f861738ebcd67fa7fafeb595ec32ed3034c773cd diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.1.3-r1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.1.3-r1.ebuild deleted file mode 100644 index dabf3dddf33b..000000000000 --- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-1.1.3-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_PHP="php7-2 php7-3 php7-4" - -inherit php-ext-pecl-r3 - -DESCRIPTION="An extension to track progress of a file upload" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND=" - php_targets_php7-2? ( dev-lang/php:7.2[apache2] ) - php_targets_php7-3? ( dev-lang/php:7.3[apache2] ) - php_targets_php7-4? ( dev-lang/php:7.4[apache2] ) -" diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.1.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.1.ebuild deleted file mode 100644 index 6bc6174856b0..000000000000 --- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_PHP="php7-3 php7-4 php8-0" -PHP_EXT_SAPIS="apache2 fpm" - -inherit php-ext-pecl-r3 - -DESCRIPTION="An extension to track progress of a file upload" -LICENSE="PHP-3.01" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -RDEPEND=" - php_targets_php7-3? ( || ( dev-lang/php:7.3[apache2(-),fileinfo(-)] dev-lang/php:7.3[fileinfo(-),fpm(-)] ) ) - php_targets_php7-4? ( || ( dev-lang/php:7.4[apache2(-),fileinfo(-)] dev-lang/php:7.4[fileinfo(-),fpm(-)] ) ) - php_targets_php8-0? ( || ( dev-lang/php:8.0[apache2(-),fileinfo(-)] dev-lang/php:8.0[fileinfo(-),fpm(-)] ) ) -" diff --git a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2.ebuild b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2.ebuild index 6bc6174856b0..99572c452134 100644 --- a/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2.ebuild +++ b/dev-php/pecl-uploadprogress/pecl-uploadprogress-2.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -USE_PHP="php7-3 php7-4 php8-0" +USE_PHP="php7-4 php8-0 php8-1" PHP_EXT_SAPIS="apache2 fpm" inherit php-ext-pecl-r3 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="examples" RDEPEND=" - php_targets_php7-3? ( || ( dev-lang/php:7.3[apache2(-),fileinfo(-)] dev-lang/php:7.3[fileinfo(-),fpm(-)] ) ) php_targets_php7-4? ( || ( dev-lang/php:7.4[apache2(-),fileinfo(-)] dev-lang/php:7.4[fileinfo(-),fpm(-)] ) ) php_targets_php8-0? ( || ( dev-lang/php:8.0[apache2(-),fileinfo(-)] dev-lang/php:8.0[fileinfo(-),fpm(-)] ) ) + php_targets_php8-1? ( || ( dev-lang/php:8.1[apache2(-),fileinfo(-)] dev-lang/php:8.1[fileinfo(-),fpm(-)] ) ) " |