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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E45B159C9B for ; Sun, 11 Aug 2024 23:20:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4313E2A5D; Sun, 11 Aug 2024 23:18:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 65191E2A53 for ; Sun, 11 Aug 2024 23:18:32 +0000 (UTC) From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= To: gentoo-dev@lists.gentoo.org Cc: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Subject: [gentoo-dev] [RFC HELP WANTED 7/9] dev-scheme/guile-commonmark: new package, add 0.1.2_pre20240803 Date: Mon, 12 Aug 2024 00:22:52 +0200 Message-ID: <20240811231742.942813-8-arsen@gentoo.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240811231742.942813-1-arsen@gentoo.org> References: <20240811231742.942813-1-arsen@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Archives-Salt: 653a3a09-7013-46b5-9cd7-19a1ae3599da X-Archives-Hash: d83e7575803237563493086fb3f4e159 Signed-off-by: Arsen Arsenović --- dev-scheme/guile-commonmark/Manifest | 1 + .../guile-commonmark-0.1.2_pre20240803.ebuild | 29 +++++++++++++++++++ dev-scheme/guile-commonmark/metadata.xml | 15 ++++++++++ profiles/package.mask | 1 + 4 files changed, 46 insertions(+) create mode 100644 dev-scheme/guile-commonmark/Manifest create mode 100644 dev-scheme/guile-commonmark/guile-commonmark-0.1.2_pre20240803.ebuild create mode 100644 dev-scheme/guile-commonmark/metadata.xml diff --git a/dev-scheme/guile-commonmark/Manifest b/dev-scheme/guile-commonmark/Manifest new file mode 100644 index 000000000000..f7934235bcda --- /dev/null +++ b/dev-scheme/guile-commonmark/Manifest @@ -0,0 +1 @@ +DIST guile-commonmark-0.1.2_pre20240803.tar.gz 81148 BLAKE2B 0468e49cb58da59bb2e4ea7d372abcc7d9cbc09d05156d9b276057f42b84cbeb7fbcd61b6f406e4e532f2e834682b943a7365de87a901b385daa582d6fa6c11d SHA512 3c89495f201421b9326b8fbb54b92e554136429f6e2817be5ed99a465ced36f63b2446b46760e4eb303bc03d5d630410492994e1cb593b9c803686d7811c4e3d diff --git a/dev-scheme/guile-commonmark/guile-commonmark-0.1.2_pre20240803.ebuild b/dev-scheme/guile-commonmark/guile-commonmark-0.1.2_pre20240803.ebuild new file mode 100644 index 000000000000..dc73ecc8f843 --- /dev/null +++ b/dev-scheme/guile-commonmark/guile-commonmark-0.1.2_pre20240803.ebuild @@ -0,0 +1,29 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GUILE_COMPAT=( 2-2 3-0 ) +inherit guile autotools + +MY_COMMIT=538ffea25ca69d9f3ee17033534ba03cc27ba468 + +DESCRIPTION="Implementation of CommonMark for Guile" +HOMEPAGE="https://github.com/OrangeShark/guile-commonmark" +SRC_URI="https://github.com/OrangeShark/${PN}/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${MY_COMMIT}" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64" +REQUIRED_USE="${GUILE_REQUIRED_USE}" + +RDEPEND="${GUILE_DEPS}" +DEPEND="${RDEPEND}" + +src_prepare() { + default + + guile_src_prepare + eautoreconf +} diff --git a/dev-scheme/guile-commonmark/metadata.xml b/dev-scheme/guile-commonmark/metadata.xml new file mode 100644 index 000000000000..d66ad790c3d9 --- /dev/null +++ b/dev-scheme/guile-commonmark/metadata.xml @@ -0,0 +1,15 @@ + + + + + arsen@gentoo.org + Arsen Arsenović + + + scheme@gentoo.org + Gentoo Scheme Project + + + https://github.com/OrangeShark/guile-commonmark + + diff --git a/profiles/package.mask b/profiles/package.mask index 69cd6efd48cf..24f0cbdb5b19 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -37,6 +37,7 @@ # Guile rework masks. Mask all packages or package versions that are # being bumped as part of the Guile reslotting process. # Masked until the whole Guile ecosystem is updated. +dev-scheme/guile-commonmark >=dev-scheme/guile-reader-0.6.3-r100 dev-scheme/guile:2.2 dev-scheme/guile:3.0 -- 2.45.2