mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
dev-db/libpg_query: drop 5.1.0
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
parent
244fcb5ff6
commit
6ceae68a4d
@ -1,2 +1 @@
|
||||
DIST libpg_query-16.5.1.0.gh.tar.gz 4296325 BLAKE2B 0f4e80b7ad18462cdcfe8feb6fb8ddf17b0c90f96e6951d46103a1e6c5110e4a383a4742b38b3b3e1eea0fad9a1107cc1a69b296cd0890f342be8e89304d2856 SHA512 01b03c51f19bed427d1e3c0eecfe1ad8af0fcbce175e08b3fc53ba2a2cac396b85db9bc294e01ca7d0b3032d4fd966d95b3771d8133bb71fe3578a7beb6c587d
|
||||
DIST libpg_query-5.1.0.gh.tar.gz 4296325 BLAKE2B 0f4e80b7ad18462cdcfe8feb6fb8ddf17b0c90f96e6951d46103a1e6c5110e4a383a4742b38b3b3e1eea0fad9a1107cc1a69b296cd0890f342be8e89304d2856 SHA512 01b03c51f19bed427d1e3c0eecfe1ad8af0fcbce175e08b3fc53ba2a2cac396b85db9bc294e01ca7d0b3032d4fd966d95b3771d8133bb71fe3578a7beb6c587d
|
||||
|
@ -1,38 +0,0 @@
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PG_TARGET="16"
|
||||
MY_PV="${PG_TARGET}-${PV}"
|
||||
DESCRIPTION="C library for accessing the PostgreSQL parser outside of the server environment"
|
||||
HOMEPAGE="https://github.com/pganalyze/libpg_query"
|
||||
SRC_URI="https://github.com/pganalyze/libpg_query/archive/${MY_PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${MY_PV}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PG_TARGET}"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples"
|
||||
|
||||
BDEPEND="
|
||||
dev-libs/protobuf-c
|
||||
dev-libs/xxhash
|
||||
"
|
||||
|
||||
src_compile() {
|
||||
emake build
|
||||
emake build_shared
|
||||
use examples && emake examples
|
||||
}
|
||||
|
||||
src_test() {
|
||||
emake test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake \
|
||||
prefix="${ED}"/usr \
|
||||
libdir="${ED}/usr/$(get_libdir)" \
|
||||
install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user