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 D71E115808B for ; Sun, 20 Feb 2022 08:46:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E58D3E07C5; Sun, 20 Feb 2022 08:46:09 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB32AE07C5 for ; Sun, 20 Feb 2022 08:46:09 +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 E9529343908 for ; Sun, 20 Feb 2022 08:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35524250 for ; Sun, 20 Feb 2022 08:46:07 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1645132274.dae04355f9cd42e61c16a61a27e49e2f2f0b718e.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-client/offpunk/Manifest net-client/offpunk/offpunk-0.3.ebuild X-VCS-Directories: net-client/offpunk/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: dae04355f9cd42e61c16a61a27e49e2f2f0b718e X-VCS-Branch: master Date: Sun, 20 Feb 2022 08:46:07 +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: c9de0adc-4076-4fe8-afc3-b0291dcd70bf X-Archives-Hash: ce654f6c07c1fc9f402ebc0fb161b027 commit: dae04355f9cd42e61c16a61a27e49e2f2f0b718e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Feb 14 14:57:59 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Feb 17 21:11:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dae04355 net-client/offpunk: add 0.3 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-client/offpunk/Manifest | 1 + net-client/offpunk/offpunk-0.3.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest index 9864b4366..5cbd2dbfb 100644 --- a/net-client/offpunk/Manifest +++ b/net-client/offpunk/Manifest @@ -1 +1,2 @@ DIST offpunk-0.1.tar.gz 25356 BLAKE2B 45169fae6f566dfab0b8416442f220e62c49cd32ed020bb516f2474ebe7736fca413a68ecf3ec9d609897b02b9092dfe6c7d03dc403c52eaaf63541e4ce16a88 SHA512 5592a314bf3ebd91be083c5a8b43db483f80138113825cdfe0d141cecf0ca9482011eab1a05a7212323c2c1b5a95eb1dbdad4363a281e8229287d433552b6fd5 +DIST offpunk-0.3.tar.gz 37000 BLAKE2B b47fd241acef4155337a336d5a25b4a727849a28d2b1a9a9f3c2475960f472e238f5bc50ac59f582daf5ed3b1ec69edc1c6b4c6e5eebe64fd2c962eb7dbe00a2 SHA512 1336e7f0aab177a786c114143b5b8fa4eaa3a4b675581d2ec38d55268f8a006158a181b659732a89cf000f8be550ae38e222bbae827abaea2bc7a2875397acc9 diff --git a/net-client/offpunk/offpunk-0.3.ebuild b/net-client/offpunk/offpunk-0.3.ebuild new file mode 100644 index 000000000..87e9e775a --- /dev/null +++ b/net-client/offpunk/offpunk-0.3.ebuild @@ -0,0 +1,27 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} pypy3 ) +DISTUTILS_SINGLE_IMPL=1 +inherit distutils-r1 optfeature + +MY_PN="av-98-offline" +DESCRIPTION="A command-line, text-based and offline-first Gemini browser" +HOMEPAGE="https://tildegit.org/ploum/AV-98-offline" +SRC_URI="https://tildegit.org/ploum/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_PN}" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64" + +DOCS=( CHANGELOG README.md ) + +pkg_postinst() { + optfeature "better TOFU certificate validation" dev-python/cryptography + #optfeature "ANSI escape codes support" dev-python/ansiwrap + optfeature "MIME type detection support" dev-python/python-magic + optfeature "clipboard support" x11-misc/xsel +}