public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgLatLon/
@ 2024-01-25 10:53 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-01-25 10:53 UTC (permalink / raw
  To: gentoo-commits

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>tupone@gentoo.org</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}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgLatLon/
@ 2024-11-26 19:29 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2024-11-26 19:29 UTC (permalink / raw
  To: gentoo-commits

commit:     daa3688e6437ced9b219c0bb7a8451396ccc0fc1
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 26 19:16:28 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Nov 26 19:28:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa3688e

dev-db/pgLatLon: VariableOrderWrong

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

 dev-db/pgLatLon/pgLatLon-0.15.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
index bfdc1c596f80..1dbed0450b00 100644
--- a/dev-db/pgLatLon/pgLatLon-0.15.ebuild
+++ b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
@@ -10,11 +10,11 @@ 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"
 
+S="${WORKDIR}"/${MYP}
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="dev-db/postgresql:="
 RDEPEND="${DEPEND}"
-
-S="${WORKDIR}"/${MYP}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgLatLon/
@ 2025-03-22 12:30 Alfredo Tupone
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone @ 2025-03-22 12:30 UTC (permalink / raw
  To: gentoo-commits

commit:     327d91f0e4671c2493b05a8e0b77c7b46793dd09
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 22 12:29:51 2025 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Mar 22 12:30:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327d91f0

dev-db/pgLatLon: stabilize 0.15 for amd64

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

 dev-db/pgLatLon/pgLatLon-0.15.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-db/pgLatLon/pgLatLon-0.15.ebuild b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
index 1dbed0450b00..0f1e3d7100d9 100644
--- a/dev-db/pgLatLon/pgLatLon-0.15.ebuild
+++ b/dev-db/pgLatLon/pgLatLon-0.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2024 Gentoo Authors
+# Copyright 2024-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -7,14 +7,13 @@ 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"
+SRC_URI="https://www.public-software-group.org/pub/projects/${PN}/v${PV}/${MYP}.tar.gz"
 
 S="${WORKDIR}"/${MYP}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 DEPEND="dev-db/postgresql:="
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-03-22 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 10:53 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgLatLon/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-11-26 19:29 Alfredo Tupone
2025-03-22 12:30 Alfredo Tupone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox