mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
net-client/offpunk: drop 1.9.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
83653a7e40
commit
eb3775d628
@ -1,2 +1 @@
|
||||
DIST offpunk-1.9.1.tar.gz 210135 BLAKE2B ade7ec4e2bd51e1279ded8aa639884d489f35cbc7d6ec058db28f918c6de604be2185e0f8a5e8a45bb033f3918789eed6104a806b46ee8812d6f4dd9f32c0714 SHA512 8b61302490907673002cabead825f54859cb2aa0ea588cb59790c3926f8213ec5653756f392f847e753efa88c2eeba0f5dea696e71ef3210a009d3c9f37cd688
|
||||
DIST offpunk-2.6.tar.gz 798743 BLAKE2B adbdacccd98a673aaeed92956f495f1f1c23d96b9afc615a51046892c79e2941cb12beba64ed443bba741a72beb3669e6736d5293361b398ce945b0739d5cb8c SHA512 fe97bf747c846a3a372baed399ce3ac57adb98608416ded6ab00e206c6c85282112510a95823bc05b9570757b122cfb3c41bbc35c16a6db0af3c06848a743b2b
|
||||
|
@ -1,40 +0,0 @@
|
||||
# Copyright 2022-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} 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 )
|
||||
|
||||
src_install() {
|
||||
distutils-r1_src_install
|
||||
doman man/*
|
||||
}
|
||||
|
||||
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user