summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-04-29 13:52:02 +0200
committerMichał Górny <mgorny@gentoo.org>2018-05-01 20:37:34 +0200
commit4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch)
treead19729542f1e853b610fbb243f35a6292279efd /net-mail/email
parentdev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff)
downloadgentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.gz
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.tar.bz2
gentoo-4a409a1ecd75d064e8b471f6131bb1feb83c37a8.zip
*/*: Specify EAPI=0 explicitly, to ease greps
Closes: https://github.com/gentoo/gentoo/pull/8199
Diffstat (limited to 'net-mail/email')
-rw-r--r--net-mail/email/email-2.5.0.ebuild4
-rw-r--r--net-mail/email/email-3.0.5.ebuild4
-rw-r--r--net-mail/email/email-3.1.2.ebuild4
3 files changed, 9 insertions, 3 deletions
diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild
index c33c1f68e091..10ed37c23d02 100644
--- a/net-mail/email/email-2.5.0.ebuild
+++ b/net-mail/email/email-2.5.0.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="Advanced CLI tool for sending email"
HOMEPAGE="http://email.cleancode.org"
SRC_URI="http://email.cleancode.org/download/${P}.tar.bz2"
diff --git a/net-mail/email/email-3.0.5.ebuild b/net-mail/email/email-3.0.5.ebuild
index 7882010380fe..5f321515d327 100644
--- a/net-mail/email/email-3.0.5.ebuild
+++ b/net-mail/email/email-3.0.5.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
inherit flag-o-matic
DESCRIPTION="Advanced CLI tool for sending email"
diff --git a/net-mail/email/email-3.1.2.ebuild b/net-mail/email/email-3.1.2.ebuild
index 78ef342e6352..b8e28f557b15 100644
--- a/net-mail/email/email-3.1.2.ebuild
+++ b/net-mail/email/email-3.1.2.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+EAPI=0
+
DESCRIPTION="Advanced CLI tool for sending email"
HOMEPAGE="http://www.cleancode.org/projects/email"
SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"