diff options
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/pecl-inotify/Manifest | 1 | ||||
-rw-r--r-- | dev-php/pecl-inotify/metadata.xml | 16 | ||||
-rw-r--r-- | dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild | 20 |
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-php/pecl-inotify/Manifest b/dev-php/pecl-inotify/Manifest deleted file mode 100644 index 0235ed6eb..000000000 --- a/dev-php/pecl-inotify/Manifest +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 8080b24d6..000000000 --- a/dev-php/pecl-inotify/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://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-r1.ebuild b/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild deleted file mode 100644 index 984a98060..000000000 --- a/dev-php/pecl-inotify/pecl-inotify-3.0.0-r1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2019-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PHP_EXT_NAME="inotify" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_FILENAME="inotify-${PV}.tgz" - -USE_PHP="php8-1" - -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" |