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
}