From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1BBDB1581B9 for ; Sun, 05 Oct 2025 12:35:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 0B74F3417BD for ; Sun, 05 Oct 2025 12:35:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 31079110577; Sun, 05 Oct 2025 12:35:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 267C8110573 for ; Sun, 05 Oct 2025 12:35:20 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2C19340E1E for ; Sun, 05 Oct 2025 12:35:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7016A3AAB for ; Sun, 05 Oct 2025 12:35:17 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1759667654.9ee0f615393d6f72b77b28de6201b6568b6bfba3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/gmcapsule/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/gmcapsule/Manifest net-misc/gmcapsule/gmcapsule-0.9.8.ebuild X-VCS-Directories: net-misc/gmcapsule/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 9ee0f615393d6f72b77b28de6201b6568b6bfba3 X-VCS-Branch: dev Date: Sun, 05 Oct 2025 12:35:17 +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: a1d253d0-7535-4797-b94d-dcf63eafbae9 X-Archives-Hash: b92fe4be471e5aa7a8be7359af2afd6c commit: 9ee0f615393d6f72b77b28de6201b6568b6bfba3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sun Oct 5 12:18:35 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Sun Oct 5 12:34:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ee0f615 net-misc/gmcapsule: add 0.9.8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/gmcapsule/Manifest | 1 + net-misc/gmcapsule/gmcapsule-0.9.8.ebuild | 43 +++++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/net-misc/gmcapsule/Manifest b/net-misc/gmcapsule/Manifest index de71ea2256..2f317938a2 100644 --- a/net-misc/gmcapsule/Manifest +++ b/net-misc/gmcapsule/Manifest @@ -1 +1,2 @@ DIST gmcapsule-0.9.7.tar.gz 33387 BLAKE2B f911e377b9fe4fac9dee78491d4be53de82e667ab6b5ec65716de8e0432cbdeabbd21c596315ca1130bc72d2feda776d9c7c1ff6c10bed2c9470cd23d3dad09e SHA512 d2cf6f74cc0413e7b18ed229d89f94862117b28104f13502d76d6fa063329002f8a5633b0d1b6a225e6111c9414c19f8a1fc40b09e1f6d1cedcc1ed87e510076 +DIST gmcapsule-0.9.8.tar.gz 33487 BLAKE2B c9b391b719f8336b66a9eeb47568194b0710c3b61b80872786c49709c65385a3a4cb1f67ea69b2750db46301ef6804882909268fd66396b0baf95f9441b3003f SHA512 f03c57c75222a58efb039172064bb35f71408c04cb2b286d621dfc22014482cc688e1521bd83a205dfd2c43a75516c811ca5d8df80dd63c81b97e7b701405bae diff --git a/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild b/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild new file mode 100644 index 0000000000..e75c6fa2f4 --- /dev/null +++ b/net-misc/gmcapsule/gmcapsule-0.9.8.ebuild @@ -0,0 +1,43 @@ +# Copyright 2024-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{11..13} pypy3_11 ) +DISTUTILS_USE_PEP517=hatchling +inherit distutils-r1 pypi systemd + +DESCRIPTION="Extensible Gemini/Titan server" +HOMEPAGE=" + https://pypi.org/project/gmcapsule/ + https://git.skyjake.fi/gemini/gmcapsule +" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + acct-user/gemini + >=dev-python/pyopenssl-21 +" + +EPYTEST_PLUGINS=( pytest-import-check ) + +distutils_enable_tests import-check + +python_install() { + rm "${BUILD_DIR}/install$(python_get_sitedir)"/*.ini || die + distutils-r1_python_install +} + +src_install() { + distutils-r1_src_install + + newinitd "${FILESDIR}"/gmcapsuled.initd gmcapsuled + newconfd "${FILESDIR}"/gmcapsuled.confd gmcapsuled + systemd_dounit "${FILESDIR}"/gmcapsuled.service + + insinto /etc/gmcapsule + newins example.ini config.example.ini +}