dev-db/pgaudit - 17.0 (defiance)

Search

Package Information

Description:
Open Source PostgreSQL Audit Logging
Homepage:
http://pgaudit.org/
License:
CC0-1.0

Ebuild Details

Version EAPI Keywords Slot
17.0 7 ~amd64 ~x86 17
View Raw Ebuild
# Distributed under the terms of the GNU General Public License v2

EAPI=7

POSTGRES_COMPAT=( 17 )
POSTGRES_USEDEP="server"

inherit postgres-multi multilib

DESCRIPTION="Open Source PostgreSQL Audit Logging"
HOMEPAGE="http://pgaudit.org/"
SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="CC0-1.0"
SLOT="17"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"
REQUIRED_USE="${POSTGRES_REQ_USE}"

DEPEND="
	${POSTGRES_DEP}
"
RDEPEND="
	${DEPEND}
"

src_prepare() {
	eapply_user
	sed -e 's/PG_CONFIG\s\+=/PG_CONFIG\ ?=/' -i Makefile
	postgres-multi_src_prepare
}

src_compile() {
	export USE_PGXS=1
	postgres-multi_foreach emake
}

src_install() {
	postgres-multi_foreach emake DESTDIR="${D}" install

	use static-libs || find "${ED}" -name '*.a' -delete
}

USE Flags

Dependencies

DEPEND

	${POSTGRES_DEP}

RDEPEND

	
	${POSTGRES_DEP}

Manifest for 17.0

Type File Size Source URLs
DIST pgaudit-17.0.tar.gz 46289 bytes https://github.com/pgaudit/pgaudit/archive/refs/tags/17.0.tar.gz