* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/pkgsearch/
@ 2022-04-24 1:50 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-04-24 1:50 UTC (permalink / raw
To: gentoo-commits
commit: 33793ce906db42c378154e5f41224f99c0662132
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 01:50:30 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 01:50:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33793ce9
dev-R/pkgsearch: new package, add 3.1.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pkgsearch/Manifest | 1 +
dev-R/pkgsearch/metadata.xml | 16 +++++++++++++++
dev-R/pkgsearch/pkgsearch-3.1.0.ebuild | 37 ++++++++++++++++++++++++++++++++++
3 files changed, 54 insertions(+)
diff --git a/dev-R/pkgsearch/Manifest b/dev-R/pkgsearch/Manifest
new file mode 100644
index 000000000..d0975666a
--- /dev/null
+++ b/dev-R/pkgsearch/Manifest
@@ -0,0 +1 @@
+DIST pkgsearch_3.1.0.tar.gz 45559 BLAKE2B dcf5f5f60cb7bdb33b45a9ca895ed60ce229a513e0f1dbc324b7ac546fe45922ca94168ab5445ba3f730049b7a1ac734d8de54a97817db069919f8095137aafb SHA512 9c3f5828d28ffee24a1a5498a4d6a3c8b82eb696b52da3a89925187cb44eb2d8b89564cb508d0eedd96d9d4815dbf203ebc60ae9ead7e53f3ca4f7f7f7c9de23
diff --git a/dev-R/pkgsearch/metadata.xml b/dev-R/pkgsearch/metadata.xml
new file mode 100644
index 000000000..bf456e309
--- /dev/null
+++ b/dev-R/pkgsearch/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <description>co-maintainers welcome</description>
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+ Search and Query CRAN R Packages // Search CRAN metadata about
+ packages by keyword, popularity, recent activity, package name
+ and more. Uses the 'R-hub' search server, see https://r-pkg.org
+ and the CRAN metadata database, that contains information about
+ CRAN packages. Note that this is _not_ a CRAN project.
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild b/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
new file mode 100644
index 000000000..68ee98270
--- /dev/null
+++ b/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Search and Query CRAN R Packages'
+HOMEPAGE="
+ https://github.com/r-hub/pkgsearch
+ https://r-hub.github.io/pkgsearch/
+ https://cran.r-project.org/package=pkgsearch
+"
+KEYWORDS="~amd64"
+LICENSE='MIT'
+
+DEPEND="
+ dev-R/curl
+ dev-R/jsonlite
+ dev-R/prettyunits
+ >=dev-R/parsedate-1.3.0
+"
+RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+ dev-R/covr
+ dev-R/memoise
+ dev-R/mockery
+ dev-R/pillar
+ >=dev-R/pingr-2.0.0
+ dev-R/rstudioapi
+ dev-R/shiny
+ dev-R/shinyjs
+ dev-R/shinyWidgets
+ >=dev-R/testthat-2.1.0
+ dev-R/whoami
+"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/pkgsearch/
@ 2022-04-28 8:08 Alessandro Barbieri
0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Barbieri @ 2022-04-28 8:08 UTC (permalink / raw
To: gentoo-commits
commit: 143322e48b0682e37da6d9ee0a4b1beac940892e
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 28 08:04:49 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Apr 28 08:04:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=143322e4
dev-R/pkgsearch: fix header
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pkgsearch/pkgsearch-3.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild b/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
index 68ee98270..5507653b7 100644
--- a/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
+++ b/dev-R/pkgsearch/pkgsearch-3.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-04-28 8:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-28 8:08 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/pkgsearch/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-04-24 1:50 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox