summaryrefslogtreecommitdiff
path: root/dev-db/spatialite
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-14 06:40:52 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-03-14 06:40:52 +0000
commite63ea23b4a2ba6c2e8b871a9e207c3f98038adbb (patch)
tree9287089c343981c59d3e0fcfc6805bd304ff5529 /dev-db/spatialite
parent1cfef4dc68e04462e4f2106f0d37334c87ed7fe0 (diff)
downloadbaldeagleos-repo-e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb.tar.gz
baldeagleos-repo-e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb.tar.xz
baldeagleos-repo-e63ea23b4a2ba6c2e8b871a9e207c3f98038adbb.zip
Adding metadata
Diffstat (limited to 'dev-db/spatialite')
-rw-r--r--dev-db/spatialite/spatialite-5.0.1-r2.ebuild9
-rw-r--r--dev-db/spatialite/spatialite-5.1.0-r1.ebuild7
2 files changed, 15 insertions, 1 deletions
diff --git a/dev-db/spatialite/spatialite-5.0.1-r2.ebuild b/dev-db/spatialite/spatialite-5.0.1-r2.ebuild
index 3b51ff672d08..fceb9a7de979 100644
--- a/dev-db/spatialite/spatialite-5.0.1-r2.ebuild
+++ b/dev-db/spatialite/spatialite-5.0.1-r2.ebuild
@@ -1,8 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+inherit libtool
+
MY_PN="lib${PN}"
MY_P="${MY_PN}-${PV}"
@@ -31,6 +33,11 @@ DEPEND="${RDEPEND}"
REQUIRED_USE="test? ( iconv )"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
# 1) gcp disabled for now to preserve MPL licence
econf \
diff --git a/dev-db/spatialite/spatialite-5.1.0-r1.ebuild b/dev-db/spatialite/spatialite-5.1.0-r1.ebuild
index a509af0c9b1a..ccfc1ed4aa66 100644
--- a/dev-db/spatialite/spatialite-5.1.0-r1.ebuild
+++ b/dev-db/spatialite/spatialite-5.1.0-r1.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit libtool
+
MY_PN="lib${PN}"
MY_P="${MY_PN}-${PV}"
@@ -31,6 +33,11 @@ DEPEND="${RDEPEND}"
REQUIRED_USE="test? ( iconv )"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
# 1) gcp disabled for now to preserve MPL licence
econf \