dev-php/msgpack - 2.0.3 (ubuilds)

Search

Install

Install this version:

emerge -a =dev-php/msgpack-2.0.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-php/msgpack-2.0.3

Or alternatively:

emerge --autounmask-write -a =dev-php/msgpack-2.0.3

Package Information

Description:
API for communicating with MessagePack serialization
Homepage:
https://msgpack.org/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
2.0.3 6 ~amd64 ~arm ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PHP_EXT_NAME="${PN}"
USE_PHP="php7-1 php7-2 php7-3 php7-4"
DOCS=( README.md )
PHP_EXT_ECONF_ARGS=""

if [[ ${PV} == 9999 ]]; then
	VCS=git-r3
	PHP_ECL_PREF="source"
	EGIT_REPO_URI="https://github.com/${PN}/${PN}-php"
	KEYWORDS=""
else
	PHP_ECL_PREF="pecl"
	KEYWORDS="~amd64 ~arm ~arm64 ~x86"
fi

inherit php-ext-${PHP_ECL_PREF}-r3 ${VCS}

DESCRIPTION="API for communicating with MessagePack serialization"
HOMEPAGE="https://msgpack.org/"

LICENSE="BSD"
SLOT="0"
IUSE=""

DEPEND="dev-lang/php:*"
RDEPEND="${DEPEND}"

#src_unpack() {
#	[[ ${PV} == 9999 ]] && git-r3_src_unpack
#	php-ext-source-r3_src_unpack
#}

Inherited Eclasses

Dependencies

DEPEND

dev-lang/php:*

RDEPEND

dev-lang/php:*