From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B1EB415812D for ; Fri, 03 Jan 2025 16:41:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B92DFE0867; Fri, 03 Jan 2025 16:41:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A4249E0867 for ; Fri, 03 Jan 2025 16:41:21 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E4F9A3408DD for ; Fri, 03 Jan 2025 16:41:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E0E119A1 for ; Fri, 03 Jan 2025 16:41:18 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1735922434.c8f9359ff079f314297b40f30adaccf974bf40a7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/cmark/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/cmark/cmark-0.31.1-r1.ebuild app-text/cmark/cmark-0.31.1.ebuild X-VCS-Directories: app-text/cmark/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c8f9359ff079f314297b40f30adaccf974bf40a7 X-VCS-Branch: master Date: Fri, 03 Jan 2025 16:41:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c6705866-198e-4f04-bf5c-2577fa866b15 X-Archives-Hash: 1bf4febb928cdecf612744c392d81385 commit: c8f9359ff079f314297b40f30adaccf974bf40a7 Author: Azamat H. Hackimov gmail com> AuthorDate: Tue Dec 3 00:44:59 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jan 3 16:40:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f9359f app-text/cmark: update subslot Closes: https://bugs.gentoo.org/945764 Signed-off-by: Azamat H. Hackimov gmail.com> Closes: https://github.com/gentoo/gentoo/pull/39574 Signed-off-by: Joonas Niilola gentoo.org> app-text/cmark/{cmark-0.31.1.ebuild => cmark-0.31.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/cmark/cmark-0.31.1.ebuild b/app-text/cmark/cmark-0.31.1-r1.ebuild similarity index 93% rename from app-text/cmark/cmark-0.31.1.ebuild rename to app-text/cmark/cmark-0.31.1-r1.ebuild index ae89bcc8e095..66e1ac7da6e6 100644 --- a/app-text/cmark/cmark-0.31.1.ebuild +++ b/app-text/cmark/cmark-0.31.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/commonmark/cmark" SRC_URI="https://github.com/commonmark/cmark/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" -SLOT="0/0.31.0" +SLOT="0/0.31.1" KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" IUSE="test" RESTRICT="!test? ( test )"