diff --git a/dev-db/pgLatLon/Manifest b/dev-db/pgLatLon/Manifest new file mode 100644 index 0000000000000..54cdd07623a25 --- /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 0000000000000..8c0d75248cf76 --- /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 0000000000000..bfdc1c596f804 --- /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}