public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2015-10-24 10:49 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2015-10-24 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     0eb38a4eb53ac0a798193b965329cd7658e25669
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 10:48:31 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 10:48:31 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb38a4e

dev-db/pgagent: Support wxGTK:3.0

Package-Manager: portage-2.2.23

 dev-db/pgagent/pgagent-3.4.0-r1.ebuild | 54 ++++++++++++++++++++++++++++++++++
 1 file changed, 54 insertions(+)

diff --git a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
new file mode 100644
index 0000000..3df4def
--- /dev/null
+++ b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+CMAKE_IN_SOURCE_BUILD=1
+WX_GTK_VER="3.0"
+
+inherit cmake-utils eutils wxwidgets
+
+MY_PN=${PN/a/A}
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
+HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"
+SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
+LICENSE="POSTGRESQL GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND=">=dev-db/postgresql-9.0.0
+	 x11-libs/wxGTK:${WX_GTK_VER}
+"
+DEPEND="${RDEPEND}
+	>=dev-util/cmake-2.6
+"
+
+S="${WORKDIR}/${MY_PN}-${PV}-Source"
+
+src_prepare() {
+	sed -e "s:share):share/${P}):" \
+		-i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
+	sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die 
+}
+
+src_configure() {
+	if has_version "x11-libs/wxGTK[X]"; then
+		need-wxwidgets unicode
+	else
+		need-wxwidgets base-unicode
+	fi
+	mycmakeargs="-DSTATIC_BUILD:BOOLEAN=FALSE -DWX_VERSION=${WX_GTK_VER}"
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+
+	newinitd "${FILESDIR}/pgagent.initd" ${PN}
+	newconfd "${FILESDIR}/pgagent.confd" ${PN}
+
+	rm "${ED}"/usr/{LICENSE,README} || die "Failed to remove useless docs"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2015-10-24 10:49 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2015-10-24 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     2e90596e0e52f3b045d59a7d726ac3aef2360e2d
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 24 10:49:15 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Oct 24 10:49:15 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e90596e

dev-db/pgagent: Support wxGTK:3.0

Package-Manager: portage-2.2.23

 dev-db/pgagent/pgagent-3.4.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
index 3df4def..42326ee 100644
--- a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
+++ b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
@@ -19,7 +19,7 @@ LICENSE="POSTGRESQL GPL-2"
 SLOT="0"
 IUSE=""
 
-RDEPEND=">=dev-db/postgresql-9.0.0
+RDEPEND=">=dev-db/postgresql-9.0.0:*
 	 x11-libs/wxGTK:${WX_GTK_VER}
 "
 DEPEND="${RDEPEND}
@@ -31,7 +31,7 @@ S="${WORKDIR}/${MY_PN}-${PV}-Source"
 src_prepare() {
 	sed -e "s:share):share/${P}):" \
 		-i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
-	sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die 
+	sed -i -e '/SET(WX_VERSION "2.8")/d' CMakeLists.txt || die
 }
 
 src_configure() {


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2016-05-24 19:15 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2016-05-24 19:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e6682091b017cbd3e6e412ae112fd38fadede077
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 19:01:24 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue May 24 19:12:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6682091

dev-db/pgagent: Drop old

Package-Manager: portage-2.3.0_rc1

 dev-db/pgagent/Manifest             |  1 -
 dev-db/pgagent/pgagent-3.3.0.ebuild | 52 -------------------------------------
 2 files changed, 53 deletions(-)

diff --git a/dev-db/pgagent/Manifest b/dev-db/pgagent/Manifest
index 8b9ee02..ba85658 100644
--- a/dev-db/pgagent/Manifest
+++ b/dev-db/pgagent/Manifest
@@ -1,2 +1 @@
-DIST pgAgent-3.3.0-Source.tar.gz 43722 SHA256 110f2fd811a05ea8a420a79fcbb25b971e60f10f8abb8ab2bede8419c58b7321 SHA512 928d72d578beacc7725cfd3e206d81a732baf6d654a681dd1d603b68e54c0d20e54fad793759924fdad7efc5c6b2047d372e6cd8ae7539c76c06db3a8963657a WHIRLPOOL ce44d26ef314ff0076ab376377c1f2b4e826366da346f4aac77e0e877a49fbbf9f6018869b8dc6db24b7ef519bb4d6499d6436da3a4a5053e1cd787028003856
 DIST pgAgent-3.4.0-Source.tar.gz 45081 SHA256 0da0ac8f453cf34ab6f708eee036bed0fd0e5fa311de283b92d2ff06600bbb3d SHA512 3b068fc6f5e51ff20604f8cec3e067d04b5b1537229da15ee442000f5fe834697a4eae86be0e9a58b8ee5da24cc985c8c9804d71cb2a50e93ec4cf9a424a4ff0 WHIRLPOOL df619ddbfd5c01cf9e17b22becf74742ea7caa783504fd5942d63992bc80913b36f1c85d7ce2d3dd31634b524617a943ed07a3eba675caddc7cd7f3fc79d8c1c

diff --git a/dev-db/pgagent/pgagent-3.3.0.ebuild b/dev-db/pgagent/pgagent-3.3.0.ebuild
deleted file mode 100644
index ac96c34..0000000
--- a/dev-db/pgagent/pgagent-3.3.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-
-inherit cmake-utils eutils wxwidgets
-
-MY_PN=${PN/a/A}
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
-HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"
-SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
-LICENSE="POSTGRESQL GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-db/postgresql-8.3.0
-		 x11-libs/wxGTK:2.8
-"
-DEPEND="${RDEPEND}
-		>=dev-util/cmake-2.6
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}-Source"
-
-src_prepare() {
-	sed -e "s:share):share/${P}):" \
-		-i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
-}
-
-src_configure() {
-	WX_GTK_VER="2.8"
-	if has_version "x11-libs/wxGTK[X]"; then
-		need-wxwidgets unicode
-	else
-		need-wxwidgets base-unicode
-	fi
-	mycmakeargs="-DSTATIC_BUILD:BOOLEAN=FALSE"
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	newinitd "${FILESDIR}/pgagent.initd" ${PN}
-	newconfd "${FILESDIR}/pgagent.confd" ${PN}
-
-	rm "${ED}"/usr/{LICENSE,README} || die "Failed to remove useless docs"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2016-06-06 14:53 Agostino Sarubbo
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo @ 2016-06-06 14:53 UTC (permalink / raw
  To: gentoo-commits

commit:     d55ea7b98a041a3d940248e7f9e7ff4920fb8231
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  6 14:52:28 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun  6 14:52:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55ea7b9

dev-db/pgagent: amd64 stable wrt bug #584002

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-db/pgagent/pgagent-3.4.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
index 42326ee..33bb6eb 100644
--- a/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
+++ b/dev-db/pgagent/pgagent-3.4.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit cmake-utils eutils wxwidgets
 
 MY_PN=${PN/a/A}
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
 HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2016-11-25 18:57 Pacho Ramos
  0 siblings, 0 replies; 13+ messages in thread
From: Pacho Ramos @ 2016-11-25 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     3d7362ba0181cca082e8f336e55b6bd511bd643b
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 18:41:06 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 18:55:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d7362ba

dev-db/pgagent: Drop old

Package-Manager: portage-2.3.2

 dev-db/pgagent/pgagent-3.4.0.ebuild | 52 -------------------------------------
 1 file changed, 52 deletions(-)

diff --git a/dev-db/pgagent/pgagent-3.4.0.ebuild b/dev-db/pgagent/pgagent-3.4.0.ebuild
deleted file mode 100644
index 1ba18ea..00000000
--- a/dev-db/pgagent/pgagent-3.4.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-CMAKE_IN_SOURCE_BUILD=1
-inherit cmake-utils eutils wxwidgets
-
-MY_PN=${PN/a/A}
-
-KEYWORDS="amd64 x86"
-
-DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
-HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"
-SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
-LICENSE="POSTGRESQL GPL-2"
-SLOT="0"
-IUSE=""
-
-RDEPEND=">=dev-db/postgresql-9.0.0
-		 x11-libs/wxGTK:2.8
-"
-DEPEND="${RDEPEND}
-		>=dev-util/cmake-2.6
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}-Source"
-
-src_prepare() {
-	sed -e "s:share):share/${P}):" \
-		-i CMakeLists.txt || die "Couldn't patch CMakeLists.txt"
-}
-
-src_configure() {
-	WX_GTK_VER="2.8"
-	if has_version "x11-libs/wxGTK[X]"; then
-		need-wxwidgets unicode
-	else
-		need-wxwidgets base-unicode
-	fi
-	mycmakeargs="-DSTATIC_BUILD:BOOLEAN=FALSE"
-	cmake-utils_src_configure
-}
-
-src_install() {
-	cmake-utils_src_install
-
-	newinitd "${FILESDIR}/pgagent.initd" ${PN}
-	newconfd "${FILESDIR}/pgagent.confd" ${PN}
-
-	rm "${ED}"/usr/{LICENSE,README} || die "Failed to remove useless docs"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2018-01-08 23:36 Mikle Kolyada
  0 siblings, 0 replies; 13+ messages in thread
From: Mikle Kolyada @ 2018-01-08 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b05df01d0681aa3564009d38cd3ab557a7146436
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 23:35:12 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 23:36:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b05df01d

dev-db/pgagent: amd64 stable wrt bug #641148

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-db/pgagent/pgagent-3.4.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgagent/pgagent-3.4.0-r3.ebuild b/dev-db/pgagent/pgagent-3.4.0-r3.ebuild
index e80fd88d3ce..7895a7b7da9 100644
--- a/dev-db/pgagent/pgagent-3.4.0-r3.ebuild
+++ b/dev-db/pgagent/pgagent-3.4.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ inherit cmake-utils user wxwidgets
 
 MY_PN=${PN/a/A}
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
 HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2019-06-22 10:33 Aaron W. Swenson
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron W. Swenson @ 2019-06-22 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a83d846503fa6f3043e6406dc1ae50e792e3a1e4
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 22 10:32:54 2019 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Jun 22 10:33:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83d8465

dev-db/pgagent: Bump to 4.0.0

Package-Manager: Portage-2.3.62, Repoman-2.3.11
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-db/pgagent/Manifest             |  1 +
 dev-db/pgagent/pgagent-4.0.0.ebuild | 53 +++++++++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/dev-db/pgagent/Manifest b/dev-db/pgagent/Manifest
index b4f6ba3e7fb..a8365d4f8d3 100644
--- a/dev-db/pgagent/Manifest
+++ b/dev-db/pgagent/Manifest
@@ -1 +1,2 @@
 DIST pgAgent-3.4.0-Source.tar.gz 45081 BLAKE2B 81f074213285253743127188d9e203cb01d8492ce502dc5215279c7c557fdd7f532fa383a4578a8d9cc8ea46668ea971015e4cc5989d1b8022ed8924a92b988b SHA512 3b068fc6f5e51ff20604f8cec3e067d04b5b1537229da15ee442000f5fe834697a4eae86be0e9a58b8ee5da24cc985c8c9804d71cb2a50e93ec4cf9a424a4ff0
+DIST pgAgent-4.0.0-Source.tar.gz 63561 BLAKE2B 1731e748a6a5e76cd8b177162eb5b82ae633d1b507739e3193a8857a0eee0fe775fdaadb871eb5d708c0f7e80558680b5d7d246f4cb5d2bc1c10955bdf9cc09e SHA512 df2d6f5817d83d4cf60f0f1106718225870bcfd2f5b882765e5fd459e1614208225f90b29de492bec5284f3727f3d4be9f724b92ef503fea08029fab22a8fbb4

diff --git a/dev-db/pgagent/pgagent-4.0.0.ebuild b/dev-db/pgagent/pgagent-4.0.0.ebuild
new file mode 100644
index 00000000000..19115c24962
--- /dev/null
+++ b/dev-db/pgagent/pgagent-4.0.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake-utils user
+
+MY_PN=${PN/a/A}
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
+HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/"
+SRC_URI="mirror://postgresql/pgadmin/${PN}/${MY_PN}-${PV}-Source.tar.gz"
+
+LICENSE="POSTGRESQL GPL-2"
+SLOT="0"
+
+RDEPEND="dev-db/postgresql:*
+		dev-libs/boost
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}-Source"
+
+src_prepare() {
+	cmake-utils_src_prepare
+
+	sed -e "s:share):share/${P}):" \
+		-i CMakeLists.txt || die "failed to patch CMakeLists.txt"
+}
+
+src_configure() {
+	mycmakeargs=( "-DSTATIC_BUILD:BOOLEAN=FALSE"
+				   )
+	cmake-utils_src_configure
+}
+
+src_install() {
+	cmake-utils_src_install
+
+	newinitd "${FILESDIR}/pgagent.initd-r1" "${PN}"
+	newconfd "${FILESDIR}/pgagent.confd" "${PN}"
+
+	rm "${ED}"/usr/{LICENSE,README} || die "failed to remove useless docs"
+}
+
+pkg_preinst() {
+	# This user needs a real shell, and the daemon will use the
+	# ~/.pgpass file from its home directory.
+	enewuser pgagent -1 /bin/bash /home/pgagent
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2019-09-25 17:38 Michał Górny
  0 siblings, 0 replies; 13+ messages in thread
From: Michał Górny @ 2019-09-25 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     79e66ec47dd9bc149e301a30a3f93f5edb9d5830
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 15:08:14 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 25 17:38:23 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79e66ec4

dev-db/pgagent: Inline mirror://postgresql

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-db/pgagent/pgagent-3.4.0-r3.ebuild | 2 +-
 dev-db/pgagent/pgagent-4.0.0.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/pgagent/pgagent-3.4.0-r3.ebuild b/dev-db/pgagent/pgagent-3.4.0-r3.ebuild
index 81dd4cdf8aa..399bd3b0ab2 100644
--- a/dev-db/pgagent/pgagent-3.4.0-r3.ebuild
+++ b/dev-db/pgagent/pgagent-3.4.0-r3.ebuild
@@ -13,7 +13,7 @@ KEYWORDS="amd64 x86"
 
 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
 HOMEPAGE="http://www.pgadmin.org/download/pgagent.php"
-SRC_URI="mirror://postgresql/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
+SRC_URI="https://ftp.postgresql.org/pub/pgadmin3/release/${PN}/${MY_PN}-${PV}-Source.tar.gz"
 LICENSE="POSTGRESQL GPL-2"
 SLOT="0"
 IUSE=""

diff --git a/dev-db/pgagent/pgagent-4.0.0.ebuild b/dev-db/pgagent/pgagent-4.0.0.ebuild
index 19115c24962..dab33c73221 100644
--- a/dev-db/pgagent/pgagent-4.0.0.ebuild
+++ b/dev-db/pgagent/pgagent-4.0.0.ebuild
@@ -12,7 +12,7 @@ KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
 HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/"
-SRC_URI="mirror://postgresql/pgadmin/${PN}/${MY_PN}-${PV}-Source.tar.gz"
+SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/${MY_PN}-${PV}-Source.tar.gz"
 
 LICENSE="POSTGRESQL GPL-2"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2020-12-10 21:41 Thomas Deutschmann
  0 siblings, 0 replies; 13+ messages in thread
From: Thomas Deutschmann @ 2020-12-10 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     97e1b6bc73404f63b391053b6fa6417ce60077f9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 21:33:12 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 21:33:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97e1b6bc

dev-db/pgagent: x86 stable (bug #759274)

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-db/pgagent/pgagent-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgagent/pgagent-4.0.0-r1.ebuild b/dev-db/pgagent/pgagent-4.0.0-r1.ebuild
index fe9014a136f..588908c4b24 100644
--- a/dev-db/pgagent/pgagent-4.0.0-r1.ebuild
+++ b/dev-db/pgagent/pgagent-4.0.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils user
 
 MY_PN=${PN/a/A}
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
 HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2020-12-16 22:29 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2020-12-16 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     f75bce538cb749746bd02603aa5fdd6a19467afd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 16 22:29:17 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec 16 22:29:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75bce53

dev-db/pgagent: Stabilize 4.0.0-r1 amd64, #759274

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/pgagent/pgagent-4.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgagent/pgagent-4.0.0-r1.ebuild b/dev-db/pgagent/pgagent-4.0.0-r1.ebuild
index 588908c4b24..50120fe2593 100644
--- a/dev-db/pgagent/pgagent-4.0.0-r1.ebuild
+++ b/dev-db/pgagent/pgagent-4.0.0-r1.ebuild
@@ -8,7 +8,7 @@ inherit cmake-utils user
 
 MY_PN=${PN/a/A}
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
 HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2022-03-15 17:00 Aaron W. Swenson
  0 siblings, 0 replies; 13+ messages in thread
From: Aaron W. Swenson @ 2022-03-15 17:00 UTC (permalink / raw
  To: gentoo-commits

commit:     e5b884a6f1caf966832a6519218107c23838b4d8
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 16:58:30 2022 +0000
Commit:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 16:58:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b884a6

dev-db/pgagent: Bump to 4.2.1

Additionally migrates from cmake-utils and user to cmake and acct-user.

Bug: https://bugs.gentoo.org/781284
Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>

 dev-db/pgagent/Manifest             |  1 +
 dev-db/pgagent/pgagent-4.2.1.ebuild | 48 +++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-db/pgagent/Manifest b/dev-db/pgagent/Manifest
index b88d3cf25a9b..d3bd5981bcec 100644
--- a/dev-db/pgagent/Manifest
+++ b/dev-db/pgagent/Manifest
@@ -1 +1,2 @@
 DIST pgAgent-4.0.0-Source.tar.gz 63561 BLAKE2B 1731e748a6a5e76cd8b177162eb5b82ae633d1b507739e3193a8857a0eee0fe775fdaadb871eb5d708c0f7e80558680b5d7d246f4cb5d2bc1c10955bdf9cc09e SHA512 df2d6f5817d83d4cf60f0f1106718225870bcfd2f5b882765e5fd459e1614208225f90b29de492bec5284f3727f3d4be9f724b92ef503fea08029fab22a8fbb4
+DIST pgAgent-4.2.1-Source.tar.gz 65583 BLAKE2B ee75803475dfbb751f1a81da5c3a6bec82aee80e9ce7d0413f94395069b5c0cbb6ff8770083078ce0e3a571a4c1b6d2e6adf6af8f0bfa9e8adfc862fff38d0d3 SHA512 778ca020ec23b3d042760cdcf84d3c2da8da48c8a648a9999812c2e79edfcc8912ab23cc1a1c29f379d6a56960cdd876164397b8fe6b21dd386a917a80eaa71c

diff --git a/dev-db/pgagent/pgagent-4.2.1.ebuild b/dev-db/pgagent/pgagent-4.2.1.ebuild
new file mode 100644
index 000000000000..e6e675fbee11
--- /dev/null
+++ b/dev-db/pgagent/pgagent-4.2.1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+CMAKE_IN_SOURCE_BUILD=1
+
+inherit cmake
+
+MY_PN=${PN/a/A}
+
+KEYWORDS="amd64 x86"
+
+DESCRIPTION="${MY_PN} is a job scheduler for PostgreSQL"
+HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/"
+SRC_URI="https://ftp.postgresql.org/pub/pgadmin/${PN}/${MY_PN}-${PV}-Source.tar.gz"
+
+LICENSE="POSTGRESQL GPL-2"
+SLOT="0"
+
+RDEPEND="
+	acct-user/pgagent
+	dev-db/postgresql:*
+	dev-libs/boost
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}-Source"
+
+src_prepare() {
+	cmake_src_prepare
+
+	sed -e "s:share):share/${P}):" \
+		-i CMakeLists.txt || die "failed to patch CMakeLists.txt"
+}
+
+src_configure() {
+	local mycmakeargs=( "-DSTATIC_BUILD:BOOLEAN=FALSE" )
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+
+	newinitd "${FILESDIR}/pgagent.initd-r1" "${PN}"
+	newconfd "${FILESDIR}/pgagent.confd" "${PN}"
+
+	rm "${ED}"/usr/{LICENSE,README} || die "failed to remove useless docs"
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2025-05-21 20:28 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-21 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     c2dac5234fb511bd1138754d6168d666d1f20365
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 21 20:20:00 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 21 20:20:17 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2dac523

dev-db/pgagent: add github upstream metadata

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/pgagent/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-db/pgagent/metadata.xml b/dev-db/pgagent/metadata.xml
index 10e674b50770..8bcd94923822 100644
--- a/dev-db/pgagent/metadata.xml
+++ b/dev-db/pgagent/metadata.xml
@@ -5,4 +5,7 @@
         <email>pgsql-bugs@gentoo.org</email>
         <name>PostgreSQL and Related Package Development</name>
     </maintainer>
+    <upstream>
+        <remote-id type="github">pgadmin-org/pgagent</remote-id>
+    </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/
@ 2025-05-23  3:28 Sam James
  0 siblings, 0 replies; 13+ messages in thread
From: Sam James @ 2025-05-23  3:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d4d0f1e84472bfd4259921d3d437a4cf90ebf400
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 23 03:23:51 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 23 03:23:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d0f1e8

dev-db/pgagent: needs boost[icu]

Closes: https://bugs.gentoo.org/956456
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-db/pgagent/{pgagent-4.2.3.ebuild => pgagent-4.2.3-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/pgagent/pgagent-4.2.3.ebuild b/dev-db/pgagent/pgagent-4.2.3-r1.ebuild
similarity index 97%
rename from dev-db/pgagent/pgagent-4.2.3.ebuild
rename to dev-db/pgagent/pgagent-4.2.3-r1.ebuild
index b09e6bb6801c..a6a2c59bfe4e 100644
--- a/dev-db/pgagent/pgagent-4.2.3.ebuild
+++ b/dev-db/pgagent/pgagent-4.2.3-r1.ebuild
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 RDEPEND="
 	acct-user/pgagent
 	dev-db/postgresql:*
-	dev-libs/boost
+	dev-libs/boost:=[icu]
 "
 DEPEND="${RDEPEND}"
 


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

end of thread, other threads:[~2025-05-23  3:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-23  3:28 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgagent/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2025-05-21 20:28 Sam James
2022-03-15 17:00 Aaron W. Swenson
2020-12-16 22:29 Sam James
2020-12-10 21:41 Thomas Deutschmann
2019-09-25 17:38 Michał Górny
2019-06-22 10:33 Aaron W. Swenson
2018-01-08 23:36 Mikle Kolyada
2016-11-25 18:57 Pacho Ramos
2016-06-06 14:53 Agostino Sarubbo
2016-05-24 19:15 Pacho Ramos
2015-10-24 10:49 Pacho Ramos
2015-10-24 10:49 Pacho Ramos

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