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 11E1715808B for ; Fri, 18 Feb 2022 02:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7968B2BC014; Fri, 18 Feb 2022 02:44:38 +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 pigeon.gentoo.org (Postfix) with ESMTPS id EDC022BC013 for ; Fri, 18 Feb 2022 02:44:37 +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 6BCBA343471 for ; Fri, 18 Feb 2022 02:44:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A64592FE for ; Fri, 18 Feb 2022 02:44:30 +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: <1645152144.af022f77f6b7889345b54dfa15ed6c8c3b180387.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/nemo/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/nemo/nemo-5.0.4.ebuild gnome-extra/nemo/nemo-5.2.4.ebuild X-VCS-Directories: gnome-extra/nemo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: af022f77f6b7889345b54dfa15ed6c8c3b180387 X-VCS-Branch: master Date: Fri, 18 Feb 2022 02:44:30 +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: a4745029-c6f3-4996-8484-68c564b20a56 X-Archives-Hash: dad66084203b1929605c82781be32df0 commit: af022f77f6b7889345b54dfa15ed6c8c3b180387 Author: Matthew S. Turnbull bluefang-logic com> AuthorDate: Tue Feb 1 03:08:58 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 02:42:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af022f77 gnome-extra/nemo: Switch from doc to gtk-doc Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew S. Turnbull bluefang-logic.com> Signed-off-by: Sam James gentoo.org> gnome-extra/nemo/nemo-5.0.4.ebuild | 8 ++++---- gnome-extra/nemo/nemo-5.2.4.ebuild | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gnome-extra/nemo/nemo-5.0.4.ebuild b/gnome-extra/nemo/nemo-5.0.4.ebuild index 49839c4d1aa3..a64b12d8ae3d 100644 --- a/gnome-extra/nemo/nemo-5.0.4.ebuild +++ b/gnome-extra/nemo/nemo-5.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ LGPL-2+ FDL-1.1" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv x86" -IUSE="doc exif +nls selinux test tracker xmp" +IUSE="exif gtk-doc +nls selinux test tracker xmp" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # https://github.com/linuxmint/nemo/issues/2501 @@ -61,7 +61,7 @@ BDEPEND=" sys-devel/gettext virtual/pkgconfig - doc? ( dev-util/gtk-doc ) + gtk-doc? ( dev-util/gtk-doc ) " PATCHES=( @@ -97,7 +97,7 @@ src_configure() { $(meson_use tracker) $(meson_use xmp) $(meson_use selinux) - $(meson_use doc gtk_doc) + $(meson_use gtk-doc gtk_doc) ) meson_src_configure } diff --git a/gnome-extra/nemo/nemo-5.2.4.ebuild b/gnome-extra/nemo/nemo-5.2.4.ebuild index fd4eee2678d3..1eabe047e65b 100644 --- a/gnome-extra/nemo/nemo-5.2.4.ebuild +++ b/gnome-extra/nemo/nemo-5.2.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/linuxmint/nemo/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+ LGPL-2+ FDL-1.1" SLOT="0" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="doc exif +nls selinux test tracker xmp" +IUSE="exif gtk-doc +nls selinux test tracker xmp" REQUIRED_USE="${PYTHON_REQUIRED_USE}" # https://github.com/linuxmint/nemo/issues/2501 @@ -61,7 +61,7 @@ BDEPEND=" sys-devel/gettext virtual/pkgconfig - doc? ( dev-util/gtk-doc ) + gtk-doc? ( dev-util/gtk-doc ) " PATCHES=( @@ -102,7 +102,7 @@ src_configure() { $(meson_use tracker) $(meson_use xmp) $(meson_use selinux) - $(meson_use doc gtk_doc) + $(meson_use gtk-doc gtk_doc) ) meson_src_configure }