public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2024-05-14 20:07 Julien Roy
  2024-05-14 20:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  0 siblings, 1 reply; 14+ messages in thread
From: Julien Roy @ 2024-05-14 20:07 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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
@ 2024-05-14 20:12 Julien Roy
  2024-05-14 20:07 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
  0 siblings, 1 reply; 14+ 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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2023-03-09  7:46 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-03-09  7:46 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2023-03-08 17:27 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2023-03-08 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     20da607428010e6bc1716e42f7c7ec47df5a70c8
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Mar  8 17:12:12 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Wed Mar  8 17:12:12 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20da6074

net-client/offpunk: add 1.9, drop 1.7.1

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-client/offpunk/Manifest                               |  2 +-
 .../offpunk/{offpunk-1.7.1.ebuild => offpunk-1.9.ebuild}  | 15 ++++++++++-----
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index c7b0ca275..ce446f0a5 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
-DIST offpunk-1.7.1.tar.gz 209046 BLAKE2B babfc06fe090db3f7c7188dbcc94bceccc84ab673039c1394cfed2963a451b12e998915652b5424c73df404d03ed02a4fc811f2a219de387cadcfafa0b07cfb9 SHA512 7777e8873a76f0f8da605b4b76c707e0c8e0d0bb4acd1bc723fd08aabe66609fe6d56dc491abb0415595ceb8c9848aac984377da63d874066418703c195db197
 DIST offpunk-1.8.tar.gz 210217 BLAKE2B 574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a SHA512 452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331
+DIST offpunk-1.9.tar.gz 210066 BLAKE2B e517e1109ef724c07c0d06eba085fadd4b9a08aa8d0d99aab20f32e7e4514d5892949bfcef2b874f98845aa8bc9f4b5d4db8279b75cfb8332b929f5460106154 SHA512 d9f5c41d6c64d867587c39206fb1df67e55fddb58b3d0213fe6ab275375fa74fb72b3898fb317382dd32645c1a61b7385254ea06e85bd5c13da1942644d93d4e

