* [gentoo-commits] repo/proj/guru:master commit in: dev-R/pillar/
@ 2020-05-10 19:36 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2020-05-10 19:36 UTC (permalink / raw
To: gentoo-commits
commit: 728803f8c57d7a12b830eb98f8a0c5177b611295
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May 8 16:55:42 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri May 8 16:55:42 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=728803f8
dev-R/pillar: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pillar/Manifest | 1 +
dev-R/pillar/metadata.xml | 33 +++++++++++++++++++++++++++++++++
dev-R/pillar/pillar-1.4.4.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 59 insertions(+)
diff --git a/dev-R/pillar/Manifest b/dev-R/pillar/Manifest
new file mode 100644
index 0000000..08a6de0
--- /dev/null
+++ b/dev-R/pillar/Manifest
@@ -0,0 +1 @@
+DIST pillar_1.4.4.tar.gz 231021 BLAKE2B 21a5597f70f093ff50fe21f79e2903ee16efc724cdb2b99396d29e1857c8cf7c8700c5d3f440db95f692691b0df0e82ef3419d17777146c76dbd0c1418d9780d SHA512 e1b325908b6d79bbc5e944b4117a46016be88bc5a71ce8e5494a3a46a85039d6d216b1699014dcafbe2d4f3365130a65d0ef481f66b2e6ee9df49c1e8801aad4
diff --git a/dev-R/pillar/metadata.xml b/dev-R/pillar/metadata.xml
new file mode 100644
index 0000000..51d277f
--- /dev/null
+++ b/dev-R/pillar/metadata.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">
+ Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.
+ </longdescription>
+ <upstream>
+ <bugs-to>
+ https://github.com/r-lib/pillar/issues
+ </bugs-to>
+ <doc lang="en">
+ https://cran.r-project.org/web//packages/pillar/pillar.pdf
+ </doc>
+ <changelog>
+ https://cran.r-project.org/web//packages/pillar/news/news.html
+ </changelog>
+ <maintainer>
+ <name>
+ Kirill Müller
+ </name>
+ <email>
+ krlmlr+r@mailbox.org
+ </email>
+ </maintainer>
+ <remote-id type="github">
+ r-lib/pillar
+ </remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-R/pillar/pillar-1.4.4.ebuild b/dev-R/pillar/pillar-1.4.4.ebuild
new file mode 100644
index 0000000..c35d385
--- /dev/null
+++ b/dev-R/pillar/pillar-1.4.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Coloured Formatting for Columns'
+HOMEPAGE="
+ https://github.com/r-lib/pillar
+ https://cran.r-project.org/package=pillar
+"
+SRC_URI="http://cran.r-project.org/src/contrib/pillar_1.4.4.tar.gz"
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+ dev-R/cli
+ >=dev-R/crayon-1.3.4
+ dev-R/fansi
+ >=dev-R/rlang-0.3.0
+ >=dev-R/vctrs-0.2.0
+ >=dev-R/utf8-1.1.0
+"
+RDEPEND="${DEPEND-}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/pillar/
@ 2021-03-15 10:58 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-03-15 10:58 UTC (permalink / raw
To: gentoo-commits
commit: 140df1dde3f2ec4e5a31c338165dc0ec6eed3f39
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 22:28:56 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 14 22:42:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=140df1dd
dev-R/pillar: new version
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pillar/Manifest | 1 +
dev-R/pillar/pillar-1.5.1.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-R/pillar/Manifest b/dev-R/pillar/Manifest
index 08a6de0a..b67424fb 100644
--- a/dev-R/pillar/Manifest
+++ b/dev-R/pillar/Manifest
@@ -1 +1,2 @@
DIST pillar_1.4.4.tar.gz 231021 BLAKE2B 21a5597f70f093ff50fe21f79e2903ee16efc724cdb2b99396d29e1857c8cf7c8700c5d3f440db95f692691b0df0e82ef3419d17777146c76dbd0c1418d9780d SHA512 e1b325908b6d79bbc5e944b4117a46016be88bc5a71ce8e5494a3a46a85039d6d216b1699014dcafbe2d4f3365130a65d0ef481f66b2e6ee9df49c1e8801aad4
+DIST pillar_1.5.1.tar.gz 1069450 BLAKE2B 31ef4984521be38e97912a3808341b3f03c4750aa974bfa680d43b969104dea1f818b76e5fb0e410e9da04deeee3553ace2cd40d3d8d964e390674ab4c923626 SHA512 a7dbcfa659506a10b03859d48ee3cabe1fea1874c82d0cecdf246f4a1de5aa4d24949ea5998d52fa172f296870960f572000c3f9784d1a073622f6f5d497befe
diff --git a/dev-R/pillar/pillar-1.5.1.ebuild b/dev-R/pillar/pillar-1.5.1.ebuild
new file mode 100644
index 00000000..e2ad61eb
--- /dev/null
+++ b/dev-R/pillar/pillar-1.5.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Coloured Formatting for Columns'
+HOMEPAGE="
+ https://github.com/r-lib/pillar
+ https://cran.r-project.org/package=pillar
+"
+SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+ dev-R/cli
+ >=dev-R/crayon-1.3.4
+ dev-R/ellipsis
+ dev-R/fansi
+ dev-R/lifecycle
+ >=dev-R/rlang-0.3.0
+ >=dev-R/utf8-1.1.0
+ >=dev-R/vctrs-0.2.0
+"
+RDEPEND="${DEPEND-}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/pillar/
@ 2021-05-04 8:33 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-05-04 8:33 UTC (permalink / raw
To: gentoo-commits
commit: de7b9a0e34814eac7daeed16b06b183a3e6c04b2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May 3 17:19:10 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 4 00:12:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de7b9a0e
dev-R/pillar: tidy metadata
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pillar/metadata.xml | 46 ++++++++++++++++------------------------------
1 file changed, 16 insertions(+), 30 deletions(-)
diff --git a/dev-R/pillar/metadata.xml b/dev-R/pillar/metadata.xml
index 51d277fce..0e97ae11b 100644
--- a/dev-R/pillar/metadata.xml
+++ b/dev-R/pillar/metadata.xml
@@ -1,33 +1,19 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>lssndrbarbieri@gmail.com</email>
- <name>Alessandro Barbieri</name>
- </maintainer>
- <longdescription lang="en">
- Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.
- </longdescription>
- <upstream>
- <bugs-to>
- https://github.com/r-lib/pillar/issues
- </bugs-to>
- <doc lang="en">
- https://cran.r-project.org/web//packages/pillar/pillar.pdf
- </doc>
- <changelog>
- https://cran.r-project.org/web//packages/pillar/news/news.html
- </changelog>
- <maintainer>
- <name>
- Kirill Müller
- </name>
- <email>
- krlmlr+r@mailbox.org
- </email>
- </maintainer>
- <remote-id type="github">
- r-lib/pillar
- </remote-id>
- </upstream>
+ <maintainer type="person">
+ <email>lssndrbarbieri@gmail.com</email>
+ <name>Alessandro Barbieri</name>
+ </maintainer>
+ <longdescription lang="en">Provides 'pillar' and 'colonnade' generics designed for formatting columns of data using the full range of colours provided by modern terminals.</longdescription>
+ <upstream>
+ <bugs-to>https://github.com/r-lib/pillar/issues</bugs-to>
+ <doc lang="en">https://cran.r-project.org/web//packages/pillar/pillar.pdf</doc>
+ <changelog>https://cran.r-project.org/web//packages/pillar/news/news.html</changelog>
+ <maintainer>
+ <name>Kirill Müller</name>
+ <email>krlmlr+r@mailbox.org</email>
+ </maintainer>
+ <remote-id type="github">r-lib/pillar</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/pillar/
@ 2021-05-04 8:33 Andrew Ammerlaan
0 siblings, 0 replies; 5+ messages in thread
From: Andrew Ammerlaan @ 2021-05-04 8:33 UTC (permalink / raw
To: gentoo-commits
commit: 6b11ba6d631a0c8563e6823ae26885eb611f0a40
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 4 00:03:11 2021 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue May 4 00:14:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6b11ba6d
dev-R/pillar: add 1.6.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pillar/Manifest | 1 +
dev-R/pillar/metadata.xml | 3 ++-
dev-R/pillar/pillar-1.6.0.ebuild | 27 +++++++++++++++++++++++++++
3 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/dev-R/pillar/Manifest b/dev-R/pillar/Manifest
index b67424fbd..889387d2b 100644
--- a/dev-R/pillar/Manifest
+++ b/dev-R/pillar/Manifest
@@ -1,2 +1,3 @@
DIST pillar_1.4.4.tar.gz 231021 BLAKE2B 21a5597f70f093ff50fe21f79e2903ee16efc724cdb2b99396d29e1857c8cf7c8700c5d3f440db95f692691b0df0e82ef3419d17777146c76dbd0c1418d9780d SHA512 e1b325908b6d79bbc5e944b4117a46016be88bc5a71ce8e5494a3a46a85039d6d216b1699014dcafbe2d4f3365130a65d0ef481f66b2e6ee9df49c1e8801aad4
DIST pillar_1.5.1.tar.gz 1069450 BLAKE2B 31ef4984521be38e97912a3808341b3f03c4750aa974bfa680d43b969104dea1f818b76e5fb0e410e9da04deeee3553ace2cd40d3d8d964e390674ab4c923626 SHA512 a7dbcfa659506a10b03859d48ee3cabe1fea1874c82d0cecdf246f4a1de5aa4d24949ea5998d52fa172f296870960f572000c3f9784d1a073622f6f5d497befe
+DIST pillar_1.6.0.tar.gz 1100197 BLAKE2B dd835ed62e4ae4e5406d0474a3f92d34a46fefe009b40e05c787c33ec23a9a51679a57840ffe46086fe68b0eaafb21d5b6fef82098defcbcd0e886699f82f0f3 SHA512 5258235a3a7233794f498c8bc44484b844e530a0976b2754466b2caf296df9724d5ae149ea54910efa8ecda97a1cc8978dc91663ade14dd16d9844506b4cf066
diff --git a/dev-R/pillar/metadata.xml b/dev-R/pillar/metadata.xml
index 0e97ae11b..70f5ff765 100644
--- a/dev-R/pillar/metadata.xml
+++ b/dev-R/pillar/metadata.xml
@@ -2,6 +2,7 @@
<!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>
@@ -11,7 +12,7 @@
<doc lang="en">https://cran.r-project.org/web//packages/pillar/pillar.pdf</doc>
<changelog>https://cran.r-project.org/web//packages/pillar/news/news.html</changelog>
<maintainer>
- <name>Kirill Müller</name>
+ <name>Kirill Müller</name>
<email>krlmlr+r@mailbox.org</email>
</maintainer>
<remote-id type="github">r-lib/pillar</remote-id>
diff --git a/dev-R/pillar/pillar-1.6.0.ebuild b/dev-R/pillar/pillar-1.6.0.ebuild
new file mode 100644
index 000000000..d58b252ec
--- /dev/null
+++ b/dev-R/pillar/pillar-1.6.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Coloured Formatting for Columns'
+HOMEPAGE="
+ https://github.com/r-lib/pillar
+ https://cran.r-project.org/package=pillar
+"
+SRC_URI="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+ dev-R/cli
+ >=dev-R/crayon-1.3.4
+ dev-R/ellipsis
+ dev-R/fansi
+ dev-R/lifecycle
+ >=dev-R/rlang-0.3.0
+ >=dev-R/utf8-1.1.0
+ >=dev-R/vctrs-0.2.0
+"
+RDEPEND="${DEPEND-}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: dev-R/pillar/
@ 2022-03-10 9:45 Ronny Gutbrod
0 siblings, 0 replies; 5+ messages in thread
From: Ronny Gutbrod @ 2022-03-10 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 204f67e373ce2f8ea8e5fc281bf56c5f5862de73
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar 8 23:41:11 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Tue Mar 8 23:41:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=204f67e3
dev-R/pillar: add 1.7.0, drop 1.6.1
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-R/pillar/Manifest | 2 +-
.../{pillar-1.6.1.ebuild => pillar-1.7.0.ebuild} | 28 ++++++++++++++++++++--
2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/dev-R/pillar/Manifest b/dev-R/pillar/Manifest
index 743517db2..1fb469a67 100644
--- a/dev-R/pillar/Manifest
+++ b/dev-R/pillar/Manifest
@@ -1 +1 @@
-DIST pillar_1.6.1.tar.gz 1111747 BLAKE2B e60445ca3abae2bc90f27cc6daeaa06732facc7c5d2d68d34566e22022b0e4fd5115d6e234a27ee8876d134c5e25d53c0152343e4baaae0d5a4a4c3cead38b2c SHA512 f93ca2b1522f12621be241383ed589aadd1240d668d85d848413282c3c4dc5671bdef23dafeeb5613b6aa72ad9e0624289b8cec7cb1156fae25783baf16f2536
+DIST pillar_1.7.0.tar.gz 529668 BLAKE2B ce6e6c85deeb85679254b9403472fbf3c26d05421c1990215ed81420bf44183890eb630640f4e3319f1069bc7e9107ff99abc4ae674ce4e946ab646d28c145e3 SHA512 10a5247372bdb0cef03a3cc36c4efc776ae8ca5fce117b2c1368e06e97b9f0351a9edcd55e2a28d03e1ea9c2c5d0995534f2e6501090b35eebe93b4233dd473c
diff --git a/dev-R/pillar/pillar-1.6.1.ebuild b/dev-R/pillar/pillar-1.7.0.ebuild
similarity index 53%
rename from dev-R/pillar/pillar-1.6.1.ebuild
rename to dev-R/pillar/pillar-1.7.0.ebuild
index d51a3711a..d8e84a932 100644
--- a/dev-R/pillar/pillar-1.6.1.ebuild
+++ b/dev-R/pillar/pillar-1.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -15,13 +15,37 @@ LICENSE='GPL-3'
KEYWORDS="~amd64"
DEPEND="
- dev-R/cli
+ >=dev-R/cli-2.3.0
>=dev-R/crayon-1.3.4
>=dev-R/ellipsis-0.3.2
dev-R/fansi
+ dev-R/glue
dev-R/lifecycle
>=dev-R/rlang-0.3.0
>=dev-R/utf8-1.1.0
>=dev-R/vctrs-0.3.8
"
RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+ dev-R/bit64
+ dev-R/debugme
+ dev-R/DiagrammeR
+ dev-R/dplyr
+ dev-R/formattable
+ dev-R/ggplot2
+ dev-R/knitr
+ dev-R/lubridate
+ dev-R/nanotime
+ dev-R/nycflights13
+ dev-R/palmerpenguins
+ dev-R/rmarkdown
+ dev-R/scales
+ dev-R/stringi
+ dev-R/survival
+ >=dev-R/testthat-3.1.1
+ dev-R/tibble
+ >=dev-R/units-0.7.2
+ dev-R/vdiffr
+ dev-R/withr
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-03-10 9:45 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-04 8:33 [gentoo-commits] repo/proj/guru:master commit in: dev-R/pillar/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2022-03-10 9:45 Ronny Gutbrod
2021-05-04 8:33 Andrew Ammerlaan
2021-03-15 10:58 Andrew Ammerlaan
2020-05-10 19:36 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox