From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/repmgr/
Date: Mon, 27 Jan 2025 12:42:46 +0000 (UTC) [thread overview]
Message-ID: <1737981717.c896d6343dd5993a018c2ed002e7e9780eb3ed9d.patrick@gentoo> (raw)
commit: c896d6343dd5993a018c2ed002e7e9780eb3ed9d
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 12:41:57 2025 +0000
Commit: Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 12:41:57 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c896d634
dev-db/repmgr: add 5.5.0
Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>
dev-db/repmgr/Manifest | 2 ++
dev-db/repmgr/repmgr-5.5.0.ebuild | 49 +++++++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-db/repmgr/Manifest b/dev-db/repmgr/Manifest
index ffc24343d199..37652b718244 100644
--- a/dev-db/repmgr/Manifest
+++ b/dev-db/repmgr/Manifest
@@ -1 +1,3 @@
DIST repmgr-5.1.0.tar.gz 426487 BLAKE2B 25157923f94b8bd27a2b57796f701e89e7d9acfc8dabc4368640068d5926934e5688b27147ae94b4bee7bad54d59353927b5b70cf5590c554c4eef35fadf29b9 SHA512 9fa8a43ee3920269d1c1d2e619939eb68cb7ba79effe11e87dd67c594bacfcde609949322ce968df328f3913111f27d0ebe2f7742a72e21f3df97b0e05c56cc7
+DIST repmgr-5.4.1.tar.gz 461670 BLAKE2B 37cf6873bfbe0417276cc5a24346adde27bcd3a2267536903244ac4e593a96fd7088106b6c0ac4ed4a59aa0934d0863f37e1995f2056c03ba4925a8b31397eab SHA512 5d48c83e68822fa0a8daca9f3ef4c0924caf581d511fa5b0482e64c5a1fd955292d807c9b2a87bb1c4115e9fb17a5733b0f2f49dd24fa26a3b11fb51c1746d12
+DIST repmgr-5.5.0.tar.gz 463431 BLAKE2B 12f118d47fc5b60e2037833c3f25c4c4e2d8616a2fe2285d3cdad4460f33f1534e78cf69a3f22af086fbcf09f94b2ca90cd6054e2a38a5ada9101c65de2b9452 SHA512 4ba75cf0d4263557c9ccdf73972c07ca06108d4a221a6d4e5cf9541a2bc2089c3aede17874c061798708902ff2e2a87d2d1f79b49cc5a1ef69a7bbccd76e79f2
diff --git a/dev-db/repmgr/repmgr-5.5.0.ebuild b/dev-db/repmgr/repmgr-5.5.0.ebuild
new file mode 100644
index 000000000000..93adcc8a4093
--- /dev/null
+++ b/dev-db/repmgr/repmgr-5.5.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+POSTGRES_COMPAT=( 13 14 15 16 17 )
+
+RESTRICT="test"
+
+DESCRIPTION="PostgreSQL Replication Manager"
+HOMEPAGE="http://www.repmgr.org/"
+SRC_URI="https://github.com/EnterpriseDB/repmgr/releases/download/v${PV}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+inherit postgres-multi
+
+DEPEND="${POSTGRES_DEPS}
+ dev-libs/json-c"
+RDEPEND="${DEPEND}
+ net-misc/rsync"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-5.1.0-fix-missing-getpwuid-clang16.patch
+)
+
+src_configure() {
+ postgres-multi_foreach econf
+}
+
+src_install() {
+ postgres-multi_foreach emake DESTDIR="${D}" USE_PGXS=1 install
+ #emake DESTDIR="${D}" USE_PGXS=1 install
+ dodoc CREDITS HISTORY COPYRIGHT *.md
+
+ local PGSLOT="$(postgresql-config show)"
+ einfo "PGSLOT: ${PGSLOT}"
+
+ dodir /usr/share/postgresql-${PGSLOT}/contrib
+ dodir /usr/$(get_libdir)/postgresql-${PGSLOT}
+
+ insinto /etc
+ newins repmgr.conf.sample repmgr.conf
+
+ fowners postgres:postgres /etc/repmgr.conf
+ ewarn "Remember to modify /etc/repmgr.conf"
+}
next reply other threads:[~2025-01-27 12:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-27 12:42 Patrick Lauer [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-27 12:56 [gentoo-commits] repo/gentoo:master commit in: dev-db/repmgr/ Patrick Lauer
2021-01-03 21:39 David Seifert
2021-01-03 21:39 David Seifert
2020-07-18 6:46 罗百科
2018-01-02 19:15 Amy Liffey
2017-07-04 13:43 Patrick Lauer
2015-10-25 22:34 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1737981717.c896d6343dd5993a018c2ed002e7e9780eb3ed9d.patrick@gentoo \
--to=patrick@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox