summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2022-10-12 18:34:16 +0200
committerSam James <sam@gentoo.org>2022-10-13 00:24:05 +0100
commita7205f326221890117447f9214188e236e762120 (patch)
treed1ba974cc31b00f617b5b3ac7984645427cbf6e7 /sci-geosciences
parentdev-lisp/c2ffi: style tweaks (diff)
downloadgentoo-a7205f326221890117447f9214188e236e762120.tar.gz
gentoo-a7205f326221890117447f9214188e236e762120.tar.bz2
gentoo-a7205f326221890117447f9214188e236e762120.zip
sci-geosciences/grass: remove obsolete warning
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/27753 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/grass/grass-8.2.0-r2.ebuild2
-rw-r--r--sci-geosciences/grass/grass-8.2.0.ebuild2
-rw-r--r--sci-geosciences/grass/grass-9999.ebuild4
3 files changed, 1 insertions, 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() {