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/xhprof | |
| 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/xhprof')
| -rw-r--r-- | dev-php/xhprof/Manifest | 2 | ||||
| -rw-r--r-- | dev-php/xhprof/metadata.xml | 11 | ||||
| -rw-r--r-- | dev-php/xhprof/xhprof-2.3.10.ebuild | 17 | ||||
| -rw-r--r-- | dev-php/xhprof/xhprof-2.3.9.ebuild | 17 |
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-php/xhprof/Manifest b/dev-php/xhprof/Manifest new file mode 100644 index 000000000000..56ad039e3032 --- /dev/null +++ b/dev-php/xhprof/Manifest @@ -0,0 +1,2 @@ +DIST xhprof-2.3.10.tgz 843156 BLAKE2B 35100d288f11744e716ea9c04e0bd83c762572231a97c8a9aa2409be084dbe59a56368dd4268d985850193c652909ef0e16c4025b93cc2b34935988ce14e37f3 SHA512 fcd96013222cfde9a5a26e818effc35fdc686e1aeec5040964af7672700938b1e6090b84090234ef05b7ae4deb9fa2869eb53ae5d7c6666fcb1c6e0b484a7a9c +DIST xhprof-2.3.9.tgz 843027 BLAKE2B be7c36d7b30f1efd1e3fb4d67f1d9ee8e23bb0e28f6bf9b8c00ee61154e753505e0935acf75c61d0806222a14d3203a4be1c0b4ef6b00f7d15aa9d35d99e410f SHA512 38a2609d961d908c6a4b5d1ff2085ffdad4a5f7d277705c826ae19e215660802528d606c5ee052f2e65255a7a85b2a9cb9038f4785c730ec468fc76dc7bcf5de diff --git a/dev-php/xhprof/metadata.xml b/dev-php/xhprof/metadata.xml new file mode 100644 index 000000000000..6ab75789ddb5 --- /dev/null +++ b/dev-php/xhprof/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>php-bugs@gentoo.org</email> + <name>PHP</name> + </maintainer> + <upstream> + <remote-id type="github">longxinH/xhprof</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-php/xhprof/xhprof-2.3.10.ebuild b/dev-php/xhprof/xhprof-2.3.10.ebuild new file mode 100644 index 000000000000..88d89a911818 --- /dev/null +++ b/dev-php/xhprof/xhprof-2.3.10.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_S="${S}/extension" +PHP_EXT_ECONF_ARGS="" +USE_PHP="php8-2 php8-3 php8-4 php8-5" + +inherit php-ext-pecl-r3 + +DESCRIPTION="A Hierarchical Profiler for PHP" +HOMEPAGE="https://pecl.php.net/package/xhprof" +LICENSE="Apache-2.0" + +SLOT="0" +KEYWORDS="~amd64 ~x86" diff --git a/dev-php/xhprof/xhprof-2.3.9.ebuild b/dev-php/xhprof/xhprof-2.3.9.ebuild new file mode 100644 index 000000000000..ed8a12519327 --- /dev/null +++ b/dev-php/xhprof/xhprof-2.3.9.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +PHP_EXT_S="${S}/extension" +PHP_EXT_ECONF_ARGS="" +USE_PHP="php8-2 php8-3" + +inherit php-ext-pecl-r3 + +DESCRIPTION="A Hierarchical Profiler for PHP" +HOMEPAGE="https://pecl.php.net/package/xhprof" +LICENSE="Apache-2.0" + +SLOT="0" +KEYWORDS="~amd64 ~x86" |