diff --git a/net-client/offpunk/offpunk-1.7.1.ebuild b/net-client/offpunk/offpunk-1.9.ebuild
similarity index 78%
rename from net-client/offpunk/offpunk-1.7.1.ebuild
rename to net-client/offpunk/offpunk-1.9.ebuild
index 631f5052f..ada55ec23 100644
--- a/net-client/offpunk/offpunk-1.7.1.ebuild
+++ b/net-client/offpunk/offpunk-1.9.ebuild
@@ -1,17 +1,17 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
+PYTHON_COMPAT=( python3_{9..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}"
+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"
@@ -19,6 +19,11 @@ 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


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-12-12 20:26 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-12-12 20:26 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-12-12 11:44 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-12-12 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     fd641b825d9f3e0c729b24aa1878d68155a89ef3
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 11:40:51 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 12 11:40:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fd641b82

net-client/offpunk: add sourcehut upstream metadata

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-client/offpunk/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-client/offpunk/metadata.xml b/net-client/offpunk/metadata.xml
index 2e253c1bf..7ae049258 100644
--- a/net-client/offpunk/metadata.xml
+++ b/net-client/offpunk/metadata.xml
@@ -10,5 +10,6 @@
 			<email>offpunk@ploum.eu</email>
 			<name>Ploum</name>
 		</maintainer>
+		<remote-id type="sourcehut">~lioploum/offpunk</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-12-12 11:44 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-12-12 11:44 UTC (permalink / raw
  To: gentoo-commits

commit:     cfbc3a5245b84e0fda53252aca4ca0ffd3209823
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Dec 12 11:22:46 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Dec 12 11:22:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfbc3a52

net-client/offpunk: add 1.8, drop 1.6

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-client/offpunk/Manifest                                   | 2 +-
 net-client/offpunk/{offpunk-1.6.ebuild => offpunk-1.8.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index f4fdd53ba..c7b0ca275 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
-DIST offpunk-1.6.tar.gz 207656 BLAKE2B c78d4eb3a10b122eb054b39a6e8466e083bab5e7926aa6955c4346b4320724ff44732cbec3342abbd8bade430c14e535344fc6db6c476c5faf55b9ad2d3d8417 SHA512 e6692a13a27a0d75770f60d9d1ed2e1612028f0aaa6c0b9249f08f5e7ef2de301e025c613a73689267288c058fe8843c7ff52b04df3c40421e42c39bf0bc50c6
 DIST offpunk-1.7.1.tar.gz 209046 BLAKE2B babfc06fe090db3f7c7188dbcc94bceccc84ab673039c1394cfed2963a451b12e998915652b5424c73df404d03ed02a4fc811f2a219de387cadcfafa0b07cfb9 SHA512 7777e8873a76f0f8da605b4b76c707e0c8e0d0bb4acd1bc723fd08aabe66609fe6d56dc491abb0415595ceb8c9848aac984377da63d874066418703c195db197
+DIST offpunk-1.8.tar.gz 210217 BLAKE2B 574bb06700247be57e440ab9b45d5373831d28fd2eff16a28309759946dfe9046c01f0730cc83159a50a817e92f1bf4a9f05ede5f718c483274f0e204c2cd83a SHA512 452c5707a3c0b7c935d5a4bd9e28606756a6dc395a18c12414fe077daa39c5128dca6a734f0dfaa7cdf2d5994a5bf3214c6788d706a9549c0ad0c1de3c6ca331

diff --git a/net-client/offpunk/offpunk-1.6.ebuild b/net-client/offpunk/offpunk-1.8.ebuild
similarity index 90%
rename from net-client/offpunk/offpunk-1.6.ebuild
rename to net-client/offpunk/offpunk-1.8.ebuild
index 631f5052f..fb58a47e6 100644
--- a/net-client/offpunk/offpunk-1.6.ebuild
+++ b/net-client/offpunk/offpunk-1.8.ebuild
@@ -9,8 +9,8 @@ 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"
+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}"
 
 LICENSE="BSD-2"


^ permalink raw reply related	[flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-11-15 14:14 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-11-15 14:14 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-10-20 21:50 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-10-20 21:50 UTC (permalink / raw
  To: gentoo-commits

commit:     2db398ce7e14ceaa0642dfad921acd38546ccf25
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Oct 20 21:34:41 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Oct 20 21:48:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2db398ce

net-client/offpunk: add 1.6, drop 1.4

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-client/offpunk/Manifest                                   | 2 +-
 net-client/offpunk/{offpunk-1.4.ebuild => offpunk-1.6.ebuild} | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
index 583d91126..289bd7f6a 100644
--- a/net-client/offpunk/Manifest
+++ b/net-client/offpunk/Manifest
@@ -1,2 +1,2 @@
-DIST offpunk-1.4.tar.gz 206458 BLAKE2B ca13838db2697e336c2e574a4995f55f2026d162679690d7e3fdff998f2b0a4c7e9ad5ee0749c9bfc1edaedba5572f177df6e67684b43fcb355d2cce25366c78 SHA512 929c036cee562c09b4f637e09f51a62a8e8547a4eeaa34bbea4c2ddaf69556a0474e7b0682063842cc0387b0823507fb102dcd1866cad3d39fbd51ff5d2c94c6
 DIST offpunk-1.5.tar.gz 206829 BLAKE2B 976901904e39b3ba76394758b7959c2b344ca1bb8c35b1d900d41092050fbad43833af48d6b3d82aa8542cb9ab1c34b644cc6c56946e2092b38dc7de5606c9b2 SHA512 e28ee7ef49a868b31702bdc7a573c183efcb0f42d3e22f22c32c3fbd37d9b45ccb59bad60dff1be213ac6e04a18e37ab89c5b1abbe4e2bcd75937cf6f4d02191
+DIST offpunk-1.6.tar.gz 207656 BLAKE2B c78d4eb3a10b122eb054b39a6e8466e083bab5e7926aa6955c4346b4320724ff44732cbec3342abbd8bade430c14e535344fc6db6c476c5faf55b9ad2d3d8417 SHA512 e6692a13a27a0d75770f60d9d1ed2e1612028f0aaa6c0b9249f08f5e7ef2de301e025c613a73689267288c058fe8843c7ff52b04df3c40421e42c39bf0bc50c6

diff --git a/net-client/offpunk/offpunk-1.4.ebuild b/net-client/offpunk/offpunk-1.6.ebuild
similarity index 83%
rename from net-client/offpunk/offpunk-1.4.ebuild
rename to net-client/offpunk/offpunk-1.6.ebuild
index 24a0a1972..631f5052f 100644
--- a/net-client/offpunk/offpunk-1.4.ebuild
+++ b/net-client/offpunk/offpunk-1.6.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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-08-04 13:10 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-08-04 13:10 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-07-08  6:46 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-07-08  6:46 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-02-17 21:11 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-02-17 21:11 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:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
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] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
@ 2022-01-06 14:14 Anna Vyalkova
  0 siblings, 0 replies; 14+ messages in thread
From: Anna Vyalkova @ 2022-01-06 14:14 UTC (permalink / raw
  To: gentoo-commits

commit:     12352b53d278f8dcd971db57684de3312c696d08
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Jan  5 19:20:16 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Thu Jan  6 14:10:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12352b53

net-client/offpunk: initial import

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 net-client/offpunk/Manifest           |  1 +
 net-client/offpunk/metadata.xml       | 14 ++++++++++++++
 net-client/offpunk/offpunk-0.1.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 40 insertions(+)

diff --git a/net-client/offpunk/Manifest b/net-client/offpunk/Manifest
new file mode 100644
index 000000000..9864b4366
--- /dev/null
+++ b/net-client/offpunk/Manifest
@@ -0,0 +1 @@
+DIST offpunk-0.1.tar.gz 25356 BLAKE2B 45169fae6f566dfab0b8416442f220e62c49cd32ed020bb516f2474ebe7736fca413a68ecf3ec9d609897b02b9092dfe6c7d03dc403c52eaaf63541e4ce16a88 SHA512 5592a314bf3ebd91be083c5a8b43db483f80138113825cdfe0d141cecf0ca9482011eab1a05a7212323c2c1b5a95eb1dbdad4363a281e8229287d433552b6fd5

diff --git a/net-client/offpunk/metadata.xml b/net-client/offpunk/metadata.xml
new file mode 100644
index 000000000..2e253c1bf
--- /dev/null
+++ b/net-client/offpunk/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
+	<upstream>
+		<maintainer>
+			<email>offpunk@ploum.eu</email>
+			<name>Ploum</name>
+		</maintainer>
+	</upstream>
+</pkgmetadata>

diff --git a/net-client/offpunk/offpunk-0.1.ebuild b/net-client/offpunk/offpunk-0.1.ebuild
new file mode 100644
index 000000000..6a48ea1ec
--- /dev/null
+++ b/net-client/offpunk/offpunk-0.1.ebuild
@@ -0,0 +1,25 @@
+# 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
+}


^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-05-14 20:12 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-14 20:07 [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/ Julien Roy
2024-05-14 20:12 ` [gentoo-commits] repo/proj/guru:master " Julien Roy
  -- 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
2023-03-09  7:46 Anna Vyalkova
2023-03-08 17:27 Anna Vyalkova
2022-12-12 20:26 Anna Vyalkova
2022-12-12 11:44 Anna Vyalkova
2022-12-12 11:44 Anna Vyalkova
2022-11-15 14:14 Anna Vyalkova
2022-10-20 21:50 Anna Vyalkova
2022-08-04 13:10 Anna Vyalkova
2022-07-08  6:46 Anna Vyalkova
2022-02-17 21:11 Anna Vyalkova
2022-01-06 14:14 Anna Vyalkova

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox