public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/
Date: Mon, 11 Jul 2022 06:54:46 +0000 (UTC)	[thread overview]
Message-ID: <1657261632.99228fa73d4abe1a00bc859b18ab25a1d6af721d.andrewammerlaan@gentoo> (raw)

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
+}


             reply	other threads:[~2022-07-11  6:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-11  6:54 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-14 20:12 [gentoo-commits] repo/proj/guru:master commit in: net-client/offpunk/ 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-08-07  9:13 Haelwenn Monnier
2022-02-20  8:46 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1657261632.99228fa73d4abe1a00bc859b18ab25a1d6af721d.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox