Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
Date: Sun, 07 Aug 2022 09:13:17
Message-Id: 1659615990.3cc6e8a85c3838ab4beaac78f57a5fec14dab027.lanodan@gentoo
1 commit: 3cc6e8a85c3838ab4beaac78f57a5fec14dab027
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Thu Aug 4 12:26:30 2022 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Thu Aug 4 12:26:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cc6e8a8
7
8 net-client/offpunk: drop 0.3, add 1.5
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 net-client/offpunk/Manifest | 2 +-
13 net-client/offpunk/offpunk-0.3.ebuild | 27 -----------------------
14 net-client/offpunk/offpunk-1.5.ebuild | 40 +++++++++++++++++++++++++++++++++++
15 3 files changed, 41 insertions(+), 28 deletions(-)
16
17 diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
18 index b3484f689..583d91126 100644
19 --- a/net-client/offpunk/Manifest
20 +++ b/net-client/offpunk/Manifest
21 @@ -1,2 +1,2 @@
22 -DIST offpunk-0.3.tar.gz 37000 BLAKE2B b47fd241acef4155337a336d5a25b4a727849a28d2b1a9a9f3c2475960f472e238f5bc50ac59f582daf5ed3b1ec69edc1c6b4c6e5eebe64fd2c962eb7dbe00a2 SHA512 1336e7f0aab177a786c114143b5b8fa4eaa3a4b675581d2ec38d55268f8a006158a181b659732a89cf000f8be550ae38e222bbae827abaea2bc7a2875397acc9
23 DIST offpunk-1.4.tar.gz 206458 BLAKE2B ca13838db2697e336c2e574a4995f55f2026d162679690d7e3fdff998f2b0a4c7e9ad5ee0749c9bfc1edaedba5572f177df6e67684b43fcb355d2cce25366c78 SHA512 929c036cee562c09b4f637e09f51a62a8e8547a4eeaa34bbea4c2ddaf69556a0474e7b0682063842cc0387b0823507fb102dcd1866cad3d39fbd51ff5d2c94c6
24 +DIST offpunk-1.5.tar.gz 206829 BLAKE2B 976901904e39b3ba76394758b7959c2b344ca1bb8c35b1d900d41092050fbad43833af48d6b3d82aa8542cb9ab1c34b644cc6c56946e2092b38dc7de5606c9b2 SHA512 e28ee7ef49a868b31702bdc7a573c183efcb0f42d3e22f22c32c3fbd37d9b45ccb59bad60dff1be213ac6e04a18e37ab89c5b1abbe4e2bcd75937cf6f4d02191
25
26 diff --git a/net-client/offpunk/offpunk-0.3.ebuild b/net-client/offpunk/offpunk-0.3.ebuild
27 deleted file mode 100644
28 index 87e9e775a..000000000
29 --- a/net-client/offpunk/offpunk-0.3.ebuild
30 +++ /dev/null
31 @@ -1,27 +0,0 @@
32 -# Copyright 2022 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} pypy3 )
38 -DISTUTILS_SINGLE_IMPL=1
39 -inherit distutils-r1 optfeature
40 -
41 -MY_PN="av-98-offline"
42 -DESCRIPTION="A command-line, text-based and offline-first Gemini browser"
43 -HOMEPAGE="https://tildegit.org/ploum/AV-98-offline"
44 -SRC_URI="https://tildegit.org/ploum/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -S="${WORKDIR}/${MY_PN}"
46 -
47 -LICENSE="BSD-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -DOCS=( CHANGELOG README.md )
52 -
53 -pkg_postinst() {
54 - optfeature "better TOFU certificate validation" dev-python/cryptography
55 - #optfeature "ANSI escape codes support" dev-python/ansiwrap
56 - optfeature "MIME type detection support" dev-python/python-magic
57 - optfeature "clipboard support" x11-misc/xsel
58 -}
59
60 diff --git a/net-client/offpunk/offpunk-1.5.ebuild b/net-client/offpunk/offpunk-1.5.ebuild
61 new file mode 100644
62 index 000000000..24a0a1972
63 --- /dev/null
64 +++ b/net-client/offpunk/offpunk-1.5.ebuild
65 @@ -0,0 +1,40 @@
66 +# Copyright 2022 Gentoo Authors
67 +# Distributed under the terms of the GNU General Public License v2
68 +
69 +EAPI=8
70 +
71 +PYTHON_COMPAT=( python3_{8..11} pypy3 )
72 +DISTUTILS_SINGLE_IMPL=1
73 +DISTUTILS_USE_PEP517=setuptools
74 +inherit distutils-r1 optfeature
75 +
76 +DESCRIPTION="Offline-First Gemini/Web/Gopher/RSS reader and browser"
77 +HOMEPAGE="https://notabug.org/ploum/offpunk"
78 +SRC_URI="https://notabug.org/ploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
79 +S="${WORKDIR}/${PN}"
80 +
81 +LICENSE="BSD-2"
82 +SLOT="0"
83 +KEYWORDS="~amd64"
84 +
85 +DOCS=( doc/. CHANGELOG README.md )
86 +
87 +pkg_postinst() {
88 + if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 0.4; then
89 + ewarn 'You should run once the command "list subscribe subscribed".'
90 + ewarn 'Without that, the subscribed list will be seen as a normal list by sync.'
91 + fi
92 +
93 + optfeature "HTML support" "dev-python/beautifulsoup4 dev-python/readability-lxml"
94 + optfeature "HTTP support" dev-python/requests
95 + optfeature "RSS/Atom feed support" dev-python/feedparser
96 + optfeature "XDG support" x11-misc/xdg-utils
97 + optfeature "better TOFU certificate validation" dev-python/cryptography
98 + optfeature "clipboard support" x11-misc/xsel
99 + optfeature "custom process title support" dev-python/setproctitle
100 + optfeature "external MP3 player" media-sound/mpg123
101 + optfeature "external OGG player" media-sound/vorbis-tools[ogg123]
102 + optfeature "external PDF viewer" app-text/zathura
103 + optfeature "external image viewer support" media-gfx/feh
104 + optfeature "inline images support" media-gfx/chafa
105 +}