commit:     cb571a3f13404a33bf4c198475d867d5eb90e3f7
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 22:26:39 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=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-}"

Reply via email to