mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-erlang/ranch: new package
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Brian Kubisiak <brian@kubisiak.com>
This commit is contained in:
1
dev-erlang/ranch/Manifest
Normal file
1
dev-erlang/ranch/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ranch-1.7.1.tar.gz 121023 BLAKE2B 191b880c6ba9335a779db5866cedbed450585b808007d7b9a7d8a891bc840f23e72054db83cc9b5224f005bd49cffc15203a44475292ffd90085b6aa72f01f7c SHA512 f872187797e8079aeb0c6ece99f88ebacbacda565a704ba03879d0233f156ace26c6d1f4626364332a7d0ed561ba4e756bb60ab8a56edbf250d8a84098da5888
|
||||
8
dev-erlang/ranch/metadata.xml
Normal file
8
dev-erlang/ranch/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM 'http://www.gentoo.org/dtd/metadata.dtd'>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>brian@kubisiak.com</email>
|
||||
<name>Brian Kubisiak</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
27
dev-erlang/ranch/ranch-1.7.1.ebuild
Normal file
27
dev-erlang/ranch/ranch-1.7.1.ebuild
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user