| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.5 | 8 | ~amd64 ~x86 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="PostgreSQL extension that requires criteria for UPDATE and DELETE"
HOMEPAGE="https://github.com/eradman/pg-safeupdate"
SRC_URI="https://github.com/eradman/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RESTRICT="test" # tests needs installed extension
DEPEND="dev-db/postgresql:*"
src_compile() {
emake USE_PGXS=1
}
dev-db/postgresql:*
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pg-safeupdate-1.5.tar.gz | 3578 bytes | https://github.com/eradman/pg-safeupdate/archive/1.5.tar.gz |