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 04F1915800F for ; Sun, 19 Feb 2023 19:21:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F2D6E0969; Sun, 19 Feb 2023 19:21:37 +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 35838E0969 for ; Sun, 19 Feb 2023 19:21: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 2EE0933BDFC for ; Sun, 19 Feb 2023 19:21:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A1ED531 for ; Sun, 19 Feb 2023 19:21:33 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1676834476.35149d666b723af3eddf41e7158a4243c7f511ef.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/gettext/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/gettext/gettext-0.21.1.ebuild sys-devel/gettext/metadata.xml X-VCS-Directories: sys-devel/gettext/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 35149d666b723af3eddf41e7158a4243c7f511ef X-VCS-Branch: master Date: Sun, 19 Feb 2023 19:21:33 +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: 4ba0b0e9-4f60-44be-96f2-3daadd1b8580 X-Archives-Hash: 25e0efeefcf51e4064cb30058ddc5590 commit: 35149d666b723af3eddf41e7158a4243c7f511ef Author: David Seifert gentoo org> AuthorDate: Sun Feb 19 19:21:16 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Feb 19 19:21:16 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35149d66 sys-devel/gettext: drop USE='cvs' Closes: https://github.com/gentoo/gentoo/pull/29668 Closes: https://bugs.gentoo.org/867928 Signed-off-by: David Seifert gentoo.org> sys-devel/gettext/gettext-0.21.1.ebuild | 6 ++---- sys-devel/gettext/metadata.xml | 27 ++++++++++----------------- 2 files changed, 12 insertions(+), 21 deletions(-) diff --git a/sys-devel/gettext/gettext-0.21.1.ebuild b/sys-devel/gettext/gettext-0.21.1.ebuild index df051017c102..7b9266695787 100644 --- a/sys-devel/gettext/gettext-0.21.1.ebuild +++ b/sys-devel/gettext/gettext-0.21.1.ebuild @@ -23,7 +23,7 @@ fi # so put that license behind USE=cxx. LICENSE="GPL-3+ cxx? ( LGPL-2.1+ )" SLOT="0" -IUSE="acl cvs +cxx doc emacs git java ncurses nls openmp static-libs" +IUSE="acl +cxx doc emacs git java ncurses nls openmp static-libs" # only runtime goes multilib # Note: The version of libxml2 corresponds to the version bundled via gnulib. @@ -40,11 +40,9 @@ DEPEND=">=virtual/libiconv-0-r1[${MULTILIB_USEDEP}] ncurses? ( sys-libs/ncurses:0= ) java? ( virtual/jdk:1.8 )" RDEPEND="${DEPEND} - !git? ( cvs? ( dev-vcs/cvs ) ) git? ( dev-vcs/git ) java? ( virtual/jre:1.8 )" BDEPEND=" - !git? ( cvs? ( dev-vcs/cvs ) ) git? ( dev-vcs/git ) verify-sig? ( sec-keys/openpgp-keys-gettext )" PDEPEND="emacs? ( app-emacs/po-mode )" @@ -119,12 +117,12 @@ multilib_src_configure() { --without-included-libxml --disable-csharp + --without-cvs $(use_enable acl) $(use_enable cxx c++) $(use_enable cxx libasprintf) $(use_with git) - $(usex git --without-cvs $(use_with cvs)) $(multilib_native_use_enable java) $(use_enable ncurses curses) $(use_enable nls) diff --git a/sys-devel/gettext/metadata.xml b/sys-devel/gettext/metadata.xml index 502becbd6b66..aad767169a65 100644 --- a/sys-devel/gettext/metadata.xml +++ b/sys-devel/gettext/metadata.xml @@ -1,21 +1,14 @@ - - base-system@gentoo.org - Gentoo Base System - - - - When running `autopoint`, use cvs to store the internal development files; - this requires cvs at runtime, but will be faster/smaller than raw archives - - - When running `autopoint`, use git to store the internal development files; - this requires git at runtime, but will be faster/smaller than raw archives - - - - cpe:/a:gnu:gettext - + + base-system@gentoo.org + Gentoo Base System + + + When running `autopoint`, use git to store the internal development files; this requires git at runtime, but will be faster/smaller than raw archives + + + cpe:/a:gnu:gettext +