public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/
Date: Mon,  8 Oct 2018 16:10:53 +0000 (UTC)	[thread overview]
Message-ID: <1539014953.a09956475820a07f01fabe695710d59f0b14687a.mgorny@gentoo> (raw)

commit:     a09956475820a07f01fabe695710d59f0b14687a
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Sep 30 14:58:41 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct  8 16:09:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0995647

app-text/html2text: EAPI7 revbump, improve ebuild

Closes: https://bugs.gentoo.org/667382
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/10027

 app-text/html2text/html2text-1.3.2a-r2.ebuild | 40 +++++++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/app-text/html2text/html2text-1.3.2a-r2.ebuild b/app-text/html2text/html2text-1.3.2a-r2.ebuild
new file mode 100644
index 00000000000..f96c4819e23
--- /dev/null
+++ b/app-text/html2text/html2text-1.3.2a-r2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="HTML to text converter"
+HOMEPAGE="http://www.mbayer.de/html2text/"
+SRC_URI="http://www.mbayer.de/html2text/downloads/${P}.tar.gz
+	http://www.mbayer.de/html2text/downloads/patch-utf8-${P}.diff
+	http://www.mbayer.de/html2text/downloads/patch-amd64-${P}.diff
+"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+
+PATCHES=(
+	"${FILESDIR}/${P}-compiler.patch"
+	"${FILESDIR}/${P}-urlistream-get.patch"
+	"${DISTDIR}/patch-utf8-${P}.diff"
+	"${DISTDIR}/patch-amd64-${P}.diff"
+)
+
+src_prepare() {
+	default
+	gunzip html2text.1.gz html2textrc.5.gz || die
+	tc-export CXX
+}
+
+src_compile() {
+	emake LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}"
+}
+
+src_install() {
+	dobin html2text
+	doman html2text.1 html2textrc.5
+	dodoc CHANGES CREDITS KNOWN_BUGS README TODO
+}


             reply	other threads:[~2018-10-08 16:10 UTC|newest]

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

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=1539014953.a09956475820a07f01fabe695710d59f0b14687a.mgorny@gentoo \
    --to=mgorny@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