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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F57D15812D for ; Tue, 31 Dec 2024 14:23:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 623B5E07C5; Tue, 31 Dec 2024 14:23:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3320AE077A for ; Tue, 31 Dec 2024 14:23:17 +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 7581433BF39 for ; Tue, 31 Dec 2024 14:23:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FD82190F for ; Tue, 31 Dec 2024 14:23:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1735654954.1e94602d2694561777c973fb744d84fccfb607c4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/conserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/conserver/conserver-8.2.6-r3.ebuild app-admin/conserver/metadata.xml X-VCS-Directories: app-admin/conserver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1e94602d2694561777c973fb744d84fccfb607c4 X-VCS-Branch: master Date: Tue, 31 Dec 2024 14:23:15 +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: e4e0423a-ee0f-4257-afa8-bbef682b93a5 X-Archives-Hash: b9ed89ee3b16887aaf1c84dea9b1c980 commit: 1e94602d2694561777c973fb744d84fccfb607c4 Author: NHOrus yahoo com> AuthorDate: Tue Dec 31 06:47:29 2024 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 31 14:22:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e94602d app-admin/conserver: add github upstream metadata Signed-off-by: NHOrus yahoo.com> Signed-off-by: Sam James gentoo.org> app-admin/conserver/conserver-8.2.6-r3.ebuild | 9 ++++----- app-admin/conserver/metadata.xml | 3 +++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/app-admin/conserver/conserver-8.2.6-r3.ebuild b/app-admin/conserver/conserver-8.2.6-r3.ebuild index 37e5cb8d6e93..cc5c9df307a4 100644 --- a/app-admin/conserver/conserver-8.2.6-r3.ebuild +++ b/app-admin/conserver/conserver-8.2.6-r3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit autotools pam ssl-cert @@ -12,12 +12,11 @@ SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz" LICENSE="BSD BSD-with-attribution" SLOT="0" KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" -IUSE="debug ipv6 freeipmi kerberos pam ssl test tcpd" +IUSE="ipv6 freeipmi kerberos pam ssl test tcpd" RESTRICT="!test? ( test )" DEPEND="net-libs/libnsl:= virtual/libcrypt:= - debug? ( dev-libs/dmalloc:= ) freeipmi? ( sys-libs/freeipmi:= ) kerberos? ( virtual/krb5 @@ -45,13 +44,13 @@ src_prepare() { src_configure() { local myconf=( - $(use_with debug dmalloc) $(use_with ipv6) $(use_with freeipmi) $(use_with kerberos gssapi) $(use_with ssl openssl) $(use_with pam) $(use_with tcpd libwrap) + --without-dmalloc --with-cffile=conserver/conserver.cf --with-logfile=/var/log/conserver.log --with-master=localhost diff --git a/app-admin/conserver/metadata.xml b/app-admin/conserver/metadata.xml index f239675c0bab..262fe72f8465 100644 --- a/app-admin/conserver/metadata.xml +++ b/app-admin/conserver/metadata.xml @@ -25,4 +25,7 @@ Compile in FreeIPMI support via sys-libs/freeipmi + + conserver/conserver +