Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/html2text/
Date: Tue, 23 Apr 2019 08:51:46
Message-Id: 1556009471.893cb3ac558d3d2c05cb563cb818f2667059fb21.soap@gentoo
1 commit: 893cb3ac558d3d2c05cb563cb818f2667059fb21
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 22 11:35:44 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 23 08:51:11 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893cb3ac
7
8 app-text/html2text: drop old (EAPI4/5)
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-text/html2text/html2text-1.3.2a-r1.ebuild | 41 -------------------------
14 app-text/html2text/html2text-1.3.2a.ebuild | 44 ---------------------------
15 2 files changed, 85 deletions(-)
16
17 diff --git a/app-text/html2text/html2text-1.3.2a-r1.ebuild b/app-text/html2text/html2text-1.3.2a-r1.ebuild
18 deleted file mode 100644
19 index 8b1dad0a9b3..00000000000
20 --- a/app-text/html2text/html2text-1.3.2a-r1.ebuild
21 +++ /dev/null
22 @@ -1,41 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -inherit eutils toolchain-funcs
29 -
30 -DESCRIPTION="A HTML to text converter"
31 -HOMEPAGE="http://www.mbayer.de/html2text/"
32 -SRC_URI="http://www.mbayer.de/html2text/downloads/${P}.tar.gz
33 - http://www.mbayer.de/html2text/downloads/patch-utf8-${P}.diff
34 - http://www.mbayer.de/html2text/downloads/patch-amd64-${P}.diff
35 -"
36 -
37 -LICENSE="GPL-2"
38 -SLOT="0"
39 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
40 -
41 -src_unpack() {
42 - unpack ${P}.tar.gz
43 -}
44 -
45 -src_prepare() {
46 - tc-export CXX
47 - epatch \
48 - "${FILESDIR}/${P}-compiler.patch" \
49 - "${FILESDIR}/${P}-urlistream-get.patch" \
50 - "${DISTDIR}/patch-utf8-${P}.diff" \
51 - "${DISTDIR}/patch-amd64-${P}.diff"
52 - epatch_user
53 -}
54 -
55 -src_compile() {
56 - emake LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}"
57 -}
58 -
59 -src_install() {
60 - dobin html2text
61 - doman html2text.1.gz html2textrc.5.gz
62 - dodoc CHANGES CREDITS KNOWN_BUGS README TODO
63 -}
64
65 diff --git a/app-text/html2text/html2text-1.3.2a.ebuild b/app-text/html2text/html2text-1.3.2a.ebuild
66 deleted file mode 100644
67 index f3ffc7c1a0a..00000000000
68 --- a/app-text/html2text/html2text-1.3.2a.ebuild
69 +++ /dev/null
70 @@ -1,44 +0,0 @@
71 -# Copyright 1999-2012 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=4
75 -
76 -inherit eutils toolchain-funcs
77 -
78 -DESCRIPTION="A HTML to text converter"
79 -HOMEPAGE="http://www.mbayer.de/html2text/"
80 -SRC_URI="http://www.mbayer.de/html2text/downloads/${P}.tar.gz
81 - http://www.mbayer.de/html2text/downloads/patch-utf8-${P}.diff"
82 -
83 -LICENSE="GPL-2"
84 -SLOT="0"
85 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
86 -IUSE=""
87 -
88 -DEPEND=""
89 -RDEPEND=""
90 -
91 -src_unpack() {
92 - unpack ${P}.tar.gz
93 -}
94 -
95 -src_prepare() {
96 - epatch "${FILESDIR}"/${P}-compiler.patch
97 - epatch "${FILESDIR}"/${P}-urlistream-get.patch
98 - epatch "${DISTDIR}"/patch-utf8-${P}.diff
99 -}
100 -
101 -src_configure() {
102 - tc-export CXX
103 - default
104 -}
105 -
106 -src_compile() {
107 - emake LDFLAGS="${LDFLAGS}" DEBUG="${CXXFLAGS}"
108 -}
109 -
110 -src_install() {
111 - dobin html2text
112 - doman html2text.1.gz html2textrc.5.gz
113 - dodoc CHANGES CREDITS KNOWN_BUGS README TODO
114 -}