dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / net-mail / email / email-3.1.3.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI="4"
5
6 DESCRIPTION="Advanced CLI tool for sending email"
7 HOMEPAGE="http://www.cleancode.org/projects/email"
8 SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
9 LICENSE="GPL-2"
10 SLOT="0"
11
12 KEYWORDS="~alpha amd64 x86"
13 IUSE=""
14
15 src_prepare() {
16         sed -i -e "s:/doc/email-\${version}:/share/doc:" configure || die
17         sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf || die
18 }
19
20 src_install() {
21         default
22         doman email.1
23         dodoc README TODO
24 }