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: Sat, 02 Aug 2025 14:36:33 +0000 (UTC)	[thread overview]
Message-ID: <1754145369.c3a6be2916c0e72829d1400f79c3ff24c05a83e3.grobian@gentoo> (raw)

commit:     c3a6be2916c0e72829d1400f79c3ff24c05a83e3
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  2 14:36:09 2025 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Aug  2 14:36:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a6be29

app-text/html2text-2.4.0: version bump

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

 app-text/html2text/Manifest                                   |  2 +-
 .../{html2text-2.3.0.ebuild => html2text-2.4.0.ebuild}        | 11 ++++++++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index 59129e50971b..bb584ec55d89 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -1,2 +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
+DIST html2text-2.4.0.tar.gz 385497 BLAKE2B baccdd053d686d8a5918bb70971e71d9d705ec1743aeed74b3d84f316017412e3446508097078e8bfef3aa94c287913800d521fe6e564b6b49fd064d80a59b6b SHA512 ebb9817de03fb3c38d96cf4eacde656d2cb030a4df3fc7dd8bc065b8fdc3250eb4d644993b52b46fd2e37e5c3b867600601631e251a56cebe450fbf4ce28a9fc

diff --git a/app-text/html2text/html2text-2.3.0.ebuild b/app-text/html2text/html2text-2.4.0.ebuild
similarity index 71%
rename from app-text/html2text/html2text-2.3.0.ebuild
rename to app-text/html2text/html2text-2.4.0.ebuild
index 0c6c1a11dd75..7343341e644b 100644
--- a/app-text/html2text/html2text-2.3.0.ebuild
+++ b/app-text/html2text/html2text-2.4.0.ebuild
@@ -7,8 +7,7 @@ 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"
+	SRC_URI="https://gitlab.com/-/project/48313341/uploads/8526650dd42218b3493ce7ca0a3eeb1e/${P}.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
 
@@ -17,10 +16,16 @@ HOMEPAGE="https://gitlab.com/grobian/html2text"
 
 LICENSE="GPL-2"
 SLOT="0"
+IUSE="+curl"
 
-DEPEND="virtual/libiconv"
+DEPEND="virtual/libiconv
+	curl? ( net-misc/curl )"
 RDEPEND="${DEPEND}"
 
+src_configure() {
+	econf $(use_with curl libcurl) || die
+}
+
 src_test() {
 	emake check
 }


             reply	other threads:[~2025-08-02 14:36 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-02 14:36 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-06 18:27 [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=1754145369.c3a6be2916c0e72829d1400f79c3ff24c05a83e3.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