dev-db/pgagent - 4.2.3 (gentoo)

Search

Install

Install this version:

emerge -a =dev-db/pgagent-4.2.3

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-db/pgagent-4.2.3

Or alternatively:

emerge --autounmask-write -a =dev-db/pgagent-4.2.3

Package Information

Description:
pgAgent is a job scheduler for PostgreSQL
Homepage:
https://www.pgadmin.org/download/pgagent-source-code/
License:
POSTGRESQL GPL-2

Ebuild Details

Version EAPI Keywords Slot
4.2.3 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_IN_SOURCE_BUILD=1
inherit cmake

DESCRIPTION="pgAgent is a job scheduler for PostgreSQL"
HOMEPAGE="https://www.pgadmin.org/download/pgagent-source-code/"
SRC_URI="https://github.com/pgadmin-org/${PN}/archive/refs/tags/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"

LICENSE="POSTGRESQL GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	acct-user/pgagent
	dev-db/postgresql:*
	dev-libs/boost:=[nls(+)]
"
DEPEND="${RDEPEND}"

PATCHES=(
	"${FILESDIR}"/${PN}-4.2.3-cmake-4.patch
	"${FILESDIR}"/${PN}-4.2.3-boost-1.89.patch
)

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"
}

Inherited Eclasses

Dependencies

DEPEND

	acct-user/pgagent
	dev-db/postgresql:*
	dev-libs/boost:=[nls(+)]

RDEPEND

	acct-user/pgagent
	dev-db/postgresql:*
	dev-libs/boost:=[nls(+)]

Manifest for 4.2.3

Type File Size Source URLs
DIST pgagent-4.2.3.tar.gz 53108 bytes https://github.com/pgadmin-org/pgagent/archive/refs/tags/pgagent-4.2.3.tar.gz