From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 E0539158B20 for ; Wed, 05 Feb 2025 19:27:35 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C9A3F342FE2 for ; Wed, 05 Feb 2025 19:27:35 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CC74D1103CB; Wed, 05 Feb 2025 19:27:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id C23CA1103CB for ; Wed, 05 Feb 2025 19:27:34 +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 46E1B342FE2 for ; Wed, 05 Feb 2025 19:27:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D13E12195 for ; Wed, 05 Feb 2025 19:27:32 +0000 (UTC) From: "Mazunki Hoksaas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mazunki Hoksaas" Message-ID: <1738783562.8fa0dd4b3fe79690fe4d639e0fc75c48efb2a073.rolferen@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/qman/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/qman/metadata.xml app-misc/qman/qman-1.2.1-r1.ebuild app-misc/qman/qman-1.2.1.ebuild app-misc/qman/qman-9999.ebuild X-VCS-Directories: app-misc/qman/ X-VCS-Committer: rolferen X-VCS-Committer-Name: Mazunki Hoksaas X-VCS-Revision: 8fa0dd4b3fe79690fe4d639e0fc75c48efb2a073 X-VCS-Branch: dev Date: Wed, 05 Feb 2025 19:27: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: 8dc90222-848e-49c4-86a0-696c98f38d23 X-Archives-Hash: 7a98589ee109fec8eade405c9b82e450 commit: 8fa0dd4b3fe79690fe4d639e0fc75c48efb2a073 Author: Mazunki Hoksaas gmail com> AuthorDate: Wed Feb 5 19:21:40 2025 +0000 Commit: Mazunki Hoksaas gmail com> CommitDate: Wed Feb 5 19:26:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fa0dd4b app-misc/qman: fix ebuild bugs Signed-off-by: Mazunki Hoksaas gmail.com> app-misc/qman/metadata.xml | 1 - app-misc/qman/{qman-1.2.1.ebuild => qman-1.2.1-r1.ebuild} | 11 +++++++---- app-misc/qman/qman-9999.ebuild | 11 +++++++---- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/app-misc/qman/metadata.xml b/app-misc/qman/metadata.xml index f529608ee..a9b37af76 100644 --- a/app-misc/qman/metadata.xml +++ b/app-misc/qman/metadata.xml @@ -5,7 +5,6 @@ rolferen@gmail.com Mazunki Hoksaas - plp13/qman diff --git a/app-misc/qman/qman-1.2.1.ebuild b/app-misc/qman/qman-1.2.1-r1.ebuild similarity index 85% rename from app-misc/qman/qman-1.2.1.ebuild rename to app-misc/qman/qman-1.2.1-r1.ebuild index 12d9e3a46..b3a54c314 100644 --- a/app-misc/qman/qman-1.2.1.ebuild +++ b/app-misc/qman/qman-1.2.1-r1.ebuild @@ -12,17 +12,20 @@ SRC_URI="https://github.com/plp13/qman/archive/refs/tags/v${PV}.tar.gz -> ${P}.t LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" -IUSE="+doc +man" +IUSE="+doc" -DEPEND="sys-libs/ncurses +DEPEND=" + sys-libs/ncurses:= dev-libs/inih sys-libs/zlib - dev-python/cogapp" +" +BDEPEND=" + dev-python/cogapp +" RDEPEND="${DEPEND}" src_configure() { local emesonargs=( - $(meson_feature man man-pages) $(meson_feature doc docs) -Ddocdir="/usr/share/doc/${PF}" ) diff --git a/app-misc/qman/qman-9999.ebuild b/app-misc/qman/qman-9999.ebuild index de0e58bdd..3a671c6ee 100644 --- a/app-misc/qman/qman-9999.ebuild +++ b/app-misc/qman/qman-9999.ebuild @@ -12,17 +12,20 @@ EGIT_REPO_URI="https://github.com/plp13/qman.git" LICENSE="BSD-2" SLOT="0" KEYWORDS="" -IUSE="+doc +man" +IUSE="+doc" -DEPEND="sys-libs/ncurses +DEPEND=" + sys-libs/ncurses:= dev-libs/inih sys-libs/zlib - dev-python/cogapp" +" +BDEPEND=" + dev-python/cogapp +" RDEPEND="${DEPEND}" src_configure() { local emesonargs=( - $(meson_feature man man-pages) $(meson_feature doc docs) -Ddocdir="/usr/share/doc/${PF}" )