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 4F20F1581D3 for ; Tue, 14 May 2024 20:07:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF14CE2A1B; Tue, 14 May 2024 20:07:52 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B33D1E2A1B for ; Tue, 14 May 2024 20:07:52 +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 EF3A2341214 for ; Tue, 14 May 2024 20:07:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 348751AD1 for ; Tue, 14 May 2024 20:07:49 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715716759.d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305.julien@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-client/offpunk/Manifest net-client/offpunk/offpunk-1.8.ebuild X-VCS-Directories: net-client/offpunk/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305 X-VCS-Branch: dev Date: Tue, 14 May 2024 20:07:49 +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: 6eec3555-c633-4bc5-846f-62ca842de8eb X-Archives-Hash: 43a96a7c9d20557dfc63828455ebe90d commit: d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305 Author: Julien Roy jroy ca> AuthorDate: Tue May 14 19:59:19 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 19:59:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1d81aad net-client/offpunk: drop 1.8 Signed-off-by: Julien Roy jroy.ca> net-client/offpunk/Manifest | 1 - net-client/offpunk/offpunk-1.8.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest index 3da266abd5..c1284c9a9b 100644 --- a/net-client/offpunk/Manifest +++ b/net-client/offpunk/Manifest @@ -1,2 +1 @@ -DIST offpunk-1.8.tar.gz 210217 BLAKE2B 574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a SHA512 452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331 DIST offpunk-1.9.1.tar.gz 210135 BLAKE2B ade7ec4e2bd51e1279ded8aa639884d489f35cbc7d6ec058db28f918c6de604be2185e0f8a5e8a45bb033f3918789eed6104a806b46ee8812d6f4dd9f32c0714 SHA512 8b61302490907673002cabead825f54859cb2aa0ea588cb59790c3926f8213ec5653756f392f847e753efa88c2eeba0f5dea696e71ef3210a009d3c9f37cd688 diff --git a/net-client/offpunk/offpunk-1.8.ebuild b/net-client/offpunk/offpunk-1.8.ebuild deleted file mode 100644 index f7295cd19d..0000000000 --- a/net-client/offpunk/offpunk-1.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} pypy3 ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 optfeature - -DESCRIPTION="Offline-First Gemini/Web/Gopher/RSS reader and browser" -HOMEPAGE="https://sr.ht/~lioploum/offpunk/" -SRC_URI="https://git.sr.ht/~lioploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -DOCS=( doc/. CHANGELOG README.md ) - -pkg_postinst() { - optfeature "HTML support" "dev-python/beautifulsoup4 dev-python/readability-lxml" - optfeature "HTTP support" dev-python/requests - optfeature "RSS/Atom feed support" dev-python/feedparser - optfeature "XDG support" x11-misc/xdg-utils - optfeature "better TOFU certificate validation" dev-python/cryptography - optfeature "clipboard support" x11-misc/xsel - optfeature "custom process title support" dev-python/setproctitle - optfeature "external MP3 player" media-sound/mpg123 - optfeature "external OGG player" media-sound/vorbis-tools[ogg123] - optfeature "external PDF viewer" app-text/zathura - optfeature "external image viewer support" media-gfx/feh - optfeature "inline images support" media-gfx/chafa -} 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 CF0E21581D3 for ; Tue, 14 May 2024 20:12:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D10CBE2A20; Tue, 14 May 2024 20:12:38 +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 B6FE0E2A20 for ; Tue, 14 May 2024 20:12:38 +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 9F7B6343024 for ; Tue, 14 May 2024 20:12:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3EDAF1AD1 for ; Tue, 14 May 2024 20:12:35 +0000 (UTC) From: "Julien Roy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" Message-ID: <1715716759.d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305.julien@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-1.8.ebuild X-VCS-Directories: net-client/offpunk/ X-VCS-Committer: julien X-VCS-Committer-Name: Julien Roy X-VCS-Revision: d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305 X-VCS-Branch: master Date: Tue, 14 May 2024 20:12:35 +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: 0454dfbf-71ba-48bd-83ef-f5d13db638c4 X-Archives-Hash: a7717871e9d095162ada4aa1852e5fc7 Message-ID: <20240514201235.WLFN-zfdh8sMQCLmMjlziOro75oi15aq48WMoZMdA-I@z> commit: d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305 Author: Julien Roy jroy ca> AuthorDate: Tue May 14 19:59:19 2024 +0000 Commit: Julien Roy jroy ca> CommitDate: Tue May 14 19:59:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1d81aad net-client/offpunk: drop 1.8 Signed-off-by: Julien Roy jroy.ca> net-client/offpunk/Manifest | 1 - net-client/offpunk/offpunk-1.8.ebuild | 35 ----------------------------------- 2 files changed, 36 deletions(-) diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest index 3da266abd5..c1284c9a9b 100644 --- a/net-client/offpunk/Manifest +++ b/net-client/offpunk/Manifest @@ -1,2 +1 @@ -DIST offpunk-1.8.tar.gz 210217 BLAKE2B 574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a SHA512 452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331 DIST offpunk-1.9.1.tar.gz 210135 BLAKE2B ade7ec4e2bd51e1279ded8aa639884d489f35cbc7d6ec058db28f918c6de604be2185e0f8a5e8a45bb033f3918789eed6104a806b46ee8812d6f4dd9f32c0714 SHA512 8b61302490907673002cabead825f54859cb2aa0ea588cb59790c3926f8213ec5653756f392f847e753efa88c2eeba0f5dea696e71ef3210a009d3c9f37cd688 diff --git a/net-client/offpunk/offpunk-1.8.ebuild b/net-client/offpunk/offpunk-1.8.ebuild deleted file mode 100644 index f7295cd19d..0000000000 --- a/net-client/offpunk/offpunk-1.8.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} pypy3 ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 optfeature - -DESCRIPTION="Offline-First Gemini/Web/Gopher/RSS reader and browser" -HOMEPAGE="https://sr.ht/~lioploum/offpunk/" -SRC_URI="https://git.sr.ht/~lioploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN}-v${PV}" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64" - -DOCS=( doc/. CHANGELOG README.md ) - -pkg_postinst() { - optfeature "HTML support" "dev-python/beautifulsoup4 dev-python/readability-lxml" - optfeature "HTTP support" dev-python/requests - optfeature "RSS/Atom feed support" dev-python/feedparser - optfeature "XDG support" x11-misc/xdg-utils - optfeature "better TOFU certificate validation" dev-python/cryptography - optfeature "clipboard support" x11-misc/xsel - optfeature "custom process title support" dev-python/setproctitle - optfeature "external MP3 player" media-sound/mpg123 - optfeature "external OGG player" media-sound/vorbis-tools[ogg123] - optfeature "external PDF viewer" app-text/zathura - optfeature "external image viewer support" media-gfx/feh - optfeature "inline images support" media-gfx/chafa -}