mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-erlang/ranch: revert 1.7.1
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Matthew <dev@mtbk.me>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST ranch-1.7.1.tar.gz 121023 BLAKE2B 191b880c6ba9335a779db5866cedbed450585b808007d7b9a7d8a891bc840f23e72054db83cc9b5224f005bd49cffc15203a44475292ffd90085b6aa72f01f7c SHA512 f872187797e8079aeb0c6ece99f88ebacbacda565a704ba03879d0233f156ace26c6d1f4626364332a7d0ed561ba4e756bb60ab8a56edbf250d8a84098da5888
|
||||
DIST ranch-1.8.0.tar.gz 120659 BLAKE2B f98c681bc39c3c744091745b9ae1dc89efea33a41bd5d624c88b5859c3afc7510e936c9ad83b6af48ca233191290a5305852c5e408df60840fb0e6a13b572ba5 SHA512 a13c463416f519cff7d9316ff3b553cfdb09bda51e3cd6a748c5b21a2e24782facaf0baf40dc02103b3cca05bdee071c8cc79de4173a9aafefde5ad56f5b5076
|
||||
DIST ranch-2.0.0.tar.gz 140973 BLAKE2B e063590475191a2d0dfe1575d7783c59ce2b58d1da8388c8b3278014061b56e689ea6c4bad0e5f24a41024bc635c6ef6f632c1c19b8bc463fcd6d695fc885395 SHA512 e654074d4c683bc172f34b2844e9f23d238ad97512c0c56ff8985b751a4c74490c0c3df8fd200c3dc746426a9b625e9a94545742714fbb3e6657c4cb0321df89
|
||||
|
||||
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=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
|
||||
}
|
||||
Reference in New Issue
Block a user