commit: dd20a57619f68b2ac5a5939e1de2419b492a9a8d
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 4 07:21:53 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Apr 4 16:00:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd20a576
app-text/html2text: add live version, make myself co-maintainer
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-text/html2text/html2text-9999.ebuild | 35 ++++++++++++++++++++++++++++++++
app-text/html2text/metadata.xml | 6 +++---
2 files changed, 38 insertions(+), 3 deletions(-)
diff --git a/app-text/html2text/html2text-9999.ebuild
b/app-text/html2text/html2text-9999.ebuild
new file mode 100644
index 00000000000..8445f3dbe95
--- /dev/null
+++ b/app-text/html2text/html2text-9999.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/grobian/html2text.git"
+else
+ SRC_URI=""
+ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86
~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+fi
+
+DESCRIPTION="HTML to text converter"
+HOMEPAGE="https://github.com/grobian/html2text"
+
+LICENSE="GPL-2"
+SLOT="0"
+
+src_prepare() {
+ default
+ 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
+}
diff --git a/app-text/html2text/metadata.xml b/app-text/html2text/metadata.xml
index cd4b982119e..3e8dc87c604 100644
--- a/app-text/html2text/metadata.xml
+++ b/app-text/html2text/metadata.xml
@@ -5,8 +5,8 @@
<email>[email protected]</email>
<name>Jaroslav Rakhmatoullin</name>
</maintainer>
-<maintainer type="project">
- <email>[email protected]</email>
- <name>Proxy Maintainers</name>
+ <maintainer type="person">
+ <email>[email protected]</email>
+ <name>Fabian Groffen</name>
</maintainer>
</pkgmetadata>