commit:     0460ad367a50c5b48d0b1d77cfbfa6e495090686
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 10:51:33 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 10:51:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0460ad36

dev-db/pgLatLon: new package, add 0.15

Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-db/pgLatLon/Manifest             |  1 +
 dev-db/pgLatLon/metadata.xml         |  8 ++++++++
 dev-db/pgLatLon/pgLatLon-0.15.ebuild | 20 ++++++++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/dev-db/pgLatLon/Manifest b/dev-db/pgLatLon/Manifest
new file mode 100644
index 000000000000..54cdd07623a2
--- /dev/null
+++ b/dev-db/pgLatLon/Manifest
@@ -0,0 +1 @@
+DIST pgLatLon-v0.15.tar.gz 46667 BLAKE2B 
7a5ff9b1c451d3fed69614198c06725d11d6ccb2265a8542a6602c1c77fb7a0a2044fffbe7cc0eafa10236813f113b3ff1a73aa159014bafaa7d49cbf4b21973
 SHA512 
9a6ced9d32e9868baba5bdb8677fd5800cea14af75ab2f2d99f6fda33e2cd85ac00c356dac4584386338c830b9ad0f4b8d7441f59f2b671505463e1895a655ef

diff --git a/dev-db/pgLatLon/metadata.xml b/dev-db/pgLatLon/metadata.xml
new file mode 100644
index 000000000000..8c0d75248cf7
--- /dev/null
+++ b/dev-db/pgLatLon/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Tupone Alfredo</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild 
b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
new file mode 100644
index 000000000000..bfdc1c596f80
--- /dev/null
+++ b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MYP=${PN}-v${PV}
+
+DESCRIPTION="Spatial database extension for the PostgreSQL"
+HOMEPAGE="https://www.public-software-group.org/pgLatLon";
+SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz
+       https://dev.gentoo.org/~tupone/distfiles/${MYP}.tar.gz";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-db/postgresql:="
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}"/${MYP}

Reply via email to