diff options
author | Julien Roy <julien@jroy.ca> | 2024-05-14 15:59:19 -0400 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2024-05-14 15:59:19 -0400 |
commit | d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305 (patch) | |
tree | 625f722b14c540e919f22ccf0ee61ca2ab29651d /net-client | |
parent | net-nntp/inn: enable py3.12, py3.13 (diff) | |
download | guru-d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305.tar.gz guru-d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305.tar.bz2 guru-d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305.zip |
net-client/offpunk: drop 1.8
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'net-client')
-rw-r--r-- | net-client/offpunk/Manifest | 1 | ||||
-rw-r--r-- | net-client/offpunk/offpunk-1.8.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest index 3da266abd..c1284c9a9 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 f7295cd19..000000000 --- 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 -} |