summaryrefslogtreecommitdiff
path: root/net-misc/kafkacat/kafkacat-1.5.0.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-05 00:07:41 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-05 00:07:41 +0000
commite84469d1a99031578172f7c064945ba5114c5263 (patch)
tree170ff74f02b1b5050aa378951270f120617cca37 /net-misc/kafkacat/kafkacat-1.5.0.ebuild
parentd46d0aa37cf8b6304aea3c3f2a1be8cca389e989 (diff)
gentoo auto-resync : 05:01:2023 - 00:07:41
Diffstat (limited to 'net-misc/kafkacat/kafkacat-1.5.0.ebuild')
-rw-r--r--net-misc/kafkacat/kafkacat-1.5.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-misc/kafkacat/kafkacat-1.5.0.ebuild b/net-misc/kafkacat/kafkacat-1.5.0.ebuild
deleted file mode 100644
index 0e412519fb95..000000000000
--- a/net-misc/kafkacat/kafkacat-1.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Generic command line non-JVM Apache Kafka producer and consumer"
-HOMEPAGE="https://github.com/edenhill/kcat"
-SRC_URI="https://github.com/edenhill/kafkacat/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="+avro +json"
-
-DEPEND=">=dev-libs/librdkafka-0.9.4
- avro? (
- dev-libs/avro-c
- dev-libs/libserdes
- )
- json? ( dev-libs/yajl )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf $(use_enable avro) $(use_enable json) --cc="$(tc-getCC)"
-}
-
-src_install() {
- default
- doman ${PN}.1
-}