From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1373934-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DFC6115808B for <garchives@archives.gentoo.org>; Thu, 10 Mar 2022 01:12:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69C1FE0940; Thu, 10 Mar 2022 01:12:27 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D54BE0940 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 01:12:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 43B96342F93 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 01:12:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62D40317 for <gentoo-commits@lists.gentoo.org>; Thu, 10 Mar 2022 01:12:24 +0000 (UTC) From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" <lssndrbarbieri@gmail.com> Message-ID: <1646874346.89528e5a7a242318b6841fddcd5b9d6a6b88d77c.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/commonmark/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-R/commonmark/Manifest dev-R/commonmark/commonmark-1.7.ebuild dev-R/commonmark/commonmark-1.8.0.ebuild X-VCS-Directories: dev-R/commonmark/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 89528e5a7a242318b6841fddcd5b9d6a6b88d77c X-VCS-Branch: dev Date: Thu, 10 Mar 2022 01:12:24 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 772dd187-c8fb-4882-bf3b-ab7ef01bf0ab X-Archives-Hash: 40d9e628681dab010481a54a3183d234 commit: 89528e5a7a242318b6841fddcd5b9d6a6b88d77c Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Thu Mar 10 00:05:33 2022 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Thu Mar 10 01:05:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=89528e5a dev-R/commonmark: add 1.8.0, drop 1.7 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-R/commonmark/Manifest | 2 +- .../commonmark/{commonmark-1.7.ebuild => commonmark-1.8.0.ebuild} | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/dev-R/commonmark/Manifest b/dev-R/commonmark/Manifest index 707f6b7f1..8b05167f7 100644 --- a/dev-R/commonmark/Manifest +++ b/dev-R/commonmark/Manifest @@ -1 +1 @@ -DIST commonmark_1.7.tar.gz 134002 BLAKE2B 10c6360037c39c6e9d31c238673af73a45ff262d354998d20b4f952611a45e98ae3498bd4f4dcd817fd878309609218d91d418d392243652a6fcb75d5b4f958d SHA512 23f384bae4cc46153f3dc61599234a17a04c9fef2eae0dca744a9a8b43768f8f96f779a0fbb7c3ff9f6ba39d3f3512bb382b32960bf2875cc5a5bb8de4ece5e9 +DIST commonmark_1.8.0.tar.gz 139478 BLAKE2B 5ee85af7a85e5fac061aaf833a20ed58bac994bd83fb3dd212edc935fcb111a73deabe0d2ed6c3c569fd0eb348eb2fde64208453a961aca03c02eb08c97a008b SHA512 268c0427a501f64227bac1d0fa6b1768c63782c643693e3903333fc3e81e35e168596dbed11303621014bb9be0a4044fc557ac3e14609c15e24950a2ae11661c diff --git a/dev-R/commonmark/commonmark-1.7.ebuild b/dev-R/commonmark/commonmark-1.8.0.ebuild similarity index 67% rename from dev-R/commonmark/commonmark-1.7.ebuild rename to dev-R/commonmark/commonmark-1.8.0.ebuild index 42652afb2..060157c85 100644 --- a/dev-R/commonmark/commonmark-1.7.ebuild +++ b/dev-R/commonmark/commonmark-1.8.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 @@ -9,4 +9,8 @@ DESCRIPTION='High Performance CommonMark and github markdown rendering in R' KEYWORDS="~amd64" LICENSE='BSD-2' -RDEPEND="${DEPEND}" +SUGGESTED_PACKAGES=" + dev-R/curl + dev-R/testthat + dev-R/xml2 +"