public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
@ 2020-04-27 15:19 Haelwenn Monnier
  0 siblings, 0 replies; 7+ messages in thread
From: Haelwenn Monnier @ 2020-04-27 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a4ef26a73bf7716663c8feb62819c7ffc4d65a62
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Apr 27 06:36:24 2020 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Mon Apr 27 13:14:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4ef26a7

dev-php/pecl-inotify: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-php/pecl-inotify/Manifest                  |  1 +
 dev-php/pecl-inotify/metadata.xml              | 12 ++++++++++++
 dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/dev-php/pecl-inotify/Manifest b/dev-php/pecl-inotify/Manifest
new file mode 100644
index 0000000..e69cbd2
--- /dev/null
+++ b/dev-php/pecl-inotify/Manifest
@@ -0,0 +1 @@
+DIST inotify-2.0.0.tgz 8836 BLAKE2B ac0005f3f755bdb3ac1137f903ecf67b14adddf4895d02fcba42bd268eda8bdf2270b4183cf60d5b8ecc0078b6a660dda76a43cdb4f78352b805d0fdc4972ac8 SHA512 0547fdafd8177d41c2a92251cd85f046959ec8594236dc3d14396df0119a78cc6811973b641b95d1036b4325f9e97f0f9e9b181ae1dea79fc343f01777b6966d

diff --git a/dev-php/pecl-inotify/metadata.xml b/dev-php/pecl-inotify/metadata.xml
new file mode 100644
index 0000000..b8b33ab
--- /dev/null
+++ b/dev-php/pecl-inotify/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <!-- maintainer-needed -->
+  <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-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
new file mode 100644
index 0000000..dca262b
--- /dev/null
+++ b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2019-2020 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-2 php7-3"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64"
+
+DESCRIPTION="Inotify binding for PHP"
+HOMEPAGE="https://pecl.php.net/package/inotify"
+LICENSE="PHP-3"
+SLOT="0"
+IUSE=""


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-php/pecl-inotify/
@ 2021-02-27 20:42 Andrew Ammerlaan
  2021-02-27 21:23 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  0 siblings, 1 reply; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-02-27 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Feb 27 20:42:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 27 20:42:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9aac2b3e

dev-php/pecl-inotify: drop php:7.2, removed from ::gentoo

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
index dca262b8..9d067059 100644
--- a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
+++ b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
 
-USE_PHP="php7-2 php7-3"
+USE_PHP="php7-3"
 
 inherit php-ext-pecl-r3
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
  2021-02-27 20:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-php/pecl-inotify/ Andrew Ammerlaan
@ 2021-02-27 21:23 ` Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-02-27 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     9aac2b3edc48a28b57c0cb5961b6c4e5602d5d96
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Feb 27 20:42:38 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Feb 27 20:42:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9aac2b3e

dev-php/pecl-inotify: drop php:7.2, removed from ::gentoo

Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
index dca262b8..9d067059 100644
--- a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
+++ b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
 
-USE_PHP="php7-2 php7-3"
+USE_PHP="php7-3"
 
 inherit php-ext-pecl-r3
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
@ 2021-05-05  8:33 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-05-05  8:33 UTC (permalink / raw
  To: gentoo-commits

commit:     fa6876c87b124d73393011a310c81352f29094fa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed May  5 07:24:21 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed May  5 07:32:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa6876c8

dev-php/pecl-inotify: comaintainers welcome

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-php/pecl-inotify/metadata.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-php/pecl-inotify/metadata.xml b/dev-php/pecl-inotify/metadata.xml
index b8b33ab88..e42fbb3a6 100644
--- a/dev-php/pecl-inotify/metadata.xml
+++ b/dev-php/pecl-inotify/metadata.xml
@@ -1,7 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+  <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>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
@ 2021-06-15  7:11 Andrew Ammerlaan
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Ammerlaan @ 2021-06-15  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f8b771aa95e576d1c850cec31513d0a970fd11d9
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Jun 14 22:51:48 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jun 14 23:09:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8b771aa

dev-php/pecl-inotify: drop 2.0.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-php/pecl-inotify/Manifest                  |  1 -
 dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/dev-php/pecl-inotify/Manifest b/dev-php/pecl-inotify/Manifest
index 1437c9b47..0235ed6eb 100644
--- a/dev-php/pecl-inotify/Manifest
+++ b/dev-php/pecl-inotify/Manifest
@@ -1,2 +1 @@
-DIST inotify-2.0.0.tgz 8836 BLAKE2B ac0005f3f755bdb3ac1137f903ecf67b14adddf4895d02fcba42bd268eda8bdf2270b4183cf60d5b8ecc0078b6a660dda76a43cdb4f78352b805d0fdc4972ac8 SHA512 0547fdafd8177d41c2a92251cd85f046959ec8594236dc3d14396df0119a78cc6811973b641b95d1036b4325f9e97f0f9e9b181ae1dea79fc343f01777b6966d
 DIST inotify-3.0.0.tgz 8455 BLAKE2B 3dd39239b00b7536e84f0d63e6a69320b0f4864d7ff4b5856cffc4ae649f07bf5ae90b7635628a94575281ae11162e451c311ffb14bd16e0bd6e98bea74af4c6 SHA512 f8b29f8611f16b92136ab8de89181c254bba1abee1e61cac2344440567a3155aae4b9b54b10fdb1b0254fd7a96da8c14b7dc5c9f7f08a03db30ab1645aca1eee

diff --git a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild b/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
deleted file mode 100644
index abc8f8e8f..000000000
--- a/dev-php/pecl-inotify/pecl-inotify-2.0.0.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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"
-
-inherit php-ext-pecl-r3
-
-KEYWORDS="~amd64"
-
-DESCRIPTION="Inotify binding for PHP"
-HOMEPAGE="https://pecl.php.net/package/inotify"
-LICENSE="PHP-3"
-SLOT="0/2"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
@ 2023-09-18 12:37 Florian Schmaus
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Schmaus @ 2023-09-18 12:37 UTC (permalink / raw
  To: gentoo-commits

commit:     8d9ffefa668ff8e90057aed2eccddc85c63ba423
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Fri Sep 15 15:31:57 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Sep 15 15:31:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8d9ffefa

dev-php/pecl-inotify: disable support for php 7.4

Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild
index 7f889900ae..c2207cc76b 100644
--- a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild
+++ b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild
@@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
 
-USE_PHP="php7-4 php8-0 php8-1"
+USE_PHP="php8-0 php8-1"
 
 inherit php-ext-pecl-r3
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-php/pecl-inotify/
@ 2024-01-19 10:31 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-01-19 10:31 UTC (permalink / raw
  To: gentoo-commits

commit:     23fc73ab6de0221a00ed32417daacec1a552c45b
Author:     Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Thu Jan 18 12:03:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 12:19:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23fc73ab

dev-php/pecl-inotify: drop php8-0

Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>

 dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild
index c2207cc76b..984a98060d 100644
--- a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild
+++ b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2022 Gentoo Authors
+# Copyright 2019-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
 PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz"
 
-USE_PHP="php8-0 php8-1"
+USE_PHP="php8-1"
 
 inherit php-ext-pecl-r3
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-01-19 10:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-27 20:42 [gentoo-commits] repo/proj/guru:dev commit in: dev-php/pecl-inotify/ Andrew Ammerlaan
2021-02-27 21:23 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2024-01-19 10:31 Arthur Zamarin
2023-09-18 12:37 Florian Schmaus
2021-06-15  7:11 Andrew Ammerlaan
2021-05-05  8:33 Andrew Ammerlaan
2020-04-27 15:19 Haelwenn Monnier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox