diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-12 19:09:37 -0500 |
| commit | b590c8d7572b727d565cc0b8ff660d43569845de (patch) | |
| tree | 06f7a4102ea4e845df8b66660f252920d52952f9 /dev-php/igbinary | |
| parent | 24f9cbfc4c34fdb6a6e03311674414e881ceab47 (diff) | |
| download | baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.gz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.tar.xz baldeagleos-repo-b590c8d7572b727d565cc0b8ff660d43569845de.zip | |
Adding metadata
Diffstat (limited to 'dev-php/igbinary')
| -rw-r--r-- | dev-php/igbinary/Manifest | 3 | ||||
| -rw-r--r-- | dev-php/igbinary/igbinary-3.2.15.ebuild | 20 | ||||
| -rw-r--r-- | dev-php/igbinary/igbinary-3.2.15_p20251126.ebuild | 24 | ||||
| -rw-r--r-- | dev-php/igbinary/igbinary-3.2.9.ebuild | 20 | ||||
| -rw-r--r-- | dev-php/igbinary/metadata.xml | 9 |
5 files changed, 76 insertions, 0 deletions
diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest new file mode 100644 index 000000000000..4c3f072dcbf4 --- /dev/null +++ b/dev-php/igbinary/Manifest @@ -0,0 +1,3 @@ +DIST igbinary-3.2.15.tar.gz 255185 BLAKE2B affe47386e65576ee44fc7616a3c1c923a5af4b50308caa02f6c75ea9a2ba483ab90a9c656f5631fb5bee7360a1505525dfadb4083e668b58d149dfc7379bd4e SHA512 285adae14c3104c4c53eec7b7e9b96e097096a06e2517ac554a4ecf5066f9b75318b6e29486cc41aa89a21ef46980285d1fa0d09a1f2b750253951c6d0480869 +DIST igbinary-3.2.9.tar.gz 251747 BLAKE2B d44711ffc195572a83a000f225776191e7b421e4be3065a668287f356d46fd11536af0a0969a0fc219c38d027f13aec16cfe41f15ea778ef087f7082daa9b8dc SHA512 2789f8517aaefa4e4e736592944361e8bad1ce50687aed161bb4e17bcdfbfec2320df8069c7b39704fa96c614727bd66fb65185b15f72f8c96bb5fda88f2e66f +DIST igbinary_45e8f00fe48ff932cba61018e6b501641b14d1de.tar.gz 256305 BLAKE2B d64a354b971c2232fb054463f81271c37dd7de30d46a8801c58629469e6a51494ceb8bfedc893ccff07f6de69a1cd557987de41500344362863cc6f01d97d719 SHA512 720758e96ab8c80153204fb4a2ddf6870c82e3fd0cd0c956c45844fd8f91b9c34104845f035f01df349647b4a0093758a7e1203afd0ef021c1a6ee42fd693e41 diff --git a/dev-php/igbinary/igbinary-3.2.15.ebuild b/dev-php/igbinary/igbinary-3.2.15.ebuild new file mode 100644 index 000000000000..b834f66fa5a0 --- /dev/null +++ b/dev-php/igbinary/igbinary-3.2.15.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) +PHP_EXT_INI="yes" +PHP_EXT_NAME="${PN}" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-2 php8-3" + +inherit php-ext-source-r3 + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" diff --git a/dev-php/igbinary/igbinary-3.2.15_p20251126.ebuild b/dev-php/igbinary/igbinary-3.2.15_p20251126.ebuild new file mode 100644 index 000000000000..44c2c031a058 --- /dev/null +++ b/dev-php/igbinary/igbinary-3.2.15_p20251126.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) +PHP_EXT_INI="yes" +PHP_EXT_NAME="${PN}" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-2 php8-3 php8-4 php8-5" + +inherit php-ext-source-r3 + +GH_COMMIT="45e8f00fe48ff932cba61018e6b501641b14d1de" + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${GH_COMMIT}.tar.gz -> ${PN}_${GH_COMMIT}.tar.gz" +S="${WORKDIR}/${PN}-${GH_COMMIT}" +PHP_EXT_S="${S}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" diff --git a/dev-php/igbinary/igbinary-3.2.9.ebuild b/dev-php/igbinary/igbinary-3.2.9.ebuild new file mode 100644 index 000000000000..8d761791586c --- /dev/null +++ b/dev-php/igbinary/igbinary-3.2.9.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PHP_EXT_ECONF_ARGS=( --enable-${PN} ) +PHP_EXT_INI="yes" +PHP_EXT_NAME="${PN}" +PHP_EXT_ZENDEXT="no" +USE_PHP="php8-2" + +inherit php-ext-source-r3 + +DESCRIPTION="A fast drop-in replacement for the standard PHP serialize" +HOMEPAGE="https://github.com/igbinary/igbinary" +SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm arm64 x86" diff --git a/dev-php/igbinary/metadata.xml b/dev-php/igbinary/metadata.xml new file mode 100644 index 000000000000..7ee69925d9aa --- /dev/null +++ b/dev-php/igbinary/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>php-bugs@gentoo.org</email> + <name>PHP</name> + </maintainer> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
