From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1685E15800F for ; Wed, 4 Jan 2023 21:00:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4641AE07A5; Wed, 4 Jan 2023 21:00:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1FD46E07A5 for ; Wed, 4 Jan 2023 21:00:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20E3033BDF5 for ; Wed, 4 Jan 2023 21:00:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 17017801 for ; Wed, 4 Jan 2023 21:00:07 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1672865986.d47f31322113dd6ce99c18991a1b8bd578a7a660.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kafkacat/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/kafkacat/Manifest net-misc/kafkacat/kafkacat-1.5.0.ebuild X-VCS-Directories: net-misc/kafkacat/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d47f31322113dd6ce99c18991a1b8bd578a7a660 X-VCS-Branch: master Date: Wed, 4 Jan 2023 21:00:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b6be770d-df6d-45bf-a441-9fca7666196f X-Archives-Hash: e7b0128ae1f2ccf4648526b325d0db83 commit: d47f31322113dd6ce99c18991a1b8bd578a7a660 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 4 20:43:16 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 4 20:59:46 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d47f3132 net-misc/kafkacat: drop 1.5.0 Closes: https://bugs.gentoo.org/888033 Signed-off-by: Andreas Sturmlechner gentoo.org> net-misc/kafkacat/Manifest | 1 - net-misc/kafkacat/kafkacat-1.5.0.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/net-misc/kafkacat/Manifest b/net-misc/kafkacat/Manifest index dcd3d33b09ad..45fa8560a05c 100644 --- a/net-misc/kafkacat/Manifest +++ b/net-misc/kafkacat/Manifest @@ -1,2 +1 @@ -DIST kafkacat-1.5.0.tar.gz 124682 BLAKE2B 392689ded1cd07268bba572273b2b18dbac0d0f4c2daf87c0a4c5fbbff2568df7ec5ca7b64aed34caa851b5e9b8629e246f9d19087496a882b8b55b2e2138f78 SHA512 57f75b26ef32df244043fa9fc17dc2d6fd93daeea4bc389aa78356ea6e45dea780ff9c3462ed27d2a7798560a21eef04f098bf7766c7305bcee4573f557651ad DIST kcat-1.7.1.tar.gz 142699 BLAKE2B 2736d284d9f1f940688a3605db3a966ddee0cb26cc271d0d288f5910a86b8d494e207757d5d35e445ea99bb4a0a218715401815167734eee3942d7de6573baaf SHA512 07aa442a840819ca8d1ab20d86fe9d07afee0e4fa546b033ceb0c1c526f3fb5d9fbd2c34c29460d3439c5046b836605150dc76e85072d9516d82b9a193a0a3cd 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 -}