summaryrefslogtreecommitdiff
path: root/dev-R/httpuv
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-03 12:50:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-07-03 12:50:51 +0000
commitaa50d7cfb65e59074f69e38ca3d0e5fb28c27437 (patch)
treeeaeb741512746c1fc3c4d05f330deb742385ad87 /dev-R/httpuv
parent7d3cdb1aa12cfaa5cc341f28a677d1ab51c29934 (diff)
downloadbaldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.gz
baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.tar.xz
baldeagleos-repo-aa50d7cfb65e59074f69e38ca3d0e5fb28c27437.zip
Adding metadata
Diffstat (limited to 'dev-R/httpuv')
-rw-r--r--dev-R/httpuv/Manifest1
-rw-r--r--dev-R/httpuv/httpuv-1.6.5.ebuild38
-rw-r--r--dev-R/httpuv/metadata.xml17
3 files changed, 56 insertions, 0 deletions
diff --git a/dev-R/httpuv/Manifest b/dev-R/httpuv/Manifest
new file mode 100644
index 000000000000..0d3abacd242b
--- /dev/null
+++ b/dev-R/httpuv/Manifest
@@ -0,0 +1 @@
+DIST httpuv_1.6.5.tar.gz 1815063 BLAKE2B df45b3ae03633925df8d2f3d5133ad2cd4f08916ebaeedbc8553d561eefd6b8d69d16a4585145be12abcc78590c8deacc692c7e215b0f3603b878333e1d8125e SHA512 aaa3d6551d37b955b68072dc8e61a23d8c1c0b288dc5249aa46ab242682aef278e9f3a42e84809c68b4b6136f846171d8e4134eeb6b08749ed3758ef3752b79e
diff --git a/dev-R/httpuv/httpuv-1.6.5.ebuild b/dev-R/httpuv/httpuv-1.6.5.ebuild
new file mode 100644
index 000000000000..32bd9489918d
--- /dev/null
+++ b/dev-R/httpuv/httpuv-1.6.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages edo
+
+DESCRIPTION='HTTP and WebSocket Server Library'
+KEYWORDS="~amd64"
+LICENSE='GPL-2+'
+RESTRICT="!test? ( test )"
+IUSE="test"
+
+DEPEND="
+ >=dev-R/Rcpp-1.0.7
+ dev-R/R6
+ dev-R/promises
+ >=dev-R/later-0.8.0
+ sys-libs/zlib
+ test? (
+ dev-R/testthat
+ dev-R/callr
+ dev-R/curl
+ dev-R/websocket
+ )
+"
+
+SUGGESTED_PACKAGES="
+ dev-R/testthat
+ dev-R/callr
+ dev-R/curl
+ dev-R/websocket
+"
+
+src_test() {
+ cd "${WORKDIR}/${P}/tests" || die
+ NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
+}
diff --git a/dev-R/httpuv/metadata.xml b/dev-R/httpuv/metadata.xml
new file mode 100644
index 000000000000..4178d43bc213
--- /dev/null
+++ b/dev-R/httpuv/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>me@r0bert.dev</email>
+ <name>Robert Greener</name>
+ </maintainer>
+ <longdescription lang="en">Provides low-level socket and protocol support for handling HTTP and WebSocket requests directly from within R. It is primarily intended as a building block for other packages, rather than making it particularly easy to create complete web applications using httpuv alone. httpuv is built on top of the libuv and http-parser C libraries, both of which were developed by Joyent, Inc. (See LICENSE file for libuv and http-parser license information.)</longdescription>
+ <upstream>
+ <maintainer>
+ <email>winston@rstudio.com</email>
+ <name>Winston Chang</name>
+ </maintainer>
+ <bugs-to>https://github.com/rstudio/httpuv/issues</bugs-to>
+ </upstream>
+ <origin>gentoo-guru-overlay</origin>
+</pkgmetadata> \ No newline at end of file