diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /dev-php/pecl-xattr | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'dev-php/pecl-xattr')
| -rw-r--r-- | dev-php/pecl-xattr/Manifest | 2 | ||||
| -rw-r--r-- | dev-php/pecl-xattr/metadata.xml | 8 | ||||
| -rw-r--r-- | dev-php/pecl-xattr/pecl-xattr-1.4.0-r1.ebuild | 19 | ||||
| -rw-r--r-- | dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild | 19 |
4 files changed, 48 insertions, 0 deletions
diff --git a/dev-php/pecl-xattr/Manifest b/dev-php/pecl-xattr/Manifest new file mode 100644 index 000000000000..de8862d7b6dd --- /dev/null +++ b/dev-php/pecl-xattr/Manifest @@ -0,0 +1,2 @@ +DIST pecl-xattr-1.4.0.tgz 8401 BLAKE2B 661611cd638db4807b33b68d549cb85659c1fe092d2f576a72f44a5afd5306e551303f4b55a4ed6354b5fa69c91f98c8a7e0d27eb7700c1aa506bfaa50dbf991 SHA512 b8e0225e07df55f428db7d9c26fa4c7007f7345df72bced162b1910235de52040147c1925658bcd428f6dd76793a874d3db6cd14258cf3f794f3abe5ec07e97d +DIST pecl-xattr-1.4.1.tgz 8694 BLAKE2B 6681ab603648a9e2cc18270f37a6d508efadbf468f6267126bd7b62bfa0490f4ea3b8c536a933837d85021889934cc62f7ced6927f74e3c1106cd185a710c830 SHA512 30b9a925e3db6b6b6aef2f8a8b75822f892e8edcc843611090ce00ee7f65d40780a9a813ebb470b5b26670a73e8ed9459fc13282f74a1903119b770e38c5fa78 diff --git a/dev-php/pecl-xattr/metadata.xml b/dev-php/pecl-xattr/metadata.xml new file mode 100644 index 000000000000..5a0914b10ce9 --- /dev/null +++ b/dev-php/pecl-xattr/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>jkroon@gentoo.org</email> + <name>Jaco Kroon</name> + </maintainer> +</pkgmetadata> diff --git a/dev-php/pecl-xattr/pecl-xattr-1.4.0-r1.ebuild b/dev-php/pecl-xattr/pecl-xattr-1.4.0-r1.ebuild new file mode 100644 index 000000000000..fe5124621bc7 --- /dev/null +++ b/dev-php/pecl-xattr/pecl-xattr-1.4.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_INI="yes" +PHP_EXT_NAME="xattr" +PHP_EXT_NEEDED_USE="" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-2 php8-3" + +inherit php-ext-pecl-r3 + +DESCRIPTION="Extended attributes for PHP" +SRC_URI="${SRC_URI} -> ${P}.tgz" + +LICENSE="PHP-3.01" +SLOT="8" +KEYWORDS="amd64 ~x86" diff --git a/dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild b/dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild new file mode 100644 index 000000000000..aaa17db496b9 --- /dev/null +++ b/dev-php/pecl-xattr/pecl-xattr-1.4.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_INI="yes" +PHP_EXT_NAME="xattr" +PHP_EXT_NEEDED_USE="" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-2 php8-3" + +inherit php-ext-pecl-r3 + +DESCRIPTION="Extended attributes for PHP" +SRC_URI="${SRC_URI} -> ${P}.tgz" + +LICENSE="PHP-3.01" +SLOT="8" +KEYWORDS="~amd64 ~x86" |
