mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-db/pg_background: dropped obsolete 1.2 & 1.4-r1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
parent
40d4f9b001
commit
2213478d19
@ -1,3 +1 @@
|
||||
DIST pg_background-1.2.tar.gz 30870 BLAKE2B 809a66ddbe989fe0503f3c5fefd088e8c11338e3cbe44fd5ce0c5c3967a46339a60546d38d3177cc7382c6efd4cf76ca8207f0ab1c668f5582529e5e3229c4b7 SHA512 f4449eae750451286aa5bc8ffd941d2aeb75ff9801f0ed1d902674dfd362eab1ed72783c86ae1b8058dd8e995b441fd669409989cb69fcb237414422cd1b63af
|
||||
DIST pg_background-1.4.tar.gz 32995 BLAKE2B 6af556bb6089603dcbf15ea5156f49f9f3dacf161d15e2391016b6686fe7af080d988b65c2185980a551ace901435061ca610f42ebada66e45bf0722ac21f463 SHA512 40317db365437989465083174cb23598f2a4857eb17592c67ed86049d47301dc4f2ec941b4316c0cac3d3f8541ca68bf67988a861f5d33535260286e78f5dab2
|
||||
DIST pg_background-1.5.tar.gz 32977 BLAKE2B 3eda5db0bfffa4d27e13cbd4791f12a51d9453dc6e86529656aa954159bec0de27cc406bfc27fac07d911121a9ee7f0c5c55cdf57e72fcb1993bcf21bbc9f1bd SHA512 b886c69069fa53f64f866549d807adcc1bd40afafb47601ec2e323b7c9014b93f7896c8a0b1c10644f6ff263f9a24b7b8952c3ba2025fc99de53a7d3f9541e58
|
||||
|
||||
@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
POSTGRES_COMPAT=( 13 14 15 16 )
|
||||
|
||||
inherit postgres-multi
|
||||
|
||||
DESCRIPTION="Postgres Background Worker"
|
||||
HOMEPAGE="https://github.com/vibhorkum/pg_background"
|
||||
SRC_URI="https://github.com/vibhorkum/pg_background/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="${POSTGRES_DEP}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_compile() {
|
||||
postgres-multi_foreach emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
postgres-multi_foreach emake DESTDIR="${D}" install
|
||||
}
|
||||
@ -1,37 +0,0 @@
|
||||
# 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 18 )
|
||||
|
||||
inherit postgres-multi
|
||||
|
||||
DESCRIPTION="Postgres Background Worker"
|
||||
HOMEPAGE="https://github.com/vibhorkum/pg_background"
|
||||
SRC_URI="https://github.com/vibhorkum/pg_background/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
|
||||
SLOT=0
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
DEPEND="${POSTGRES_DEP}"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${P}-fix-install.patch" )
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
postgres-multi_src_prepare
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
postgres-multi_foreach emake || die "emake failed"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
postgres-multi_foreach emake DESTDIR="${D}" install
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user