public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/
@ 2020-05-08  0:27 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2020-05-08  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     91df3709b3425eeab232a37eac8ac299b2c4e8ac
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri May  8 00:07:32 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri May  8 00:27:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=91df3709

dev-R/lifecycle: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/lifecycle/Manifest               |  1 +
 dev-R/lifecycle/lifecycle-0.2.0.ebuild | 23 +++++++++++++++++++++++
 dev-R/lifecycle/metadata.xml           | 33 +++++++++++++++++++++++++++++++++
 3 files changed, 57 insertions(+)

diff --git a/dev-R/lifecycle/Manifest b/dev-R/lifecycle/Manifest
new file mode 100644
index 0000000..3e7e9a0
--- /dev/null
+++ b/dev-R/lifecycle/Manifest
@@ -0,0 +1 @@
+DIST lifecycle_0.2.0.tar.gz 164455 BLAKE2B 9b6899716625eee5e74200a84fec473b79d97c57bc17510259efd39e814b2ddbfd5bf92ce789b543bd42578e7496ce69d92d2386d10c61464d5af7fe2272a53f SHA512 f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5

diff --git a/dev-R/lifecycle/lifecycle-0.2.0.ebuild b/dev-R/lifecycle/lifecycle-0.2.0.ebuild
new file mode 100644
index 0000000..fc5b32f
--- /dev/null
+++ b/dev-R/lifecycle/lifecycle-0.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Manage the Life Cycle of your Package Functions'
+HOMEPAGE="
+	https://lifecycle.r-lib.org
+	https://github.com/r-lib/lifecycle
+	https://cran.r-project.org/package=lifecycle
+"
+SRC_URI="http://cran.r-project.org/src/contrib/lifecycle_0.2.0.tar.gz"
+LICENSE='GPL-3'
+
+IUSE="${IUSE-}"
+DEPEND="
+	>=dev-lang/R-3.2
+	dev-R/glue
+	>=dev-R/rlang-0.4.0
+"
+RDEPEND="${DEPEND-}"

diff --git a/dev-R/lifecycle/metadata.xml b/dev-R/lifecycle/metadata.xml
new file mode 100644
index 0000000..617c5c7
--- /dev/null
+++ b/dev-R/lifecycle/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">
+		Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.
+	</longdescription>
+	<upstream>
+		<bugs-to>
+			https://github.com/r-lib/lifecycle/issues
+		</bugs-to>
+		<doc lang="en">
+			https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf
+		</doc>
+		<changelog>
+			https://cran.r-project.org/web//packages/lifecycle/news/news.html
+		</changelog>
+		<maintainer>
+			<name>
+				Lionel Henry
+			</name>
+			<email>
+				lionel@rstudio.com
+			</email>
+		</maintainer>
+		<remote-id type="github">
+			r-lib/lifecycle
+		</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/
@ 2021-03-14 22:42 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-03-14 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     cb571a3f13404a33bf4c198475d867d5eb90e3f7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 22:26:39 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 22:42:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb571a3f

dev-R/lifecycle: new version

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-R/lifecycle/Manifest               |  1 +
 dev-R/lifecycle/lifecycle-1.0.0.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-R/lifecycle/Manifest b/dev-R/lifecycle/Manifest
index 3e7e9a03..9c4421e5 100644
--- a/dev-R/lifecycle/Manifest
+++ b/dev-R/lifecycle/Manifest
@@ -1 +1,2 @@
 DIST lifecycle_0.2.0.tar.gz 164455 BLAKE2B 9b6899716625eee5e74200a84fec473b79d97c57bc17510259efd39e814b2ddbfd5bf92ce789b543bd42578e7496ce69d92d2386d10c61464d5af7fe2272a53f SHA512 f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5
+DIST lifecycle_1.0.0.tar.gz 83389 BLAKE2B bc331f7997ce33cc51fc6d5c04c3d7acd8bb0026adb893d667265050f517a121d7a639a1aafbbb21a1cf45cb6c2c256d32dc628798a3e72596c2881aef05d9fe SHA512 603e1889c41b970a10956aff5b547111bd0166de7c6721419d2ea1667ff36202803faa9a0913710993d15e4713227ae8d9801ab26b0f2e54b06d44838de495a4

