diff options
author | Sam James <sam@gentoo.org> | 2021-04-15 11:26:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:19:58 +0100 |
commit | 5d07bbfe19a1f9e6ad3b019b6d3ee89c60f3381f (patch) | |
tree | 5b963c27277446beb8def24eae957836f09c4ced /net-misc/kafka-bin | |
parent | net-misc/ices: eutils-- (diff) | |
download | gentoo-5d07bbfe19a1f9e6ad3b019b6d3ee89c60f3381f.tar.gz gentoo-5d07bbfe19a1f9e6ad3b019b6d3ee89c60f3381f.tar.bz2 gentoo-5d07bbfe19a1f9e6ad3b019b6d3ee89c60f3381f.zip |
net-misc/kafka-bin: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/kafka-bin')
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.1.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.2.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.3.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.4.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.4.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.5.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.5.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.6.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.6.1.ebuild | 2 | ||||
-rw-r--r-- | net-misc/kafka-bin/kafka-bin-2.7.0.ebuild | 2 |
11 files changed, 13 insertions, 27 deletions
diff --git a/net-misc/kafka-bin/kafka-bin-2.0.1.ebuild b/net-misc/kafka-bin/kafka-bin-2.0.1.ebuild index 0f799f94c22c..aaa89d5e8d9d 100644 --- a/net-misc/kafka-bin/kafka-bin-2.0.1.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user +inherit user DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="http://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.1.1.ebuild b/net-misc/kafka-bin/kafka-bin-2.1.1.ebuild index 0f799f94c22c..aaa89d5e8d9d 100644 --- a/net-misc/kafka-bin/kafka-bin-2.1.1.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.1.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user +inherit user DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="http://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.2.1.ebuild b/net-misc/kafka-bin/kafka-bin-2.2.1.ebuild index 0f799f94c22c..aaa89d5e8d9d 100644 --- a/net-misc/kafka-bin/kafka-bin-2.2.1.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.2.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user +inherit user DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="http://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.3.0.ebuild b/net-misc/kafka-bin/kafka-bin-2.3.0.ebuild index 0f799f94c22c..aaa89d5e8d9d 100644 --- a/net-misc/kafka-bin/kafka-bin-2.3.0.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils user +inherit user DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="http://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild b/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild index 7df42fcc92f1..2b5372ad071a 100644 --- a/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.4.0.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.4.1.ebuild b/net-misc/kafka-bin/kafka-bin-2.4.1.ebuild index 4c7d84184e1f..2b5372ad071a 100644 --- a/net-misc/kafka-bin/kafka-bin-2.4.1.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.4.1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.5.0.ebuild b/net-misc/kafka-bin/kafka-bin-2.5.0.ebuild index 4c7d84184e1f..2b5372ad071a 100644 --- a/net-misc/kafka-bin/kafka-bin-2.5.0.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.5.0.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.5.1.ebuild b/net-misc/kafka-bin/kafka-bin-2.5.1.ebuild index 4c7d84184e1f..2b5372ad071a 100644 --- a/net-misc/kafka-bin/kafka-bin-2.5.1.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.5.1.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.6.0.ebuild b/net-misc/kafka-bin/kafka-bin-2.6.0.ebuild index 7c0567d9f402..a014a476b4e0 100644 --- a/net-misc/kafka-bin/kafka-bin-2.6.0.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.6.0.ebuild @@ -1,10 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.6.1.ebuild b/net-misc/kafka-bin/kafka-bin-2.6.1.ebuild index 1e719f68e498..fb42f54f96da 100644 --- a/net-misc/kafka-bin/kafka-bin-2.6.1.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.6.1.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" diff --git a/net-misc/kafka-bin/kafka-bin-2.7.0.ebuild b/net-misc/kafka-bin/kafka-bin-2.7.0.ebuild index 1e719f68e498..fb42f54f96da 100644 --- a/net-misc/kafka-bin/kafka-bin-2.7.0.ebuild +++ b/net-misc/kafka-bin/kafka-bin-2.7.0.ebuild @@ -3,8 +3,6 @@ EAPI=7 -inherit eutils - DESCRIPTION="A high-throughput distributed messaging system" HOMEPAGE="https://kafka.apache.org/" |