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 88EDE158020 for ; Wed, 12 Oct 2022 23:33:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7DD3E0876; Wed, 12 Oct 2022 23:33:01 +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 9DC48E0876 for ; Wed, 12 Oct 2022 23:33:01 +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 B73FB3412AA for ; Wed, 12 Oct 2022 23:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20D961C for ; Wed, 12 Oct 2022 23:32:57 +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: <1665617045.a7205f326221890117447f9214188e236e762120.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/grass/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/grass/grass-8.2.0-r2.ebuild sci-geosciences/grass/grass-8.2.0.ebuild sci-geosciences/grass/grass-9999.ebuild X-VCS-Directories: sci-geosciences/grass/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a7205f326221890117447f9214188e236e762120 X-VCS-Branch: master Date: Wed, 12 Oct 2022 23:32:57 +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: ab1419e5-28cc-431d-a6f4-9d1e70bece63 X-Archives-Hash: 3c63ee493ca71a0a8f742b9a25cb48b2 commit: a7205f326221890117447f9214188e236e762120 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Oct 12 16:34:16 2022 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 12 23:24:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7205f32 sci-geosciences/grass: remove obsolete warning Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/27753 Signed-off-by: Sam James gentoo.org> sci-geosciences/grass/grass-8.2.0-r2.ebuild | 2 -- sci-geosciences/grass/grass-8.2.0.ebuild | 2 -- sci-geosciences/grass/grass-9999.ebuild | 4 +--- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/sci-geosciences/grass/grass-8.2.0-r2.ebuild b/sci-geosciences/grass/grass-8.2.0-r2.ebuild index fe41dd56ef63..284209a9365c 100644 --- a/sci-geosciences/grass/grass-8.2.0-r2.ebuild +++ b/sci-geosciences/grass/grass-8.2.0-r2.ebuild @@ -281,8 +281,6 @@ os.environ\[\"GRASS_PYTHON\"\] = \"${EPYTHON}\":" \ pkg_postinst() { use X && xdg_pkg_postinst - ewarn 'Starting with version 8.0.2 the "liblas" USE flag has been renamed' - ewarn 'to "las" in order to match dev-games/openscenegraph (Bug 680854)' } pkg_postrm() { diff --git a/sci-geosciences/grass/grass-8.2.0.ebuild b/sci-geosciences/grass/grass-8.2.0.ebuild index 6edce360ce6a..2fa97add74b3 100644 --- a/sci-geosciences/grass/grass-8.2.0.ebuild +++ b/sci-geosciences/grass/grass-8.2.0.ebuild @@ -274,8 +274,6 @@ os.environ\[\"GRASS_PYTHON\"\] = \"${EPYTHON}\":" \ pkg_postinst() { use X && xdg_pkg_postinst - ewarn 'Starting with version 8.0.2 the "liblas" USE flag has been renamed' - ewarn 'to "las" in order to match dev-games/openscenegraph (Bug 680854)' } pkg_postrm() { diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 7b5ec1408e74..1746efefa7c6 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -20,8 +20,8 @@ MY_PM="${MY_PM/.}" if [[ ${PV} =~ "9999" ]]; then inherit git-r3 - EGIT_REPO_URI="https://github.com/OSGeo/grass.git" SLOT="0/8.3" + EGIT_REPO_URI="https://github.com/OSGeo/grass.git" else MY_P="${P/_rc/RC}" SLOT="0/$(ver_cut 1-2 ${PV})" @@ -276,8 +276,6 @@ os.environ\[\"GRASS_PYTHON\"\] = \"${EPYTHON}\":" \ pkg_postinst() { use X && xdg_pkg_postinst - ewarn 'Starting with version 8.0.2 the "liblas" USE flag has been renamed' - ewarn 'to "las" in order to match dev-games/openscenegraph (Bug 680854)' } pkg_postrm() {