diff --git a/dev-R/lifecycle/lifecycle-1.0.0.ebuild b/dev-R/lifecycle/lifecycle-1.0.0.ebuild
new file mode 100644
index 00000000..ed7c1430
--- /dev/null
+++ b/dev-R/lifecycle/lifecycle-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit R-packages-guru
+
+DESCRIPTION='Manage the Life Cycle of your Package Functions'
+HOMEPAGE="
+	https://lifecycle.r-lib.org
+	https://github.com/r-lib/lifecycle
+	https://cran.r-project.org/package=lifecycle
+"
+SRC_URI="http://cran.r-project.org/src/contrib/${PN}_${PV}.tar.gz"
+LICENSE='GPL-3'
+KEYWORDS="~amd64"
+IUSE="${IUSE-}"
+DEPEND="
+	>=dev-lang/R-3.3
+	dev-R/glue
+	>=dev-R/rlang-0.4.10
+"
+RDEPEND="${DEPEND-}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/
@ 2021-05-04  0:14 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-05-04  0:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9532d951ce6665ea0d2abea5d6bbdf9f1dd42e75
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon May  3 17:17:24 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May  4 00:12:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9532d951

dev-R/lifecycle: tidy metadata

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

 dev-R/lifecycle/metadata.xml | 46 +++++++++++++++-----------------------------
 1 file changed, 16 insertions(+), 30 deletions(-)

diff --git a/dev-R/lifecycle/metadata.xml b/dev-R/lifecycle/metadata.xml
index 617c5c710..9dddc1413 100644
--- a/dev-R/lifecycle/metadata.xml
+++ b/dev-R/lifecycle/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">
-		Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.
-	</longdescription>
-	<upstream>
-		<bugs-to>
-			https://github.com/r-lib/lifecycle/issues
-		</bugs-to>
-		<doc lang="en">
-			https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf
-		</doc>
-		<changelog>
-			https://cran.r-project.org/web//packages/lifecycle/news/news.html
-		</changelog>
-		<maintainer>
-			<name>
-				Lionel Henry
-			</name>
-			<email>
-				lionel@rstudio.com
-			</email>
-		</maintainer>
-		<remote-id type="github">
-			r-lib/lifecycle
-		</remote-id>
-	</upstream>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <longdescription lang="en">Manage the life cycle of your exported functions with shared conventions, documentation badges, and non-invasive deprecation warnings. The 'lifecycle' package defines four development stages (experimental, maturing, stable, and questioning) and three deprecation stages (soft-deprecated, deprecated, and defunct). It makes it easy to insert badges corresponding to these stages in your documentation. Usage of deprecated functions are signalled with increasing levels of non-invasive verbosity.</longdescription>
+  <upstream>
+    <bugs-to>https://github.com/r-lib/lifecycle/issues</bugs-to>
+    <doc lang="en">https://cran.r-project.org/web//packages/lifecycle/lifecycle.pdf</doc>
+    <changelog>https://cran.r-project.org/web//packages/lifecycle/news/news.html</changelog>
+    <maintainer>
+      <name>Lionel Henry</name>
+      <email>lionel@rstudio.com</email>
+    </maintainer>
+    <remote-id type="github">r-lib/lifecycle</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/
@ 2021-05-16 15:28 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2021-05-16 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     0f05aebd298afa0f0f8143eb8eb51b6d3302b097
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun May 16 15:26:21 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun May 16 15:26:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0f05aebd

dev-R/lifecycle: drop 0.2.0

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

 dev-R/lifecycle/Manifest               |  1 -
 dev-R/lifecycle/lifecycle-0.2.0.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-R/lifecycle/Manifest b/dev-R/lifecycle/Manifest
index 9c4421e5b..1d14cf4cd 100644
--- a/dev-R/lifecycle/Manifest
+++ b/dev-R/lifecycle/Manifest
@@ -1,2 +1 @@
-DIST lifecycle_0.2.0.tar.gz 164455 BLAKE2B 9b6899716625eee5e74200a84fec473b79d97c57bc17510259efd39e814b2ddbfd5bf92ce789b543bd42578e7496ce69d92d2386d10c61464d5af7fe2272a53f SHA512 f939b65a7eaaff543ffaf7284b07d551d2f851a1975a17116d7cdd3561dcf2e60d79561912f6e007a3d60c8a4e78727e74a96532f2555a5d6cc365a6f1e1dde5
 DIST lifecycle_1.0.0.tar.gz 83389 BLAKE2B bc331f7997ce33cc51fc6d5c04c3d7acd8bb0026adb893d667265050f517a121d7a639a1aafbbb21a1cf45cb6c2c256d32dc628798a3e72596c2881aef05d9fe SHA512 603e1889c41b970a10956aff5b547111bd0166de7c6721419d2ea1667ff36202803faa9a0913710993d15e4713227ae8d9801ab26b0f2e54b06d44838de495a4

