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 9F5C3158093 for ; Sat, 2 Jul 2022 01:18:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9568DE0B72; Sat, 2 Jul 2022 01:18:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 76284E0B72 for ; Sat, 2 Jul 2022 01:18:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90363341ABC for ; Sat, 2 Jul 2022 01:18:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB37A522 for ; Sat, 2 Jul 2022 01:18:32 +0000 (UTC) From: "Erik Mackdanz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Erik Mackdanz" Message-ID: <1656724619.3d7414ee34b287a691140c52d57d7bf39adcd656.stasibear@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/upmpdcli/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/upmpdcli/upmpdcli-1.5.17.ebuild X-VCS-Directories: media-sound/upmpdcli/ X-VCS-Committer: stasibear X-VCS-Committer-Name: Erik Mackdanz X-VCS-Revision: 3d7414ee34b287a691140c52d57d7bf39adcd656 X-VCS-Branch: master Date: Sat, 2 Jul 2022 01:18:32 +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: 0fb33976-6474-4ac7-859b-f21e322158e7 X-Archives-Hash: 45ee4028cf9c04b05734bb14392e2cfa commit: 3d7414ee34b287a691140c52d57d7bf39adcd656 Author: Erik Mackdanz gentoo org> AuthorDate: Sat Jul 2 01:07:05 2022 +0000 Commit: Erik Mackdanz gentoo org> CommitDate: Sat Jul 2 01:16:59 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7414ee media-sound/upmpdcli: Use custom configure options Closes: https://bugs.gentoo.org/829286 Signed-off-by: Erik Mackdanz gentoo.org> media-sound/upmpdcli/upmpdcli-1.5.17.ebuild | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/media-sound/upmpdcli/upmpdcli-1.5.17.ebuild b/media-sound/upmpdcli/upmpdcli-1.5.17.ebuild index f6d13a3dd1cb..c7e369caaab6 100644 --- a/media-sound/upmpdcli/upmpdcli-1.5.17.ebuild +++ b/media-sound/upmpdcli/upmpdcli-1.5.17.ebuild @@ -28,6 +28,21 @@ RDEPEND=" thirdparty? ( dev-python/requests ) " +src_configure() { + + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var/lib \ + --disable-dependency-tracking \ + --disable-silent-rules \ + "--docdir=/usr/share/doc/${P}" \ + "--htmldir=/usr/share/doc/${P}/html" \ + --libdir=/usr/lib64 \ + || die "Configure failed" + +} + src_install() { default newinitd "${FILESDIR}/${PN}.initd" "${PN}"