dev-erlang/ranch - 1.8.0 (guru)

Search

Install

Install this version:

emerge -a =dev-erlang/ranch-1.8.0

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

autounmask =dev-erlang/ranch-1.8.0

Or alternatively:

emerge --autounmask-write -a =dev-erlang/ranch-1.8.0

Package Information

Description:
Socket acceptor pool for TCP protocols.
Homepage:
https://github.com/ninenines/ranch
License:
ISC

Ebuild Details

Version EAPI Keywords Slot
1.8.0 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit rebar

DESCRIPTION="Socket acceptor pool for TCP protocols."
HOMEPAGE="https://github.com/ninenines/ranch"
SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz
	-> ${P}.tar.gz"

LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"

DOCS=( README.asciidoc )

# TODO: ranch has a test suite with lots of dependencies; enable it once those
# dependencies are merged as well
RESTRICT=test

# Override with EAPI default because it's missing ranch.app.src and doesn't
# have any deps.
src_prepare() {
	default
}

Inherited Eclasses

Manifest for 1.8.0

Type File Size Source URLs
DIST ranch-1.8.0.tar.gz 120659 bytes https://github.com/ninenines/ranch/archive/1.8.0.tar.gz