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 /sys-process | |
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 'sys-process')
-rw-r--r-- | sys-process/anacron/anacron-2.3-r2.ebuild | 4 | ||||
-rw-r--r-- | sys-process/daemontools/daemontools-0.76-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-process/latencytop/latencytop-0.5.ebuild | 4 | ||||
-rw-r--r-- | sys-process/minit/minit-0.10.ebuild | 4 | ||||
-rw-r--r-- | sys-process/minit/minit-0.9.1.ebuild | 4 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r14.ebuild | 2 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild | 2 |
7 files changed, 19 insertions, 5 deletions
diff --git a/sys-process/anacron/anacron-2.3-r2.ebuild b/sys-process/anacron/anacron-2.3-r2.ebuild index 66f8e558937e..0cd447e477a6 100644 --- a/sys-process/anacron/anacron-2.3-r2.ebuild +++ b/sys-process/anacron/anacron-2.3-r2.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 + inherit eutils DESCRIPTION="a periodic command scheduler" diff --git a/sys-process/daemontools/daemontools-0.76-r7.ebuild b/sys-process/daemontools/daemontools-0.76-r7.ebuild index 2550eb7f24ea..8d943b7502dd 100644 --- a/sys-process/daemontools/daemontools-0.76-r7.ebuild +++ b/sys-process/daemontools/daemontools-0.76-r7.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 + inherit eutils flag-o-matic qmail DESCRIPTION="Collection of tools for managing UNIX services" diff --git a/sys-process/latencytop/latencytop-0.5.ebuild b/sys-process/latencytop/latencytop-0.5.ebuild index 805401c62f15..cf61c0b00e95 100644 --- a/sys-process/latencytop/latencytop-0.5.ebuild +++ b/sys-process/latencytop/latencytop-0.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 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="tool for identifying where in the system latency is happening" diff --git a/sys-process/minit/minit-0.10.ebuild b/sys-process/minit/minit-0.10.ebuild index f1502b99c2bc..bc449452106c 100644 --- a/sys-process/minit/minit-0.10.ebuild +++ b/sys-process/minit/minit-0.10.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils DESCRIPTION="a small yet feature-complete init" diff --git a/sys-process/minit/minit-0.9.1.ebuild b/sys-process/minit/minit-0.9.1.ebuild index 8e576817cb0a..dc5b61d80951 100644 --- a/sys-process/minit/minit-0.9.1.ebuild +++ b/sys-process/minit/minit-0.9.1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils DESCRIPTION="a small yet feature-complete init" diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r14.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r14.ebuild index 3fb29c5ff60a..09604bb30746 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r14.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r14.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit cron toolchain-funcs pam eutils flag-o-matic user systemd # no useful homepage, bug #65898 diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild index 66f310fd824e..21e22ab3a696 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r15.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit cron toolchain-funcs pam eutils flag-o-matic user systemd # no useful homepage, bug #65898 |