public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/
Date: Fri, 06 Jun 2025 18:27:50 +0000 (UTC)	[thread overview]
Message-ID: <1749234447.f95077398c9cfd0aed7bfb4d77ee642295b411d4.grobian@gentoo> (raw)

commit:     f95077398c9cfd0aed7bfb4d77ee642295b411d4
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jun  6 18:27:27 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jun  6 18:27:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9507739

app-text/html2text-2.3.0: version bump

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/html2text/Manifest               |  1 +
 app-text/html2text/html2text-2.3.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index 431789b2ca81..59129e50971b 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -1 +1,2 @@
 DIST html2text-2.2.3.tar.gz 329841 BLAKE2B 311defd6aa6affc6f1ad59d9971f0315b6f2d748b4ae26e2c5f61cbd090ff76f0f0df7155acb1ec5c0114a6b6253eb27fc73d327162dca2a144afae74cdf4afa SHA512 ff851abdc0f672d6bf8de494d6595362d5b71eeb03f4f761e32afb50bb75fe12c0cede8c7ca4ca7290b1c9e0f08aaff9821946dd272e1a30ce3b585e452cf6ec
+DIST html2text-2.3.0.tar.gz 346044 BLAKE2B 70b823cca25fcb1f09474482e6a745048d18f942e6cfb1134e56a14f34886fcf543ead70de3c5aadb7edfa666f7ba73a58f3e06b5bd010b56ae8e09d917e2921 SHA512 f0c2d5877f2840c9f9042e7b26cd060ff190bfced1d31f466f56e75f6f603584e8389361a040b592cab3ce0da1f1756e27822774c558d1d0fd0cf1e6019dc561

diff --git a/app-text/html2text/html2text-2.3.0.ebuild b/app-text/html2text/html2text-2.3.0.ebuild
new file mode 100644
index 000000000000..0c6c1a11dd75
--- /dev/null
+++ b/app-text/html2text/html2text-2.3.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} == *9999* ]] ; then
+	inherit git-r3
+	EGIT_REPO_URI="https://gitlab.com/grobian/html2text.git"
+else
+	SRC_URI="https://github.com/grobian/${PN}/releases/download/v${PV}/${P}.tar.gz"
+	SRC_URI="https://gitlab.com/-/project/48313341/uploads/b7a99615c4419cf9a65dc24f12bae0d4/html2text-2.3.0.tar.gz"
+	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+fi
+
+DESCRIPTION="HTML to text converter, aimed at email for clients like Mutt"
+HOMEPAGE="https://gitlab.com/grobian/html2text"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+DEPEND="virtual/libiconv"
+RDEPEND="${DEPEND}"
+
+src_test() {
+	emake check
+}


             reply	other threads:[~2025-06-06 18:27 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-06 18:27 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-02 14:36 [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/ Fabian Groffen
2025-05-01  7:09 Sam James
2025-03-21 18:26 Arthur Zamarin
2025-03-08 14:34 Jakov Smolić
2025-03-08 14:34 Jakov Smolić
2025-03-08 13:25 Arthur Zamarin
2025-03-08 13:08 Arthur Zamarin
2025-03-08 12:58 Arthur Zamarin
2024-12-02 13:15 Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:07 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2024-07-28 13:55 Fabian Groffen
2023-07-31 19:00 Fabian Groffen
2022-11-18  5:41 Sam James
2022-11-18  5:41 Sam James
2022-11-18  5:41 Sam James
2022-08-12 11:55 Agostino Sarubbo
2022-08-05 12:37 Agostino Sarubbo
2022-08-05 11:58 Arthur Zamarin
2022-08-05  7:31 Arthur Zamarin
2022-08-05  7:31 Arthur Zamarin
2022-06-20 19:51 Fabian Groffen
2022-04-25  6:26 Fabian Groffen
2022-04-24 14:17 Fabian Groffen
2020-06-20 14:45 Fabian Groffen
2020-06-18  6:46 Fabian Groffen
2020-05-04 18:21 Fabian Groffen
2020-04-22  7:13 Fabian Groffen
2020-04-09  8:19 Joonas Niilola
2020-04-05 11:09 Fabian Groffen
2020-04-04 16:00 Fabian Groffen
2019-04-23  8:51 David Seifert
2019-02-08  8:22 Mikle Kolyada
2019-01-30 16:04 Tobias Klausmann
2019-01-27 12:18 Sergei Trofimovich
2019-01-27  9:49 Sergei Trofimovich
2019-01-26 17:30 Sergei Trofimovich
2019-01-26 17:23 Sergei Trofimovich
2019-01-26 17:17 Sergei Trofimovich
2018-10-08 16:10 Michał Górny

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=1749234447.f95077398c9cfd0aed7bfb4d77ee642295b411d4.grobian@gentoo \
    --to=grobian@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