Install this version:
emerge -a =dev-php/http2jp-hpack-test-case-20190601
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-php/http2jp-hpack-test-case-20190601
Or alternatively:
emerge --autounmask-write -a =dev-php/http2jp-hpack-test-case-20190601
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 20190601 | 9 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=9
COMPOSER_INSTALL_PATH="http2jp/hpack-test-case"
COMPOSER_INSTALL_SRC="."
inherit composer
COMMIT="8a1406e7d14bfcb6c046021f13cc15cfb162726d"
DESCRIPTION="HPACK Test Case"
HOMEPAGE="https://github.com/http2jp/hpack-test-case"
SRC_URI="https://github.com/http2jp/${COMPOSER_PKG}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${COMPOSER_PKG}-${COMMIT}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
DOCS=( README.md )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | http2jp-hpack-test-case-20190601.tar.gz | 6593053 bytes | https://github.com/http2jp//archive/8a1406e7d14bfcb6c046021f13cc15cfb162726d.tar.gz |