diff --git a/dev-R/lifecycle/lifecycle-0.2.0.ebuild b/dev-R/lifecycle/lifecycle-0.2.0.ebuild
deleted file mode 100644
index df620f5c4..000000000
--- a/dev-R/lifecycle/lifecycle-0.2.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit R-packages-guru
-
-DESCRIPTION='Manage the Life Cycle of your Package Functions'
-HOMEPAGE="
-	https://lifecycle.r-lib.org
-	https://github.com/r-lib/lifecycle
-	https://cran.r-project.org/package=lifecycle
-"
-SRC_URI="mirror://cran/src/contrib/lifecycle_0.2.0.tar.gz"
-LICENSE='GPL-3'
-KEYWORDS="~amd64"
-IUSE="${IUSE-}"
-DEPEND="
-	>=dev-lang/R-3.2
-	dev-R/glue
-	>=dev-R/rlang-0.4.0
-"
-RDEPEND="${DEPEND-}"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/
@ 2022-03-07  1:18 Alessandro Barbieri
  0 siblings, 0 replies; 5+ messages in thread
From: Alessandro Barbieri @ 2022-03-07  1:18 UTC (permalink / raw
  To: gentoo-commits

commit:     587365ff884b7ec277897ddea200c387539399da
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Mar  7 01:18:37 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Mar  7 01:18:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=587365ff

dev-R/lifecycle: add 1.0.1, drop 1.0.0

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

 dev-R/lifecycle/Manifest                                   |  2 +-
 .../{lifecycle-1.0.0.ebuild => lifecycle-1.0.1.ebuild}     | 14 +++++++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/dev-R/lifecycle/Manifest b/dev-R/lifecycle/Manifest
index 1d14cf4cd..0d7929bc0 100644
--- a/dev-R/lifecycle/Manifest
+++ b/dev-R/lifecycle/Manifest
@@ -1 +1 @@
-DIST lifecycle_1.0.0.tar.gz 83389 BLAKE2B bc331f7997ce33cc51fc6d5c04c3d7acd8bb0026adb893d667265050f517a121d7a639a1aafbbb21a1cf45cb6c2c256d32dc628798a3e72596c2881aef05d9fe SHA512 603e1889c41b970a10956aff5b547111bd0166de7c6721419d2ea1667ff36202803faa9a0913710993d15e4713227ae8d9801ab26b0f2e54b06d44838de495a4
+DIST lifecycle_1.0.1.tar.gz 99716 BLAKE2B bb1195ec8fcff76ca1428340ce96cf8da33f6d0c2513b4ab8b3ad73524d1a0c47d86ab023fbe7080d3f875f67c843be276086724c5f1b23e95083c0cb586ea5e SHA512 63d3bda7086a50fc8e818e82f87d75e8850c60c8b10c54810ae62e9f20c944c23666df2be71d260f4c61c09218d9c8dca7d45d227799d851278079e4d9954f87

diff --git a/dev-R/lifecycle/lifecycle-1.0.0.ebuild b/dev-R/lifecycle/lifecycle-1.0.1.ebuild
similarity index 66%
rename from dev-R/lifecycle/lifecycle-1.0.0.ebuild
rename to dev-R/lifecycle/lifecycle-1.0.1.ebuild
index 09f1a1c29..b4804fcd1 100644
--- a/dev-R/lifecycle/lifecycle-1.0.0.ebuild
+++ b/dev-R/lifecycle/lifecycle-1.0.1.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"
@@ -19,3 +19,15 @@ DEPEND="
 	>=dev-R/rlang-0.4.10
 "
 RDEPEND="${DEPEND}"
+
+SUGGESTED_PACKAGES="
+	dev-R/covr
+	dev-R/crayon
+	dev-R/lintr
+	dev-R/tidyverse
+	dev-R/knitr
+	dev-R/rmarkdown
+	>=dev-R/testthat-3.0.1
+	dev-R/tibble
+	dev-R/vctrs
+"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-03-07  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-07  1:18 [gentoo-commits] repo/proj/guru:dev commit in: dev-R/lifecycle/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-05-16 15:28 Alessandro Barbieri
2021-05-04  0:14 Alessandro Barbieri
2021-03-14 22:42 Alessandro Barbieri
2020-05-08  0:27 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox