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: Mon, 25 Apr 2022 06:26:07 +0000 (UTC)	[thread overview]
Message-ID: <1650867964.864089dad9b684eaebb54bfcd67f4f94afa28a83.grobian@gentoo> (raw)

commit:     864089dad9b684eaebb54bfcd67f4f94afa28a83
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 06:24:49 2022 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 06:26:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=864089da

app-text/html2text-2.0.1: fix configure #840625

this package uses a hand-crafted configure script and barfs on the
arguments econf passes onto it

Closes: https://bugs.gentoo.org/840625
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/html2text/html2text-2.0.1.ebuild | 5 +++--
 app-text/html2text/html2text-9999.ebuild  | 7 ++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/app-text/html2text/html2text-2.0.1.ebuild b/app-text/html2text/html2text-2.0.1.ebuild
index 9d6731b5bc81..124d0962c321 100644
--- a/app-text/html2text/html2text-2.0.1.ebuild
+++ b/app-text/html2text/html2text-2.0.1.ebuild
@@ -19,9 +19,10 @@ HOMEPAGE="https://github.com/grobian/html2text"
 LICENSE="GPL-2"
 SLOT="0"
 
-src_prepare() {
-	default
+src_configure() {
+	# non-autoconf configure
 	tc-export CXX
+	./configure || die
 }
 
 src_compile() {

diff --git a/app-text/html2text/html2text-9999.ebuild b/app-text/html2text/html2text-9999.ebuild
index f7558b5e8e28..124d0962c321 100644
--- a/app-text/html2text/html2text-9999.ebuild
+++ b/app-text/html2text/html2text-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -19,9 +19,10 @@ HOMEPAGE="https://github.com/grobian/html2text"
 LICENSE="GPL-2"
 SLOT="0"
 
-src_prepare() {
-	default
+src_configure() {
+	# non-autoconf configure
 	tc-export CXX
+	./configure || die
 }
 
 src_compile() {


             reply	other threads:[~2022-04-25  6:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  6:26 Fabian Groffen [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-02 13:15 [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/ 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-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=1650867964.864089dad9b684eaebb54bfcd67f4f94afa28a83.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