commit:     cf47023889234f7480381f6fe18040dc2a5703a3
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 01:50:21 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Apr 24 01:50:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf470238

dev-R/parsedate: new package, add 1.3.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/parsedate/Manifest               |  1 +
 dev-R/parsedate/metadata.xml           | 15 +++++++++++++++
 dev-R/parsedate/parsedate-1.3.0.ebuild | 21 +++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-R/parsedate/Manifest b/dev-R/parsedate/Manifest
new file mode 100644
index 000000000..fefd29909
--- /dev/null
+++ b/dev-R/parsedate/Manifest
@@ -0,0 +1 @@
+DIST parsedate_1.3.0.tar.gz 19781 BLAKE2B 
0e696547f222d9ab4cc1ce5a2a797d1c766191fd217483a35ba79ad48f6c03890dceed4962ea6acdab74089168ec518c8867e3079d413c02856b36d5f7bbc759
 SHA512 
fcddd3916139ba29843842524b1140bf33fe267baf36888c3d70accf77125b7a7955757a5d74db0700caad1373ce4902df42795ea502e448aa825d6e02ca01dc

diff --git a/dev-R/parsedate/metadata.xml b/dev-R/parsedate/metadata.xml
new file mode 100644
index 000000000..fe8009d91
--- /dev/null
+++ b/dev-R/parsedate/metadata.xml
@@ -0,0 +1,15 @@
+<?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>[email protected]</email>
+               <name>Alessandro Barbieri</name>
+       </maintainer>
+       <longdescription lang="en">
+               Recognize and Parse Dates in Various Formats, Including All ISO
+               8601 Formats // Parse dates automatically, without the need of
+               specifying a format. Currently it includes the git date parser.
+               It can also recognize and parse all ISO 8601 formats.
+       </longdescription>
+</pkgmetadata>

diff --git a/dev-R/parsedate/parsedate-1.3.0.ebuild 
b/dev-R/parsedate/parsedate-1.3.0.ebuild
new file mode 100644
index 000000000..dd1ff2f8f
--- /dev/null
+++ b/dev-R/parsedate/parsedate-1.3.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit R-packages
+
+DESCRIPTION='Recognize and Parse Dates in Various Formats'
+HOMEPAGE="
+       https://github.com/gaborcsardi/parsedate
+       https://cran.r-project.org/package=parsedate
+"
+
+KEYWORDS="~amd64"
+LICENSE='GPL-2'
+
+SUGGESTED_PACKAGES="
+       sci-CRAN/covr
+       sci-CRAN/testthat
+       sci-CRAN/withr
+"

Reply via email to