Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
Date: Mon, 27 Apr 2020 15:20:27
Message-Id: 1587993280.a4ef26a73bf7716663c8feb62819c7ffc4d65a62.lanodan@gentoo
1 commit: a4ef26a73bf7716663c8feb62819c7ffc4d65a62
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 27 06:36:24 2020 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Mon Apr 27 13:14:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4ef26a7
7
8 dev-php/pecl-inotify: new package
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-php/pecl-inotify/Manifest | 1 +
14 dev-php/pecl-inotify/metadata.xml | 12 ++++++++++++
15 dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 21 +++++++++++++++++++++
16 3 files changed, 34 insertions(+)
17
18 diff --git a/dev-php/pecl-inotify/Manifest b/dev-php/pecl-inotify/Manifest
19 new file mode 100644
20 index 0000000..e69cbd2
21 --- /dev/null
22 +++ b/dev-php/pecl-inotify/Manifest
23 @@ -0,0 +1 @@
24 +DIST inotify-2.0.0.tgz 8836 BLAKE2B ac0005f3f755bdb3ac1137f903ecf67b14adddf4895d02fcba42bd268eda8bdf2270b4183cf60d5b8ecc0078b6a660dda76a43cdb4f78352b805d0fdc4972ac8 SHA512 0547fdafd8177d41c2a92251cd85f046959ec8594236dc3d14396df0119a78cc6811973b641b95d1036b4325f9e97f0f9e9b181ae1dea79fc343f01777b6966d
25
26 diff --git a/dev-php/pecl-inotify/metadata.xml b/dev-php/pecl-inotify/metadata.xml
27 new file mode 100644
28 index 0000000..b8b33ab
29 --- /dev/null
30 +++ b/dev-php/pecl-inotify/metadata.xml
31 @@ -0,0 +1,12 @@
32 +<?xml version="1.0" encoding="UTF-8"?>
33 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
34 +<pkgmetadata>
35 + <!-- maintainer-needed -->
36 + <upstream>
37 + <maintainer>
38 + <email>arnaud.lb@×××××.com</email>
39 + <name>Arnaud Le Blanc</name>
40 + </maintainer>
41 + <bugs-to>https://bugs.php.net/report.php?package=inotify</bugs-to>
42 + </upstream>
43 +</pkgmetadata>
44
45 diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
46 new file mode 100644
47 index 0000000..dca262b
48 --- /dev/null
49 +++ b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
50 @@ -0,0 +1,21 @@
51 +# Copyright 2019-2020 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI="7"
55 +
56 +PHP_EXT_NAME="inotify"
57 +PHP_EXT_INI="yes"
58 +PHP_EXT_ZENDEXT="no"
59 +PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
60 +
61 +USE_PHP="php7-2 php7-3"
62 +
63 +inherit php-ext-pecl-r3
64 +
65 +KEYWORDS="~amd64"
66 +
67 +DESCRIPTION="Inotify binding for PHP"
68 +HOMEPAGE="https://pecl.php.net/package/inotify"
69 +LICENSE="PHP-3"
70 +SLOT="0"
71 +IUSE=""