diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-04-29 13:52:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-05-01 20:37:34 +0200 |
commit | 4a409a1ecd75d064e8b471f6131bb1feb83c37a8 (patch) | |
tree | ad19729542f1e853b610fbb243f35a6292279efd /mail-client | |
parent | dev-libs/openssl: Bump to version 1.1.1_pre6. Removed old. (diff) | |
download | gentoo-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 'mail-client')
-rw-r--r-- | mail-client/biabam/biabam-0.9.7.ebuild | 4 | ||||
-rw-r--r-- | mail-client/clawsker/clawsker-0.7.10.ebuild | 4 | ||||
-rw-r--r-- | mail-client/clawsker/clawsker-0.7.8.ebuild | 4 | ||||
-rw-r--r-- | mail-client/mailx-support/mailx-support-20060102-r1.ebuild | 4 | ||||
-rw-r--r-- | mail-client/mailx/mailx-8.1.2.20050715-r6.ebuild | 4 | ||||
-rw-r--r-- | mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild | 4 |
6 files changed, 18 insertions, 6 deletions
diff --git a/mail-client/biabam/biabam-0.9.7.ebuild b/mail-client/biabam/biabam-0.9.7.ebuild index a31a3b02dccb..f431ee26cbd9 100644 --- a/mail-client/biabam/biabam-0.9.7.ebuild +++ b/mail-client/biabam/biabam-0.9.7.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="Biabam is a small commandline tool for sending mail attachments" HOMEPAGE="http://www.mmj.dk/biabam/" SRC_URI="http://www.mmj.dk/biabam/${P}.tar.bz2" diff --git a/mail-client/clawsker/clawsker-0.7.10.ebuild b/mail-client/clawsker/clawsker-0.7.10.ebuild index 7023d5a0c375..0cc9ea4dbd1e 100644 --- a/mail-client/clawsker/clawsker-0.7.10.ebuild +++ b/mail-client/clawsker/clawsker-0.7.10.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="Applet to edit Claws Mail's hidden preferences" HOMEPAGE="http://www.claws-mail.org/clawsker.php" SRC_URI="http://www.claws-mail.org/tools/${P}.tar.gz" diff --git a/mail-client/clawsker/clawsker-0.7.8.ebuild b/mail-client/clawsker/clawsker-0.7.8.ebuild index 9e38381337fc..47ff07ea6cd5 100644 --- a/mail-client/clawsker/clawsker-0.7.8.ebuild +++ b/mail-client/clawsker/clawsker-0.7.8.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + DESCRIPTION="Applet to edit Claws Mail's hidden preferences" HOMEPAGE="http://www.claws-mail.org/clawsker.php" SRC_URI="http://www.claws-mail.org/tools/${P}.tar.gz" diff --git a/mail-client/mailx-support/mailx-support-20060102-r1.ebuild b/mail-client/mailx-support/mailx-support-20060102-r1.ebuild index 66f906bc438c..5e114e7c496b 100644 --- a/mail-client/mailx-support/mailx-support-20060102-r1.ebuild +++ b/mail-client/mailx-support/mailx-support-20060102-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils toolchain-funcs DESCRIPTION="Provides lockspool utility" diff --git a/mail-client/mailx/mailx-8.1.2.20050715-r6.ebuild b/mail-client/mailx/mailx-8.1.2.20050715-r6.ebuild index 9c54aeba8a5c..c51ce8d07a7c 100644 --- a/mail-client/mailx/mailx-8.1.2.20050715-r6.ebuild +++ b/mail-client/mailx/mailx-8.1.2.20050715-r6.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils flag-o-matic toolchain-funcs MX_MAJ_VER=${PV%.*} diff --git a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild index 95a81a524881..1e81cafec6c8 100644 --- a/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild +++ b/mail-client/pinepgp/pinepgp-0.18.0-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils DESCRIPTION="Use GPG/PGP with Pine" |