From fe641adc6a5e3f54d9c6b8b3521afb17d49f7185 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 25 Jan 2024 16:43:49 +0000 Subject: gentoo auto-resync : 25:01:2024 - 16:43:49 --- dev-db/pgLatLon/Manifest | 3 +++ dev-db/pgLatLon/metadata.xml | 8 ++++++++ dev-db/pgLatLon/pgLatLon-0.15.ebuild | 20 ++++++++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 dev-db/pgLatLon/Manifest create mode 100644 dev-db/pgLatLon/metadata.xml create mode 100644 dev-db/pgLatLon/pgLatLon-0.15.ebuild (limited to 'dev-db/pgLatLon') diff --git a/dev-db/pgLatLon/Manifest b/dev-db/pgLatLon/Manifest new file mode 100644 index 000000000000..45e4af9ba65f --- /dev/null +++ b/dev-db/pgLatLon/Manifest @@ -0,0 +1,3 @@ +DIST pgLatLon-v0.15.tar.gz 46667 BLAKE2B 7a5ff9b1c451d3fed69614198c06725d11d6ccb2265a8542a6602c1c77fb7a0a2044fffbe7cc0eafa10236813f113b3ff1a73aa159014bafaa7d49cbf4b21973 SHA512 9a6ced9d32e9868baba5bdb8677fd5800cea14af75ab2f2d99f6fda33e2cd85ac00c356dac4584386338c830b9ad0f4b8d7441f59f2b671505463e1895a655ef +EBUILD pgLatLon-0.15.ebuild 503 BLAKE2B 1cc92ebcb603b672d430a7c325e85ffe6b29fca8a57fa1ffc7450912d7007f9355071fabf36a0746b7338aecf36e614c02a5211d42473abe8d115b3d8ca34ddf SHA512 01c9b935acf048cb04fcfe0c13449effbc377b248f0fefeedc4264b95a566c55d211ecb5519f2c4d0d9571d4fa0a41023fb269f2a194990fb74ac5ca343a0611 +MISC metadata.xml 248 BLAKE2B a52f1b42e34917354d5d99824d47adca0f36afbe44b9f3398cc819976181e5b067ffc621d3d02f337cc080dbb8676864fd6ae0e5b48736a124687eeea01e11ba SHA512 7524a042ca62db175429683f3aee96e272e324d3e26f9d8c28d1737c5784b72962338d49dfeb28e172d171d55e46b9b889ac471eb3a26a0b58a0b3b20fb1d0b9 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 @@ + + + + + tupone@gentoo.org + Tupone Alfredo + + 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} -- cgit v1.2.3