diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-04-22 13:35:44 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-04-23 10:51:11 +0200 |
commit | 893cb3ac558d3d2c05cb563cb818f2667059fb21 (patch) | |
tree | 5b16ede6ef5992b9548248ed9ef1f47aee324b60 /app-text/html2text | |
parent | sys-block/scsiadd: drop old (EAPI2) (diff) | |
download | gentoo-893cb3ac558d3d2c05cb563cb818f2667059fb21.tar.gz gentoo-893cb3ac558d3d2c05cb563cb818f2667059fb21.tar.bz2 gentoo-893cb3ac558d3d2c05cb563cb818f2667059fb21.zip |
app-text/html2text: drop old (EAPI4/5)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-text/html2text')
-rw-r--r-- | app-text/html2text/html2text-1.3.2a-r1.ebuild | 41 | ||||
-rw-r--r-- | app-text/html2text/html2text-1.3.2a.ebuild | 44 |
2 files changed, 0 insertions, 85 deletions
diff --git a/app-text/html2text/html2text-1.3.2a-r1.ebuild b/app-text/html2text/html2text-1.3.2a-r1.ebuild deleted file mode 100644 index 8b1dad0a9b36..000000000000 --- a/app-text/html2text/html2text-1.3.2a-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils toolchain-funcs - -DESCRIPTION="A 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" - -src_unpack() { - unpack ${P}.tar.gz -} - -src_prepare() { - tc-export CXX - epatch \ - "${FILESDIR}/${P}-compiler.patch" \ - "${FILESDIR}/${P}-urlistream-get.patch" \ - "${DISTDIR}/patch-utf8-${P}.diff" \ - "${DISTDIR}/patch-amd64-${P}.diff" - epatch_user -} - -src_compile() { - emake LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}" -} - -src_install() { - dobin html2text - doman html2text.1.gz html2textrc.5.gz - dodoc CHANGES CREDITS KNOWN_BUGS README TODO -} diff --git a/app-text/html2text/html2text-1.3.2a.ebuild b/app-text/html2text/html2text-1.3.2a.ebuild deleted file mode 100644 index f3ffc7c1a0a7..000000000000 --- a/app-text/html2text/html2text-1.3.2a.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -DESCRIPTION="A 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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -DEPEND="" -RDEPEND="" - -src_unpack() { - unpack ${P}.tar.gz -} - -src_prepare() { - epatch "${FILESDIR}"/${P}-compiler.patch - epatch "${FILESDIR}"/${P}-urlistream-get.patch - epatch "${DISTDIR}"/patch-utf8-${P}.diff -} - -src_configure() { - tc-export CXX - default -} - -src_compile() { - emake LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}" -} - -src_install() { - dobin html2text - doman html2text.1.gz html2textrc.5.gz - dodoc CHANGES CREDITS KNOWN_BUGS README TODO -} |