summaryrefslogtreecommitdiff
path: root/dev-php
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-04-12 21:03:09 +0000
commitd97953e6ff67978da9554e7b4601aedceb21e215 (patch)
tree674053c902db6972b9716c9ac3b1e960ee7a5358 /dev-php
parent1d1fa5bb30df70070bbbbd2b777b839d31f09c41 (diff)
downloadbaldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.gz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.tar.xz
baldeagleos-repo-d97953e6ff67978da9554e7b4601aedceb21e215.zip
Adding metadata
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/pecl-http/pecl-http-3.2.5.ebuild4
-rw-r--r--dev-php/pecl-http/pecl-http-4.2.2.ebuild4
-rw-r--r--dev-php/pecl-inotify/Manifest1
-rw-r--r--dev-php/pecl-inotify/metadata.xml16
-rw-r--r--dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild20
5 files changed, 43 insertions, 2 deletions
diff --git a/dev-php/pecl-http/pecl-http-3.2.5.ebuild b/dev-php/pecl-http/pecl-http-3.2.5.ebuild
index 484ce862f8fe..9cadd35fc682 100644
--- a/dev-php/pecl-http/pecl-http-3.2.5.ebuild
+++ b/dev-php/pecl-http/pecl-http-3.2.5.ebuild
@@ -38,7 +38,9 @@ RDEPEND="${DEPEND}
php_targets_php8-0? ( dev-php/pecl-http:8[php_targets_php8-0(-)] )
php_targets_php8-1? ( dev-php/pecl-http:8[php_targets_php8-1(-)] )"
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps --without-http-libidn-dir )
+PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps
+ --without-http-libidn-dir --without-http-libicu-dir
+ --without-http-libidnkit2-dir --without-http-libidnkit-dir )
PATCHES=( "${FILESDIR}/${PN}-3.2.4-curl-cookies.patch" )
diff --git a/dev-php/pecl-http/pecl-http-4.2.2.ebuild b/dev-php/pecl-http/pecl-http-4.2.2.ebuild
index d0642996b9c7..da62a219af9e 100644
--- a/dev-php/pecl-http/pecl-http-4.2.2.ebuild
+++ b/dev-php/pecl-http/pecl-http-4.2.2.ebuild
@@ -36,7 +36,9 @@ DEPEND="
RDEPEND="${DEPEND}
php_targets_php7-4? ( dev-php/pecl-http:7[php_targets_php7-4(-)] )"
-PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps --without-http-libidn-dir )
+PHP_EXT_ECONF_ARGS=( --with-http --without-http-shared-deps
+ --without-http-libidn-dir --without-http-libicu-dir
+ --without-http-libidnkit2-dir --without-http-libidnkit-dir )
src_prepare() {
if use php_targets_php8-0 || use php_targets_php8-1 ; then
diff --git a/dev-php/pecl-inotify/Manifest b/dev-php/pecl-inotify/Manifest
new file mode 100644
index 000000000000..0235ed6eb5d2
--- /dev/null
+++ b/dev-php/pecl-inotify/Manifest
@@ -0,0 +1 @@
+DIST inotify-3.0.0.tgz 8455 BLAKE2B 3dd39239b00b7536e84f0d63e6a69320b0f4864d7ff4b5856cffc4ae649f07bf5ae90b7635628a94575281ae11162e451c311ffb14bd16e0bd6e98bea74af4c6 SHA512 f8b29f8611f16b92136ab8de89181c254bba1abee1e61cac2344440567a3155aae4b9b54b10fdb1b0254fd7a96da8c14b7dc5c9f7f08a03db30ab1645aca1eee
diff --git a/dev-php/pecl-inotify/metadata.xml b/dev-php/pecl-inotify/metadata.xml
new file mode 100644
index 000000000000..e42fbb3a6ef0
--- /dev/null
+++ b/dev-php/pecl-inotify/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>arnaud.lb@gmail.com</email>
+ <name>Arnaud Le Blanc</name>
+ </maintainer>
+ <bugs-to>https://bugs.php.net/report.php?package=inotify</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild
new file mode 100644
index 000000000000..25fe6187c834
--- /dev/null
+++ b/dev-php/pecl-inotify/pecl-inotify-3.0.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+PHP_EXT_NAME="inotify"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
+
+USE_PHP="php7-3 php7-4 php8-0"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="Inotify binding for PHP"
+HOMEPAGE="https://pecl.php.net/package/inotify"
+LICENSE="PHP-3"
+SLOT="0/3"