public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/kafkacat/
Date: Tue, 25 Apr 2017 15:50:09 +0000 (UTC)	[thread overview]
Message-ID: <1493135384.b6c0516df27cbc2c145e278397ff0370ab131a67.mrueg@gentoo> (raw)

commit:     b6c0516df27cbc2c145e278397ff0370ab131a67
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 15:49:44 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 15:49:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6c0516d

net-misc/kafkacat: Initial commit

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/kafkacat/Manifest              |  1 +
 net-misc/kafkacat/kafkacat-1.3.1.ebuild | 28 ++++++++++++++++++++++++++++
 net-misc/kafkacat/metadata.xml          | 11 +++++++++++
 3 files changed, 40 insertions(+)

diff --git a/net-misc/kafkacat/Manifest b/net-misc/kafkacat/Manifest
new file mode 100644
index 00000000000..431458364e7
--- /dev/null
+++ b/net-misc/kafkacat/Manifest
@@ -0,0 +1 @@
+DIST kafkacat-1.3.1.tar.gz 52117 SHA256 385f231d7edee417c71b43f6f9d6dd843e9e41bff1bd30483792c6271c09b12b SHA512 98e51c7ad4a3bb1eda8587af5e4d9ce164d26a9511470799a8379e89d2462397eb51e80ccde6a5c9240b99b014f7ca2c6d494a576de3e0be65df744ebc56d758 WHIRLPOOL 7f501fc7ed9bd2d5a83cc50b70bb31176a7878905d3d3f3c2682b0ac5f82b43bb356b5066622d4a9216ef73e9689d1827cd657b4820233b82b52404fc09c82d3

diff --git a/net-misc/kafkacat/kafkacat-1.3.1.ebuild b/net-misc/kafkacat/kafkacat-1.3.1.ebuild
new file mode 100644
index 00000000000..607a27250bd
--- /dev/null
+++ b/net-misc/kafkacat/kafkacat-1.3.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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/kafkacat"
+SRC_URI="https://github.com/edenhill/kafkacat/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+json"
+
+DEPEND=">=dev-libs/librdkafka-0.9.4
+	json? ( dev-libs/yajl )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	econf $(use_enable json) --cc=$(tc-getCC)
+}
+
+src_install() {
+	default
+	doman ${PN}.1
+}

diff --git a/net-misc/kafkacat/metadata.xml b/net-misc/kafkacat/metadata.xml
new file mode 100644
index 00000000000..e69573dd7d4
--- /dev/null
+++ b/net-misc/kafkacat/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrueg@gentoo.org</email>
+		<name>Manuel Rüger</name>
+	</maintainer>
+	<use>
+		<flag name="json">Enable json support</flag>
+	</use>
+</pkgmetadata>


             reply	other threads:[~2017-04-25 15:50 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-25 15:50 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-23 12:33 [gentoo-commits] repo/gentoo:master commit in: net-misc/kafkacat/ Manuel Rüger
2019-09-18  7:24 Manuel Rüger
2020-01-31 18:11 William Hubbs
2020-01-31 22:53 William Hubbs
2020-01-31 22:56 William Hubbs
2021-01-15 18:11 Patrice Clement
2021-01-15 18:11 Patrice Clement
2021-12-20 23:43 William Hubbs
2022-03-19 23:45 Sam James
2022-10-14 19:14 William Hubbs
2022-10-15 20:38 William Hubbs
2023-01-03 18:28 Sam James
2023-01-04 21:00 Andreas Sturmlechner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493135384.b6c0516df27cbc2c145e278397ff0370ab131a67.mrueg@gentoo \
    --to=mrueg@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox