summaryrefslogtreecommitdiff
path: root/dev-php/igbinary/igbinary-3.2.1.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-28 01:40:58 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2021-09-28 01:40:58 +0000
commitbbcaacfbb05cc19823193866ac3cefc06ab01c77 (patch)
tree9718dd01f9bc6537b561e2ae6ae4d05dfa020499 /dev-php/igbinary/igbinary-3.2.1.ebuild
parent7d00580e8c2e64dedd0659f2818b487caa1bbff9 (diff)
downloadbaldeagleos-repo-bbcaacfbb05cc19823193866ac3cefc06ab01c77.tar.gz
baldeagleos-repo-bbcaacfbb05cc19823193866ac3cefc06ab01c77.tar.xz
baldeagleos-repo-bbcaacfbb05cc19823193866ac3cefc06ab01c77.zip
Adding metadata
Diffstat (limited to 'dev-php/igbinary/igbinary-3.2.1.ebuild')
-rw-r--r--dev-php/igbinary/igbinary-3.2.1.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-php/igbinary/igbinary-3.2.1.ebuild b/dev-php/igbinary/igbinary-3.2.1.ebuild
deleted file mode 100644
index 8dbeefb1a06f..000000000000
--- a/dev-php/igbinary/igbinary-3.2.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PHP_EXT_NAME="${PN}"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-DOCS=( CREDITS NEWS README.md )
-PHP_EXT_ECONF_ARGS=( --enable-${PN} )
-
-USE_PHP="php7-3 php7-4 php8-0"
-
-inherit php-ext-source-r3
-
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-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"