summaryrefslogtreecommitdiff
path: root/dev-php/igbinary
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /dev-php/igbinary
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'dev-php/igbinary')
-rw-r--r--dev-php/igbinary/Manifest3
-rw-r--r--dev-php/igbinary/igbinary-3.2.15.ebuild20
-rw-r--r--dev-php/igbinary/igbinary-3.2.15_p20251126.ebuild24
-rw-r--r--dev-php/igbinary/igbinary-3.2.9.ebuild20
-rw-r--r--dev-php/igbinary/metadata.xml9
5 files changed, 0 insertions, 76 deletions
diff --git a/dev-php/igbinary/Manifest b/dev-php/igbinary/Manifest
deleted file mode 100644
index 4c3f072dcbf4..000000000000
--- a/dev-php/igbinary/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
deleted file mode 100644
index b834f66fa5a0..000000000000
--- a/dev-php/igbinary/igbinary-3.2.15.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
deleted file mode 100644
index 44c2c031a058..000000000000
--- a/dev-php/igbinary/igbinary-3.2.15_p20251126.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
deleted file mode 100644
index 8d761791586c..000000000000
--- a/dev-php/igbinary/igbinary-3.2.9.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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
deleted file mode 100644
index 7ee69925d9aa..000000000000
--- a/dev-php/igbinary/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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>