Skip to content

Commit

Permalink
dev-php/pecl-parallel: New package: v1.1.4
Browse files Browse the repository at this point in the history
A succint parallel concurrency API for PHP.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Jaco Kroon <[email protected]>
Closes: gentoo#20348
Signed-off-by: Joonas Niilola <[email protected]>
  • Loading branch information
jkroonza authored and juippis committed Apr 28, 2021
1 parent df96927 commit 45af1b1
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-php/pecl-parallel/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST pecl-parallel-1.1.4.tgz 58783 BLAKE2B 942c767ff4838c13e70829d6ac6599cee3185afaf71e9dc430064835102d31a3e50b99694e1632be652c6a019934a13ba0f5139041bba39d486a20615478b910 SHA512 6693f01b0d43de5153aa0953f90580717e519cfbe8ca5b0ba6abd9cc681e0efe9d7c6fcc601da98f74b570b5810dffdbf5100bedc8ab86c1f4bc61d48955ae77
12 changes: 12 additions & 0 deletions dev-php/pecl-parallel/metadata.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>[email protected]</email>
<name>Jaco Kroon</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>
28 changes: 28 additions & 0 deletions dev-php/pecl-parallel/pecl-parallel-1.1.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI="7"

PHP_EXT_NAME="parallel"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

USE_PHP="php7-3 php7-4"

inherit php-ext-pecl-r3

SRC_URI="${SRC_URI} -> ${P}.tgz"

KEYWORDS="~amd64 ~x86"

DESCRIPTION="A succint parallel concurrency API for PHP"
LICENSE="PHP-3.01"
SLOT="0"
IUSE="test"
RESTRICT="!test? ( test )"

RDEPEND="
php_targets_php7-3? ( dev-lang/php:7.3[threads] )
php_targets_php7-4? ( dev-lang/php:7.4[threads] )
"
DEPEND="test? ( ${RDEPEND} )"

0 comments on commit 45af1b1

Please sign in to comment.