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 23EAD159C9B for ; Sun, 11 Aug 2024 23:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8520EE2ACC; Sun, 11 Aug 2024 23:18:36 +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 2DDF0E2AC9 for ; Sun, 11 Aug 2024 23:18:36 +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 8/9] www-apps/haunt: new package, add 0.3.0 Date: Mon, 12 Aug 2024 00:22:53 +0200 Message-ID: <20240811231742.942813-9-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: 3cfcd9a8-7daf-49aa-a574-28729684ee34 X-Archives-Hash: ccf451648e350c1fd03ea3cf0ff55679 Signed-off-by: Arsen Arsenović --- profiles/package.mask | 1 + www-apps/haunt/Manifest | 1 + www-apps/haunt/haunt-0.3.0.ebuild | 25 +++++++++++++++++++++++++ www-apps/haunt/metadata.xml | 12 ++++++++++++ 4 files changed, 39 insertions(+) create mode 100644 www-apps/haunt/Manifest create mode 100644 www-apps/haunt/haunt-0.3.0.ebuild create mode 100644 www-apps/haunt/metadata.xml diff --git a/profiles/package.mask b/profiles/package.mask index 24f0cbdb5b19..02eb6d53fdcd 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. +www-apps/haunt dev-scheme/guile-commonmark >=dev-scheme/guile-reader-0.6.3-r100 dev-scheme/guile:2.2 diff --git a/www-apps/haunt/Manifest b/www-apps/haunt/Manifest new file mode 100644 index 000000000000..e6f735dc61ac --- /dev/null +++ b/www-apps/haunt/Manifest @@ -0,0 +1 @@ +DIST haunt-0.3.0.tar.gz 312441 BLAKE2B a16a8f659bc4444dc3749ef30b86479c666bbeaf4379114d23471930d343f325e26898dba53cc515db06f415e236e3bc5f09916e1a395f21d1d7ed2982d334d1 SHA512 25690aa6c3edfc4d9e93f64f3ebfb6bad8b508c6eadb2e0b3a57f9e79a32930aaec82d19b3b89ea5df51f575e512ca18cfccb71fea421559166dee2e986a5451 diff --git a/www-apps/haunt/haunt-0.3.0.ebuild b/www-apps/haunt/haunt-0.3.0.ebuild new file mode 100644 index 000000000000..fdccc9f54d6c --- /dev/null +++ b/www-apps/haunt/haunt-0.3.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GUILE_COMPAT=( 3-0 2-2 ) +inherit guile-single + +DESCRIPTION="Haunt is a simple, functional, hackable static site generator" +HOMEPAGE="https://dthompson.us/projects/haunt.html" +SRC_URI="https://files.dthompson.us/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" +REQUIRED_USE="${GUILE_REQUIRED_USE}" + +RDEPEND=" + ${GUILE_DEPS} + $(guile_gen_cond_dep ' + dev-scheme/guile-reader[${GUILE_MULTI_USEDEP}] + dev-scheme/guile-commonmark[${GUILE_MULTI_USEDEP}] + ') +" +DEPEND="${RDEPEND}" diff --git a/www-apps/haunt/metadata.xml b/www-apps/haunt/metadata.xml new file mode 100644 index 000000000000..72b4388d62c5 --- /dev/null +++ b/www-apps/haunt/metadata.xml @@ -0,0 +1,12 @@ + + + + + arsen@gentoo.org + Arsen Arsenović + + + scheme@gentoo.org + Gentoo Scheme Project + + -- 2.45.2