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-cluster | |
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-cluster')
19 files changed, 57 insertions, 19 deletions
diff --git a/sys-cluster/c3/c3-4.0.1.ebuild b/sys-cluster/c3/c3-4.0.1.ebuild index cb0a59ac791d..0e7edf290744 100644 --- a/sys-cluster/c3/c3-4.0.1.ebuild +++ b/sys-cluster/c3/c3-4.0.1.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 + DESCRIPTION="The Cluster Command and Control (C3) tool suite" HOMEPAGE="http://www.csm.ornl.gov/torc/C3/" SRC_URI="http://www.csm.ornl.gov/torc/C3/Software/${PV}/${P}.tar.gz" diff --git a/sys-cluster/ccs/ccs-2.03.09.ebuild b/sys-cluster/ccs/ccs-2.03.09.ebuild index 2f2b1c7f1307..7e91ed7abca9 100644 --- a/sys-cluster/ccs/ccs-2.03.09.ebuild +++ b/sys-cluster/ccs/ccs-2.03.09.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild b/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild index d3e78fcdc3cd..b3b168af577e 100644 --- a/sys-cluster/cman-lib/cman-lib-2.03.09-r1.ebuild +++ b/sys-cluster/cman-lib/cman-lib-2.03.09-r1.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 eutils versionator multilib MY_P=cluster-${PV} diff --git a/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild b/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild index 4468db7584b8..721665969bde 100644 --- a/sys-cluster/cman-lib/cman-lib-2.03.09.ebuild +++ b/sys-cluster/cman-lib/cman-lib-2.03.09.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 eutils versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild b/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild index 9f7ee3a8e734..2db5628c75f7 100644 --- a/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild +++ b/sys-cluster/dlm-lib/dlm-lib-2.03.09.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils linux-mod multilib versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/dlm-lib/dlm-lib-2.03.11.ebuild b/sys-cluster/dlm-lib/dlm-lib-2.03.11.ebuild index 2be0a15458dc..788f00810e5a 100644 --- a/sys-cluster/dlm-lib/dlm-lib-2.03.11.ebuild +++ b/sys-cluster/dlm-lib/dlm-lib-2.03.11.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils linux-mod multilib versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/dlm/dlm-2.03.09.ebuild b/sys-cluster/dlm/dlm-2.03.09.ebuild index 361d6e30adc6..56b13440dafb 100644 --- a/sys-cluster/dlm/dlm-2.03.09.ebuild +++ b/sys-cluster/dlm/dlm-2.03.09.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils linux-mod versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/dlm/dlm-2.03.11.ebuild b/sys-cluster/dlm/dlm-2.03.11.ebuild index c4816c691d72..f19c1973fb10 100644 --- a/sys-cluster/dlm/dlm-2.03.11.ebuild +++ b/sys-cluster/dlm/dlm-2.03.11.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 + inherit eutils linux-mod versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/fake/fake-1.1.10.ebuild b/sys-cluster/fake/fake-1.1.10.ebuild index d6247089d87c..8d3037b8fbff 100644 --- a/sys-cluster/fake/fake-1.1.10.ebuild +++ b/sys-cluster/fake/fake-1.1.10.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 eutils DESCRIPTION="Fake has been designed to switch in backup servers on a LAN" diff --git a/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild b/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild index b2a6acd7231d..288c301e2e34 100644 --- a/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.ebuild +++ b/sys-cluster/feedbackd-agent/feedbackd-agent-0.4.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 + inherit eutils flag-o-matic DESCRIPTION="Dynamic feedback of server loads in a Linux Virtual Server (LVS)-based cluster" diff --git a/sys-cluster/feedbackd-master/feedbackd-master-0.4.ebuild b/sys-cluster/feedbackd-master/feedbackd-master-0.4.ebuild index 84783e6b42c2..99abf16c57e6 100644 --- a/sys-cluster/feedbackd-master/feedbackd-master-0.4.ebuild +++ b/sys-cluster/feedbackd-master/feedbackd-master-0.4.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 eutils DESCRIPTION="Linux Virtual Server (LVS) addon for dynamic server health feedback" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild index 52156e121819..ad66846c10f3 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.21-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit linux-info PATCHLEVEL="11" diff --git a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild index da5e18b99cf8..8f263601620a 100644 --- a/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild +++ b/sys-cluster/ipvsadm/ipvsadm-1.24.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit linux-info toolchain-funcs DESCRIPTION="utility to administer the IP virtual server services offered by the Linux kernel" diff --git a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild b/sys-cluster/lspbs/lspbs-1.1-r1.ebuild index 6c7e8850c564..e4aeaf9d1249 100644 --- a/sys-cluster/lspbs/lspbs-1.1-r1.ebuild +++ b/sys-cluster/lspbs/lspbs-1.1-r1.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="Displays clear, concise and up-to-date PBS node and CPU usage information" SRC_URI="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/${P}.tar.gz" HOMEPAGE="http://homepages.inf.ed.ac.uk/s0239160/misc/lspbs/lspbs.html" diff --git a/sys-cluster/ocfs/ocfs-1.0.14.ebuild b/sys-cluster/ocfs/ocfs-1.0.14.ebuild index ecbeed23ad84..5fdceaf23645 100644 --- a/sys-cluster/ocfs/ocfs-1.0.14.ebuild +++ b/sys-cluster/ocfs/ocfs-1.0.14.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit linux-mod DESCRIPTION="The Oracle Cluster Filesystem" diff --git a/sys-cluster/onesis/onesis-2.0.2.ebuild b/sys-cluster/onesis/onesis-2.0.2.ebuild index 3262234d696a..3c06451f906c 100644 --- a/sys-cluster/onesis/onesis-2.0.2.ebuild +++ b/sys-cluster/onesis/onesis-2.0.2.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 + MY_P="oneSIS-${PV/_}" DESCRIPTION="Diskless computing made easy" diff --git a/sys-cluster/osc-mpiexec/osc-mpiexec-0.83.ebuild b/sys-cluster/osc-mpiexec/osc-mpiexec-0.83.ebuild index 58b0836bf837..22ec57399397 100644 --- a/sys-cluster/osc-mpiexec/osc-mpiexec-0.83.ebuild +++ b/sys-cluster/osc-mpiexec/osc-mpiexec-0.83.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 + MY_PN=${PN#osc-} DESCRIPTION="replacement for mpirun, integrates MPI with PBS" SRC_URI="http://www.osc.edu/~djohnson/mpiexec/${MY_PN}-${PV}.tgz" diff --git a/sys-cluster/rgmanager/rgmanager-2.03.09.ebuild b/sys-cluster/rgmanager/rgmanager-2.03.09.ebuild index 6b626ebc17ac..7bbd4a74f410 100644 --- a/sys-cluster/rgmanager/rgmanager-2.03.09.ebuild +++ b/sys-cluster/rgmanager/rgmanager-2.03.09.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=0 + inherit eutils versionator CLUSTER_RELEASE="${PV}" diff --git a/sys-cluster/wulfware/wulfware-2.6.0.ebuild b/sys-cluster/wulfware/wulfware-2.6.0.ebuild index 2bf28cbab2f2..0dd9e8708cd8 100644 --- a/sys-cluster/wulfware/wulfware-2.6.0.ebuild +++ b/sys-cluster/wulfware/wulfware-2.6.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 + inherit autotools eutils multilib toolchain-funcs DESCRIPTION="Applications to monitor on a beowulf- or GRID-style clusters" |