* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2022-02-20 8:46 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-02-20 8:46 UTC (permalink / raw
To: gentoo-commits
commit: dae04355f9cd42e61c16a61a27e49e2f2f0b718e
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Feb 14 14:57:59 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> 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 <cyber+gentoo <AT> 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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2022-07-11 6:54 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-07-11 6:54 UTC (permalink / raw
To: gentoo-commits
commit: 99228fa73d4abe1a00bc859b18ab25a1d6af721d
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jul 8 06:10:34 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jul 8 06:27:12 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99228fa7
net-client/offpunk: drop 0.1, add 1.4
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/offpunk/Manifest | 2 +-
net-client/offpunk/offpunk-0.1.ebuild | 25 ----------------------
net-client/offpunk/offpunk-1.4.ebuild | 40 +++++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 26 deletions(-)
diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index 5cbd2dbfb..b3484f689 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
-DIST offpunk-0.1.tar.gz 25356 BLAKE2B 45169fae6f566dfab0b8416442f220e62c49cd32ed020bb516f2474ebe7736fca413a68ecf3ec9d609897b02b9092dfe6c7d03dc403c52eaaf63541e4ce16a88 SHA512 5592a314bf3ebd91be083c5a8b43db483f80138113825cdfe0d141cecf0ca9482011eab1a05a7212323c2c1b5a95eb1dbdad4363a281e8229287d433552b6fd5
DIST offpunk-0.3.tar.gz 37000 BLAKE2B b47fd241acef4155337a336d5a25b4a727849a28d2b1a9a9f3c2475960f472e238f5bc50ac59f582daf5ed3b1ec69edc1c6b4c6e5eebe64fd2c962eb7dbe00a2 SHA512 1336e7f0aab177a786c114143b5b8fa4eaa3a4b675581d2ec38d55268f8a006158a181b659732a89cf000f8be550ae38e222bbae827abaea2bc7a2875397acc9
+DIST offpunk-1.4.tar.gz 206458 BLAKE2B ca13838db2697e336c2e574a4995f55f2026d162679690d7e3fdff998f2b0a4c7e9ad5ee0749c9bfc1edaedba5572f177df6e67684b43fcb355d2cce25366c78 SHA512 929c036cee562c09b4f637e09f51a62a8e8547a4eeaa34bbea4c2ddaf69556a0474e7b0682063842cc0387b0823507fb102dcd1866cad3d39fbd51ff5d2c94c6
diff --git a/net-client/offpunk/offpunk-0.1.ebuild b/net-client/offpunk/offpunk-0.1.ebuild
deleted file mode 100644
index 6a48ea1ec..000000000
--- a/net-client/offpunk/offpunk-0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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"
-
-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
-}
diff --git a/net-client/offpunk/offpunk-1.4.ebuild b/net-client/offpunk/offpunk-1.4.ebuild
new file mode 100644
index 000000000..24a0a1972
--- /dev/null
+++ b/net-client/offpunk/offpunk-1.4.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..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://notabug.org/ploum/offpunk"
+SRC_URI="https://notabug.org/ploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( doc/. CHANGELOG README.md )
+
+pkg_postinst() {
+ if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 0.4; then
+ ewarn 'You should run once the command "list subscribe subscribed".'
+ ewarn 'Without that, the subscribed list will be seen as a normal list by sync.'
+ fi
+
+ 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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2022-08-07 9:13 Haelwenn Monnier
0 siblings, 0 replies; 8+ messages in thread
From: Haelwenn Monnier @ 2022-08-07 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 3cc6e8a85c3838ab4beaac78f57a5fec14dab027
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Aug 4 12:26:30 2022 +0000
Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu Aug 4 12:26:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3cc6e8a8
net-client/offpunk: drop 0.3, add 1.5
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/offpunk/Manifest | 2 +-
net-client/offpunk/offpunk-0.3.ebuild | 27 -----------------------
net-client/offpunk/offpunk-1.5.ebuild | 40 +++++++++++++++++++++++++++++++++++
3 files changed, 41 insertions(+), 28 deletions(-)
diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index b3484f689..583d91126 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
-DIST offpunk-0.3.tar.gz 37000 BLAKE2B b47fd241acef4155337a336d5a25b4a727849a28d2b1a9a9f3c2475960f472e238f5bc50ac59f582daf5ed3b1ec69edc1c6b4c6e5eebe64fd2c962eb7dbe00a2 SHA512 1336e7f0aab177a786c114143b5b8fa4eaa3a4b675581d2ec38d55268f8a006158a181b659732a89cf000f8be550ae38e222bbae827abaea2bc7a2875397acc9
DIST offpunk-1.4.tar.gz 206458 BLAKE2B ca13838db2697e336c2e574a4995f55f2026d162679690d7e3fdff998f2b0a4c7e9ad5ee0749c9bfc1edaedba5572f177df6e67684b43fcb355d2cce25366c78 SHA512 929c036cee562c09b4f637e09f51a62a8e8547a4eeaa34bbea4c2ddaf69556a0474e7b0682063842cc0387b0823507fb102dcd1866cad3d39fbd51ff5d2c94c6
+DIST offpunk-1.5.tar.gz 206829 BLAKE2B 976901904e39b3ba76394758b7959c2b344ca1bb8c35b1d900d41092050fbad43833af48d6b3d82aa8542cb9ab1c34b644cc6c56946e2092b38dc7de5606c9b2 SHA512 e28ee7ef49a868b31702bdc7a573c183efcb0f42d3e22f22c32c3fbd37d9b45ccb59bad60dff1be213ac6e04a18e37ab89c5b1abbe4e2bcd75937cf6f4d02191
diff --git a/net-client/offpunk/offpunk-0.3.ebuild b/net-client/offpunk/offpunk-0.3.ebuild
deleted file mode 100644
index 87e9e775a..000000000
--- a/net-client/offpunk/offpunk-0.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}
diff --git a/net-client/offpunk/offpunk-1.5.ebuild b/net-client/offpunk/offpunk-1.5.ebuild
new file mode 100644
index 000000000..24a0a1972
--- /dev/null
+++ b/net-client/offpunk/offpunk-1.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..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://notabug.org/ploum/offpunk"
+SRC_URI="https://notabug.org/ploum/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DOCS=( doc/. CHANGELOG README.md )
+
+pkg_postinst() {
+ if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 0.4; then
+ ewarn 'You should run once the command "list subscribe subscribed".'
+ ewarn 'Without that, the subscribed list will be seen as a normal list by sync.'
+ fi
+
+ 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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2022-11-16 10:19 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-11-16 10:19 UTC (permalink / raw
To: gentoo-commits
commit: efe6c56e2dfaab7ccf49a69f849f6be19efd76ea
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Nov 15 14:06:37 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Nov 15 14:13:15 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=efe6c56e
net-client/offpunk: add 1.7, drop 1.5
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/offpunk/Manifest | 2 +-
net-client/offpunk/{offpunk-1.5.ebuild => offpunk-1.7.ebuild} | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index 289bd7f6a..8594e3d6e 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
-DIST offpunk-1.5.tar.gz 206829 BLAKE2B 976901904e39b3ba76394758b7959c2b344ca1bb8c35b1d900d41092050fbad43833af48d6b3d82aa8542cb9ab1c34b644cc6c56946e2092b38dc7de5606c9b2 SHA512 e28ee7ef49a868b31702bdc7a573c183efcb0f42d3e22f22c32c3fbd37d9b45ccb59bad60dff1be213ac6e04a18e37ab89c5b1abbe4e2bcd75937cf6f4d02191
DIST offpunk-1.6.tar.gz 207656 BLAKE2B c78d4eb3a10b122eb054b39a6e8466e083bab5e7926aa6955c4346b4320724ff44732cbec3342abbd8bade430c14e535344fc6db6c476c5faf55b9ad2d3d8417 SHA512 e6692a13a27a0d75770f60d9d1ed2e1612028f0aaa6c0b9249f08f5e7ef2de301e025c613a73689267288c058fe8843c7ff52b04df3c40421e42c39bf0bc50c6
+DIST offpunk-1.7.tar.gz 209028 BLAKE2B 00af0dd6753adeea0b5aeb4f6794252d50b7dc520fb4380762c707e79659e39768e2ce136a3af94b99a93c94ef82d05a5080eab472953ceec4a0dfd667633074 SHA512 e5941e4a3f05816d60b74806299566a961bae545f296a9fa5c2f64d157b2343b327064b2dddc9a6f52c9a7a57f9a35bde4fbcfd2da7ed88fa95b9d122f0ce2cd
diff --git a/net-client/offpunk/offpunk-1.5.ebuild b/net-client/offpunk/offpunk-1.7.ebuild
similarity index 83%
rename from net-client/offpunk/offpunk-1.5.ebuild
rename to net-client/offpunk/offpunk-1.7.ebuild
index 24a0a1972..631f5052f 100644
--- a/net-client/offpunk/offpunk-1.5.ebuild
+++ b/net-client/offpunk/offpunk-1.7.ebuild
@@ -20,11 +20,6 @@ KEYWORDS="~amd64"
DOCS=( doc/. CHANGELOG README.md )
pkg_postinst() {
- if [[ -n ${REPLACING_VERSIONS} ]] && ver_test ${REPLACING_VERSIONS} -lt 0.4; then
- ewarn 'You should run once the command "list subscribe subscribed".'
- ewarn 'Without that, the subscribed list will be seen as a normal list by sync.'
- fi
-
optfeature "HTML support" "dev-python/beautifulsoup4 dev-python/readability-lxml"
optfeature "HTTP support" dev-python/requests
optfeature "RSS/Atom feed support" dev-python/feedparser
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2022-12-14 16:46 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-12-14 16:46 UTC (permalink / raw
To: gentoo-commits
commit: 44a6c36d3abb7657f07f61588dd5811a935eab65
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 19:39:25 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 12 20:25:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=44a6c36d
net-client/offpunk: srcdir fixup
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/offpunk/offpunk-1.8.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-client/offpunk/offpunk-1.8.ebuild b/net-client/offpunk/offpunk-1.8.ebuild
index fb58a47e6..25e66fa03 100644
--- a/net-client/offpunk/offpunk-1.8.ebuild
+++ b/net-client/offpunk/offpunk-1.8.ebuild
@@ -11,7 +11,7 @@ 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}"
+S="${WORKDIR}/${PN}-v${PV}"
LICENSE="BSD-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2023-03-10 5:48 Viorel Munteanu
0 siblings, 0 replies; 8+ messages in thread
From: Viorel Munteanu @ 2023-03-10 5:48 UTC (permalink / raw
To: gentoo-commits
commit: 752d73bfbb8bfc9b199d0131815528d2e4dad2cf
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Mar 9 06:27:42 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Mar 9 07:46:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=752d73bf
net-client/offpunk: add 1.9.1, drop 1.9
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
net-client/offpunk/Manifest | 2 +-
net-client/offpunk/{offpunk-1.9.ebuild => offpunk-1.9.1.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index ce446f0a5..3da266abd 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
DIST offpunk-1.8.tar.gz 210217 BLAKE2B 574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a SHA512 452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331
-DIST offpunk-1.9.tar.gz 210066 BLAKE2B e517e1109ef724c07c0d06eba085fadd4b9a08aa8d0d99aab20f32e7e4514d5892949bfcef2b874f98845aa8bc9f4b5d4db8279b75cfb8332b929f5460106154 SHA512 d9f5c41d6c64d867587c39206fb1df67e55fddb58b3d0213fe6ab275375fa74fb72b3898fb317382dd32645c1a61b7385254ea06e85bd5c13da1942644d93d4e
+DIST offpunk-1.9.1.tar.gz 210135 BLAKE2B ade7ec4e2bd51e1279ded8aa639884d489f35cbc7d6ec058db28f918c6de604be2185e0f8a5e8a45bb033f3918789eed6104a806b46ee8812d6f4dd9f32c0714 SHA512 8b61302490907673002cabead825f54859cb2aa0ea588cb59790c3926f8213ec5653756f392f847e753efa88c2eeba0f5dea696e71ef3210a009d3c9f37cd688
diff --git a/net-client/offpunk/offpunk-1.9.ebuild b/net-client/offpunk/offpunk-1.9.1.ebuild
similarity index 100%
rename from net-client/offpunk/offpunk-1.9.ebuild
rename to net-client/offpunk/offpunk-1.9.1.ebuild
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2024-05-14 20:12 Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-05-14 20:12 UTC (permalink / raw
To: gentoo-commits
commit: 12793fae17a4c30a35fb242c8a791f3a541a9963
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:27:28 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 19:33:05 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12793fae
net-client/offpunk: enable py3.12, py3.13
Closes: https://bugs.gentoo.org/931466
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
net-client/offpunk/offpunk-1.9.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-client/offpunk/offpunk-1.9.1.ebuild b/net-client/offpunk/offpunk-1.9.1.ebuild
index feebaf7e41..993b578f2a 100644
--- a/net-client/offpunk/offpunk-1.9.1.ebuild
+++ b/net-client/offpunk/offpunk-1.9.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 optfeature
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
2024-05-14 20:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
@ 2024-05-14 20:12 ` Julien Roy
0 siblings, 0 replies; 8+ messages in thread
From: Julien Roy @ 2024-05-14 20:12 UTC (permalink / raw
To: gentoo-commits
commit: d1d81aadf7ec9e5ae8eb17944c14d6ac6e8f3305
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 19:59:19 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> 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 <julien <AT> 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2024-05-14 20:12 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-07 9:13 [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/ Haelwenn Monnier
-- strict thread matches above, loose matches on Subject: below --
2024-05-14 20:12 Julien Roy
2024-05-14 20:07 [gentoo-commits] repo/proj/guru:dev " Julien Roy
2024-05-14 20:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
2023-03-10 5:48 Viorel Munteanu
2022-12-14 16:46 Florian Schmaus
2022-11-16 10:19 Florian Schmaus
2022-07-11 6:54 Andrew Ammerlaan
2022-02-20 8:46 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox