public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-client/offpunk/
Date: Wed,  8 Mar 2023 17:27:02 +0000 (UTC)	[thread overview]
Message-ID: <1678295532.20da607428010e6bc1716e42f7c7ec47df5a70c8.cybertailor@gentoo> (raw)

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


             reply	other threads:[~2023-03-08 17:27 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-08 17:27 Anna Vyalkova [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:07 Julien Roy
2023-03-09  7:46 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

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=1678295532.20da607428010e6bc1716e42f7c7ec47df5a70c8.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --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