summaryrefslogtreecommitdiff
path: root/app-text/html2text
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /app-text/html2text
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'app-text/html2text')
-rw-r--r--app-text/html2text/Manifest2
-rw-r--r--app-text/html2text/html2text-1.3.2a-r1.ebuild41
-rw-r--r--app-text/html2text/html2text-1.3.2a.ebuild44
3 files changed, 0 insertions, 87 deletions
diff --git a/app-text/html2text/Manifest b/app-text/html2text/Manifest
index 491eab004d2b..f71d17489d9e 100644
--- a/app-text/html2text/Manifest
+++ b/app-text/html2text/Manifest
@@ -3,7 +3,5 @@ AUX html2text-1.3.2a-urlistream-get.patch 186 BLAKE2B 600aac564090a318cd60085836
DIST html2text-1.3.2a.tar.gz 130088 BLAKE2B 97ca951ae7c501cefca78378683de7fb3c329905298de9e9675303485f3f4a83c5de39c90c8f9c0fe20b73d1e2b70897ee47cdabade9b3791a46f02625bbef05 SHA512 8ec2c17849615b8b78b6f7e9066e5bcfb419b293ffe98323ed0942e891993e205ef37ddfd2839eb12b6bad561989027aea0ba2d57eb7193d424715f93ded90e5
DIST patch-amd64-html2text-1.3.2a.diff 2230 BLAKE2B 332adeeceed512a2c5bfc01985efbaa4db5ea64b3e4ef8be8b880754524771de2e11b3a2efc55bce154bedc9e598231a1b5bcfe10e915b833d6dbcbcd9e46dc9 SHA512 2a421a20aec8a547bbdf54b81e30a6a1d4cf093e7ad67b27158f0c7248ca0abadd8d96ce0a27adcdd375012db6fd21f61f42a8343bfd910cd8a9720c0a043be1
DIST patch-utf8-html2text-1.3.2a.diff 29499 BLAKE2B ffc0ea8d89d9e9c9dfa89c2369016685a6af1403a6e71787df2724b72c74c8f774d8d92278a1aaeb90f47d34c8de4c889a7bf4edc02a00e3c97955ea624cfa71 SHA512 be31251471b221a38d291420d5f23e01d5017c20d953064c33ca3dd148543ae877ab584c16fcb01df1341abdb02494b05d08fdcf94bf70bad6b510ee8fac3376
-EBUILD html2text-1.3.2a-r1.ebuild 994 BLAKE2B a6ecf556040564c64bba93dc0dd4d9fcf5060df5a6b9a487ea91f4b2b1fac6da4f4783910a86a98cc2e2c02c9f2ee19bc7ab9f7e40d0441f56c07f28b2979a45 SHA512 94ad8a3df67dc20c080bab7a5eabe3ed2f38c39df6f454f6425b0033774b5aa0f393afe16d69e01f499ee69c2f31316a979cc0326e19737550d5bfa57603e0fb
EBUILD html2text-1.3.2a-r2.ebuild 966 BLAKE2B bed2bb01d9737b583602897df6a3f282bc43576ded681bf3777b8a245261e31e6b25fdf744aa6be48be5e6a49cc47d570e5bd10ad6cddf4997d5ba89bfdd9595 SHA512 c2fefe8343609b24840bb89bb43fbd30a4d5ea8d48fa85238f05d5b7df1f8ec2ac7141eb48a323791e425bf1fa95e75ebfa3967d9246b7d654fe527ff59d25e7
-EBUILD html2text-1.3.2a.ebuild 933 BLAKE2B 79617efc95c443681009563030126da8aadc589ae081b7162a700622367647112fae06271797923f0de4ed462aa4b89d17f2ab36084dae3edfbf67784cdb0797 SHA512 ab234c98f3998db61cb17dad4fc72dbfa184a93511d7a4482bee1dd0f1a350ef59645b5ffbd427fb0d4107135d19a95cb3cf8e36760377309e63076a56158e4a
MISC metadata.xml 373 BLAKE2B a4ea5de91e4a5f5a7653f4c9d86262c999e72c69863f0185700bd4fab6c27cf87d3e392aa013dd4b60a84b1ea0ddc42d811c4131c8db3ba427df86df7fa4abb8 SHA512 ae24dd6abb85c0abb4085f15c9c140d2dc3bb0c201ee22f1762e1eadc37899e8b5aa5cb794f9cd12bc26857195c9b9ba8cfa46d05628cdf765ddfc0639dd6bd4
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
-}