summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-11-27 11:02:20 -0500
committerAaron Bauman <bman@gentoo.org>2020-11-27 11:28:23 -0500
commit8812a36f25eda2c82dba5b8a57991c6e32360410 (patch)
treeebeb75ed22969c8c9197d645fe4718e4ee34143b /net-mail/mhonarc
parentdev-python/mysql-connector-python: Remove old (diff)
downloadgentoo-8812a36f25eda2c82dba5b8a57991c6e32360410.tar.gz
gentoo-8812a36f25eda2c82dba5b8a57991c6e32360410.tar.bz2
gentoo-8812a36f25eda2c82dba5b8a57991c6e32360410.zip
net-mail/mhonarc: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-mail/mhonarc')
-rw-r--r--net-mail/mhonarc/Manifest1
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.18-r2.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/net-mail/mhonarc/Manifest b/net-mail/mhonarc/Manifest
index 55831583d385..2b4feaf6819e 100644
--- a/net-mail/mhonarc/Manifest
+++ b/net-mail/mhonarc/Manifest
@@ -1,2 +1 @@
-DIST MHonArc-2.6.18.tar.bz2 1546854 BLAKE2B dd403ef742ee3cf2ce3d4490a489d88fb4ba8814456d0ecfae347c4dfd5fc5a61593b9def93edcafadae5e32e9afd5853ac0bf584b8f0060962d1b6b3fb1f04f SHA512 816acfd5c68db274848859ea60c8fb47a12daadea5d8dc8acd12018b72c8ff22133ef7e366edb005ef309f7a74f2b4dfdb7ad5fe9256eb850bebaeb165be5511
DIST MHonArc-2.6.19.tar.bz2 1577790 BLAKE2B 07c207c9684fd4a4f53a26ea18dc52c3136e7a5dc9623b121a8ef87b22fd19061d3fe91a48c691ba0776d7783dd3b80155e5c64518aa3050c0f0156537aa298b SHA512 17d9db58bf0a312ede435acba11a24ca73538f2031f24913fba28c8232b51b252e64a9bb55321aef26e3a2833a95939bdccaba51cb221fa1bc83d1980e60e7e0
diff --git a/net-mail/mhonarc/mhonarc-2.6.18-r2.ebuild b/net-mail/mhonarc/mhonarc-2.6.18-r2.ebuild
deleted file mode 100644
index 53d99632c586..000000000000
--- a/net-mail/mhonarc/mhonarc-2.6.18-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="Perl Mail-to-HTML Converter"
-HOMEPAGE="https://www.mhonarc.org/"
-SRC_URI="https://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~mips ~ppc x86"
-# Warrants IUSE examples, and here it is + ? IUSE doc; see also extras folder with html docs
-IUSE="examples"
-
-RESTRICT="mirror"
-
-S="${WORKDIR}/${P/mhonarc/MHonArc}"
-mydoc="README.txt"
-
-src_install() {
- sed -e "s|-prefix |-docpath '${D}/usr/share/doc/${PF}/html' -prefix '${D}'|g" -i Makefile || die 'sed on Makefile failed'
- sed -e "s|installsitelib|installvendorlib|g" -i install.me || die 'sed on install.me failed'
- perl-module_src_install
- if use examples; then
- docompress -x usr/share/doc/${PF}/examples
- insinto usr/share/doc/${PF}/
- doins -r examples/
- fi
-}