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 960CA138334 for ; Sun, 30 Sep 2018 13:34:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54564E0870; Sun, 30 Sep 2018 13:34:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 13870E0870 for ; Sun, 30 Sep 2018 13:34:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DC83F335CD2 for ; Sun, 30 Sep 2018 13:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E11153FA for ; Sun, 30 Sep 2018 13:34:00 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1538314435.4450ee57aec67aed3f9c4ee37ed3457488b7a559.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/cluster-glue/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild sys-cluster/cluster-glue/metadata.xml X-VCS-Directories: sys-cluster/cluster-glue/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 4450ee57aec67aed3f9c4ee37ed3457488b7a559 X-VCS-Branch: master Date: Sun, 30 Sep 2018 13:34:00 +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-Archives-Salt: b8460811-f4bc-400f-90c0-523bf276eb84 X-Archives-Hash: 0e9798164e592c28fe6ac47ba0d2744d commit: 4450ee57aec67aed3f9c4ee37ed3457488b7a559 Author: Jeroen Roovers gentoo org> AuthorDate: Sun Sep 30 13:31:27 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Sep 30 13:33:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4450ee57 sys-cluster/cluster-glue: Fix implicit openipmi dependency * Depend on sys-libs/openipmi if USE=ipmilan * Fix selector_t compile error with >openipmi-2.0.22 * Drop -fstack-protector-all while we're there Fixes: https://bugs.gentoo.org/653248 Signed-off-by: Jeroen Roovers gentoo.org> .../cluster-glue/cluster-glue-1.0.12-r1.ebuild | 96 ++++++++++++++++++++++ sys-cluster/cluster-glue/metadata.xml | 1 + 2 files changed, 97 insertions(+) diff --git a/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild b/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild new file mode 100644 index 00000000000..74f9306385a --- /dev/null +++ b/sys-cluster/cluster-glue/cluster-glue-1.0.12-r1.ebuild @@ -0,0 +1,96 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +MY_P="${P/cluster-}" +inherit autotools eutils flag-o-matic multilib user + +DESCRIPTION="Library pack for Heartbeat / Pacemaker" +HOMEPAGE="http://www.linux-ha.org/wiki/Cluster_Glue" +SRC_URI="http://hg.linux-ha.org/glue/archive/${MY_P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE="doc ipmilan libnet static-libs" + +RDEPEND=" + ! Cluster Glue is a set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack. + Install the ipmilan plugin (requires sys-libs/openipmi) Force use of net-libs/libnet