From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0925713835A for ; Thu, 15 Apr 2021 01:12:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24402E087C; Thu, 15 Apr 2021 01:12:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0B007E087C for ; Thu, 15 Apr 2021 01:12:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A5B3C340D00 for ; Thu, 15 Apr 2021 01:12:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E00864C for ; Thu, 15 Apr 2021 01:12:19 +0000 (UTC) From: "Brian Kubisiak" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Kubisiak" Message-ID: <1618449038.cbe582fd10e762cbd40da432d39d915bfb0b5d42.brian@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-erlang/cowboy/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-erlang/cowboy/Manifest dev-erlang/cowboy/cowboy-2.8.0.ebuild dev-erlang/cowboy/metadata.xml X-VCS-Directories: dev-erlang/cowboy/ X-VCS-Committer: brian X-VCS-Committer-Name: Brian Kubisiak X-VCS-Revision: cbe582fd10e762cbd40da432d39d915bfb0b5d42 X-VCS-Branch: dev Date: Thu, 15 Apr 2021 01:12:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8e7421d7-c749-41dc-b903-9b1fdc75cfbc X-Archives-Hash: 8d91c99bd91d0b322b6f5a431b9c11e9 commit: cbe582fd10e762cbd40da432d39d915bfb0b5d42 Author: Brian Kubisiak kubisiak com> AuthorDate: Thu Apr 15 01:10:38 2021 +0000 Commit: Brian Kubisiak kubisiak com> CommitDate: Thu Apr 15 01:10:38 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cbe582fd dev-erlang/cowboy: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Brian Kubisiak kubisiak.com> dev-erlang/cowboy/Manifest | 1 + dev-erlang/cowboy/cowboy-2.8.0.ebuild | 32 ++++++++++++++++++++++++++++++++ dev-erlang/cowboy/metadata.xml | 8 ++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-erlang/cowboy/Manifest b/dev-erlang/cowboy/Manifest new file mode 100644 index 000000000..585cbda9e --- /dev/null +++ b/dev-erlang/cowboy/Manifest @@ -0,0 +1 @@ +DIST cowboy-2.8.0.tar.gz 3728168 BLAKE2B d669625206ddf2a7209487603ab30f07e9cf3c177b31c8eb883c857116c15c03431ac64809ab2afdd5b7a66a4858e1180a5d1ffb732f1c3a6c514669840ddfaf SHA512 930728b26d01b7936ae58d0b77673de5179de22ac633110773cbe85b8cfc26a6373ecd66b5133c4059af4f8b1b070dd87f4da88ffede1a4def28699e91af1511 diff --git a/dev-erlang/cowboy/cowboy-2.8.0.ebuild b/dev-erlang/cowboy/cowboy-2.8.0.ebuild new file mode 100644 index 000000000..4b8bffb75 --- /dev/null +++ b/dev-erlang/cowboy/cowboy-2.8.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rebar + +DESCRIPTION="Small, fast, modern HTTP server for Erlang/OTP." +HOMEPAGE="https://github.com/ninenines/cowboy" +SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="dev-erlang/cowlib" +RDEPEND="${DEPEND} + =dev-erlang/ranch-1.7.1*" + +DOCS=( README.asciidoc ) + +# TODO: cowboy has a test suite with lots of dependencies; enable it once those +# dependencies are merged as well +RESTRICT=test + +# Override rebar's default since cowboy doesn't have cowboy.app.src but still +# needs its deps removed +src_prepare() { + default + rebar_remove_deps +} diff --git a/dev-erlang/cowboy/metadata.xml b/dev-erlang/cowboy/metadata.xml new file mode 100644 index 000000000..708e073d1 --- /dev/null +++ b/dev-erlang/cowboy/metadata.xml @@ -0,0 +1,8 @@ + + + + + brian@kubisiak.com + Brian Kubisiak + +