diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-08 06:57:34 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-08 06:57:34 +0000 |
| commit | ec3bcffa11d82c133ba86c095dd93d0cd79115fe (patch) | |
| tree | 0fada5adaecdd7c62ec687f56f5409c21b82dfb9 /sci-geosciences | |
| parent | 1bc15ae64b5672259525c9cc8488de3db2c4799e (diff) | |
| download | baldeagleos-repo-ec3bcffa11d82c133ba86c095dd93d0cd79115fe.tar.gz baldeagleos-repo-ec3bcffa11d82c133ba86c095dd93d0cd79115fe.tar.xz baldeagleos-repo-ec3bcffa11d82c133ba86c095dd93d0cd79115fe.zip | |
Adding metadata
Diffstat (limited to 'sci-geosciences')
| -rw-r--r-- | sci-geosciences/grass/grass-8.4.1-r1.ebuild (renamed from sci-geosciences/grass/grass-8.4.1.ebuild) | 11 | ||||
| -rw-r--r-- | sci-geosciences/grass/grass-9999.ebuild | 11 | ||||
| -rw-r--r-- | sci-geosciences/grass/metadata.xml | 1 |
3 files changed, 10 insertions, 13 deletions
diff --git a/sci-geosciences/grass/grass-8.4.1.ebuild b/sci-geosciences/grass/grass-8.4.1-r1.ebuild index 38864acd65fd..2800b1cf9b54 100644 --- a/sci-geosciences/grass/grass-8.4.1.ebuild +++ b/sci-geosciences/grass/grass-8.4.1-r1.ebuild @@ -8,12 +8,12 @@ PYTHON_REQ_USE="sqlite" # bug 572440 inherit desktop flag-o-matic python-single-r1 toolchain-funcs xdg -DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D vizualization" +DESCRIPTION="Free GIS with raster and vector functionality, as well as 3D vizualization" HOMEPAGE="https://grass.osgeo.org/" LICENSE="GPL-2" -if [[ ${PV} =~ "9999" ]]; then +if [[ ${PV} == *9999* ]]; then SLOT="0/8.4" else SLOT="0/$(ver_cut 1-2 ${PV})" @@ -23,7 +23,7 @@ GVERSION=${SLOT#*/} MY_PM="${PN}${GVERSION}" MY_PM="${MY_PM/.}" -if [[ ${PV} =~ "9999" ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/OSGeo/grass.git" else @@ -36,7 +36,7 @@ else S="${WORKDIR}/${MY_P}" fi -IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd" +IUSE="blas bzip2 cxx fftw geos lapack mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} opengl? ( X ) @@ -65,7 +65,6 @@ RDEPEND=" fftw? ( sci-libs/fftw:3.0= ) geos? ( sci-libs/geos:= ) lapack? ( virtual/lapack[eselect-ldso(+)] ) - las? ( sci-geosciences/liblas ) mysql? ( dev-db/mysql-connector-c:= ) netcdf? ( sci-libs/netcdf:= ) odbc? ( dev-db/unixODBC ) @@ -193,6 +192,7 @@ src_configure() { local myeconfargs=( --enable-shared --disable-w11 + --without-liblas --without-opendwg --with-regex --with-gdal="${EPREFIX}"/usr/bin/gdal-config @@ -221,7 +221,6 @@ src_configure() { $(use_with opencl) $(use_with bzip2 bzlib) $(use_with pdal pdal "${EPREFIX}"/usr/bin/pdal-config) - $(use_with las liblas "${EPREFIX}"/usr/bin/liblas-config) $(use_with netcdf netcdf "${EPREFIX}"/usr/bin/nc-config) $(use_with geos geos "${EPREFIX}"/usr/bin/geos-config) $(use_with svm libsvm) diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 881d3c54ebf0..afaaa5487cb6 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -8,12 +8,12 @@ PYTHON_REQ_USE="sqlite" # bug 572440 inherit desktop flag-o-matic python-single-r1 toolchain-funcs xdg -DESCRIPTION="A free GIS with raster and vector functionality, as well as 3D vizualization" +DESCRIPTION="Free GIS with raster and vector functionality, as well as 3D vizualization" HOMEPAGE="https://grass.osgeo.org/" LICENSE="GPL-2" -if [[ ${PV} =~ "9999" ]]; then +if [[ ${PV} == *9999* ]]; then SLOT="0/8.4" else SLOT="0/$(ver_cut 1-2 ${PV})" @@ -23,7 +23,7 @@ GVERSION=${SLOT#*/} MY_PM="${PN}${GVERSION}" MY_PM="${MY_PM/.}" -if [[ ${PV} =~ "9999" ]]; then +if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/OSGeo/grass.git" else @@ -36,7 +36,7 @@ else S="${WORKDIR}/${MY_P}" fi -IUSE="blas bzip2 cxx fftw geos lapack las mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd" +IUSE="blas bzip2 cxx fftw geos lapack mysql netcdf nls odbc opencl opengl openmp pdal png postgres readline sqlite svm threads tiff truetype X zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} opengl? ( X ) @@ -65,7 +65,6 @@ RDEPEND=" fftw? ( sci-libs/fftw:3.0= ) geos? ( sci-libs/geos:= ) lapack? ( virtual/lapack[eselect-ldso(+)] ) - las? ( sci-geosciences/liblas ) mysql? ( dev-db/mysql-connector-c:= ) netcdf? ( sci-libs/netcdf:= ) odbc? ( dev-db/unixODBC ) @@ -188,6 +187,7 @@ src_configure() { local myeconfargs=( --enable-shared --disable-w11 + --without-liblas --without-opendwg --with-regex --with-gdal="${EPREFIX}"/usr/bin/gdal-config @@ -216,7 +216,6 @@ src_configure() { $(use_with opencl) $(use_with bzip2 bzlib) $(use_with pdal pdal "${EPREFIX}"/usr/bin/pdal-config) - $(use_with las liblas "${EPREFIX}"/usr/bin/liblas-config) $(use_with netcdf netcdf "${EPREFIX}"/usr/bin/nc-config) $(use_with geos geos "${EPREFIX}"/usr/bin/geos-config) $(use_with svm libsvm) diff --git a/sci-geosciences/grass/metadata.xml b/sci-geosciences/grass/metadata.xml index 6461223f0447..18a3be27fbf2 100644 --- a/sci-geosciences/grass/metadata.xml +++ b/sci-geosciences/grass/metadata.xml @@ -21,7 +21,6 @@ <use> <flag name="geos">Use <pkg>sci-libs/geos</pkg> for v.buffer and adds extended options to the v.select module</flag> - <flag name="las">Include support for LAS and LAZ encoded LiDAR files through <pkg>sci-geosciences/liblas</pkg></flag> <flag name="pdal">Enable support for PDAL for point clouds via <pkg>sci-libs/pdal</pkg></flag> <flag name="svm">Enable support for the Support Vector Machine library <pkg>sci-libs/libsvm</pkg></flag> </use> |
