* [gentoo-commits] repo/proj/guru:dev commit in: dev-erlang/cowboy/
@ 2021-06-29 21:27 Abtin Matthew Bakhtiari
0 siblings, 0 replies; 2+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-29 21:27 UTC (permalink / raw
To: gentoo-commits
commit: 584cba4958f92ff9a654f23de13e059262a79712
Author: Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Tue Jun 29 21:27:16 2021 +0000
Commit: Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Tue Jun 29 21:27:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=584cba49
dev-erlang/cowboy: bump to 2.9.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>
dev-erlang/cowboy/Manifest | 2 +-
dev-erlang/cowboy/{cowboy-2.8.0.ebuild => cowboy-2.9.0.ebuild} | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-erlang/cowboy/Manifest b/dev-erlang/cowboy/Manifest
index 585cbda9e..06cbc763c 100644
--- a/dev-erlang/cowboy/Manifest
+++ b/dev-erlang/cowboy/Manifest
@@ -1 +1 @@
-DIST cowboy-2.8.0.tar.gz 3728168 BLAKE2B d669625206ddf2a7209487603ab30f07e9cf3c177b31c8eb883c857116c15c03431ac64809ab2afdd5b7a66a4858e1180a5d1ffb732f1c3a6c514669840ddfaf SHA512 930728b26d01b7936ae58d0b77673de5179de22ac633110773cbe85b8cfc26a6373ecd66b5133c4059af4f8b1b070dd87f4da88ffede1a4def28699e91af1511
+DIST cowboy-2.9.0.tar.gz 3734838 BLAKE2B e5670a43c0a5f542de708c31574a5d1f4a754b58a06881ce998e915a8ffe2a9e9499f998a7330428fb0fd87cafcaff4bccd565ca19cabe2c0b2c18ef619943be SHA512 af4cbd8afcebd4f9b76bd387c9344413cd81342401678e64b7d2a4daa2f6a91c15b51f1d288b4072b5bae8b3f27cf853c2633a5357b83c1cfef626b9d0d14352
diff --git a/dev-erlang/cowboy/cowboy-2.8.0.ebuild b/dev-erlang/cowboy/cowboy-2.9.0.ebuild
similarity index 93%
rename from dev-erlang/cowboy/cowboy-2.8.0.ebuild
rename to dev-erlang/cowboy/cowboy-2.9.0.ebuild
index 4b8bffb75..3c3ab6fa3 100644
--- a/dev-erlang/cowboy/cowboy-2.8.0.ebuild
+++ b/dev-erlang/cowboy/cowboy-2.9.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit rebar
@@ -13,10 +13,12 @@ SRC_URI="https://github.com/ninenines/${PN}/archive/${PV}.tar.gz
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
+RESTRICT="mirror"
DEPEND="dev-erlang/cowlib"
RDEPEND="${DEPEND}
- =dev-erlang/ranch-1.7.1*"
+ =dev-erlang/ranch-1.7.1*
+"
DOCS=( README.asciidoc )
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-erlang/cowboy/
@ 2021-04-15 1:12 Brian Kubisiak
0 siblings, 0 replies; 2+ messages in thread
From: Brian Kubisiak @ 2021-04-15 1:12 UTC (permalink / raw
To: gentoo-commits
commit: cbe582fd10e762cbd40da432d39d915bfb0b5d42
Author: Brian Kubisiak <brian <AT> kubisiak <DOT> com>
AuthorDate: Thu Apr 15 01:10:38 2021 +0000
Commit: Brian Kubisiak <brian <AT> kubisiak <DOT> 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 <brian <AT> 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 @@
+<?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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-29 21:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-29 21:27 [gentoo-commits] repo/proj/guru:dev commit in: dev-erlang/cowboy/ Abtin Matthew Bakhtiari
-- strict thread matches above, loose matches on Subject: below --
2021-04-15 1:12 Brian Kubisiak
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox