* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/parsedate/
@ 2022-04-24 1:50 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-04-24 1:50 UTC (permalink / raw
To: gentoo-commits
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>lssndrbarbieri@gmail.com</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
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/parsedate/
@ 2022-04-28 8:08 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-04-28 8:08 UTC (permalink / raw
To: gentoo-commits
commit: 72c99730e89e5b6057b0c05ebdbf270029db212c
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Apr 28 08:05:06 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Apr 28 08:05:06 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=72c99730
dev-R/parsedate: fix header
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/parsedate/parsedate-1.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-R/parsedate/parsedate-1.3.0.ebuild b/dev-R/parsedate/parsedate-1.3.0.ebuild
index dd1ff2f8f..b01a5de78 100644
--- a/dev-R/parsedate/parsedate-1.3.0.ebuild
+++ b/dev-R/parsedate/parsedate-1.3.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] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/parsedate/
@ 2022-05-02 7:19 Alessandro Barbieri
0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2022-05-02 7:19 UTC (permalink / raw
To: gentoo-commits
commit: 33eac7bc745d605085dd78a0a2f2d05f13b20f3e
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 2 07:19:26 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon May 2 07:19:48 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33eac7bc
dev-R/parsedate: fix suggested packages category
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/parsedate/parsedate-1.3.0.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-R/parsedate/parsedate-1.3.0.ebuild b/dev-R/parsedate/parsedate-1.3.0.ebuild
index b01a5de78..b103d2fbc 100644
--- a/dev-R/parsedate/parsedate-1.3.0.ebuild
+++ b/dev-R/parsedate/parsedate-1.3.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64"
LICENSE='GPL-2'
SUGGESTED_PACKAGES="
- sci-CRAN/covr
- sci-CRAN/testthat
- sci-CRAN/withr
+ dev-R/covr
+ dev-R/testthat
+ dev-R/withr
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-05-02 7:19 UTC | newest]
Thread overview: 3+ 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/parsedate/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-05-02 7:19 Alessandro Barbieri
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