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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8605E139360 for ; Fri, 13 Aug 2021 01:04:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9245E07DB; Fri, 13 Aug 2021 01:04:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0B63E07DB for ; Fri, 13 Aug 2021 01:04:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 57C96342B22 for ; Fri, 13 Aug 2021 01:04:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 825C77A2 for ; Fri, 13 Aug 2021 01:04:03 +0000 (UTC) From: "John Helmert III" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John Helmert III" Message-ID: <1628816604.2e8ce97f6c4401cfa7df36c1622a36c8e424ab69.ajak@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rabbitmq-server/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild X-VCS-Directories: net-misc/rabbitmq-server/ X-VCS-Committer: ajak X-VCS-Committer-Name: John Helmert III X-VCS-Revision: 2e8ce97f6c4401cfa7df36c1622a36c8e424ab69 X-VCS-Branch: master Date: Fri, 13 Aug 2021 01:04:03 +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: 7e2f00c9-1077-4048-93db-6d3b513cb45d X-Archives-Hash: 3057c7a4db16a864d7a5b12f10459547 commit: 2e8ce97f6c4401cfa7df36c1622a36c8e424ab69 Author: John Helmert III gentoo org> AuthorDate: Fri Aug 13 01:03:02 2021 +0000 Commit: John Helmert III gentoo org> CommitDate: Fri Aug 13 01:03:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8ce97f net-misc/rabbitmq-server: needs python[xml] Closes: https://bugs.gentoo.org/805023 Signed-off-by: John Helmert III gentoo.org> .../rabbitmq-server-3.8.19-r1.ebuild | 80 ++++++++++++++++++++++ 1 file changed, 80 insertions(+) diff --git a/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild b/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild new file mode 100644 index 00000000000..7542861ab07 --- /dev/null +++ b/net-misc/rabbitmq-server/rabbitmq-server-3.8.19-r1.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_REQ_USE="xml" + +inherit python-any-r1 systemd + +DESCRIPTION="RabbitMQ is a high-performance AMQP-compliant message broker written in Erlang" +HOMEPAGE="https://www.rabbitmq.com/" +SRC_URI="https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PV}/rabbitmq-server-${PV}.tar.xz" + +LICENSE="GPL-2 MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +RESTRICT="test" + +RDEPEND=" + acct-group/rabbitmq + acct-user/rabbitmq + >=dev-lang/erlang-22[ssl] +" +DEPEND="${RDEPEND} + app-arch/zip + app-arch/unzip + app-text/docbook-xml-dtd:4.5 + app-text/xmlto + >=dev-lang/elixir-1.10.0