diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-04-04 09:21:53 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-04-04 18:00:13 +0200 |
commit | dd20a57619f68b2ac5a5939e1de2419b492a9a8d (patch) | |
tree | 08f2f642ce87ed1b60c2d5af066c21a305bb5250 /app-text | |
parent | dev-util/ccache: stable 3.7.7-r1 for hppa, bug #713916 (diff) | |
download | gentoo-dd20a57619f68b2ac5a5939e1de2419b492a9a8d.tar.gz gentoo-dd20a57619f68b2ac5a5939e1de2419b492a9a8d.tar.bz2 gentoo-dd20a57619f68b2ac5a5939e1de2419b492a9a8d.zip |
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@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/html2text/html2text-9999.ebuild | 35 | ||||
-rw-r--r-- | 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 000000000000..8445f3dbe954 --- /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 cd4b982119ec..3e8dc87c6047 100644 --- a/app-text/html2text/metadata.xml +++ b/app-text/html2text/metadata.xml @@ -5,8 +5,8 @@ <email>jazzoslav@gmail.com</email> <name>Jaroslav Rakhmatoullin</name> </maintainer> -<maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> + <maintainer type="person"> + <email>grobian@gentoo.org</email> + <name>Fabian Groffen</name> </maintainer> </pkgmetadata> |