diff options
| author | Miroslav Šulc <fordfrog@gentoo.org> | 2025-11-16 21:05:11 +0100 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2025-11-16 21:05:26 +0100 |
| commit | 2213478d19ee7fe6e205c8494f0984386e3a6e07 (patch) | |
| tree | 4855b140eb16fe4e79524da01d0039dab703cc11 /dev-db | |
| parent | 40d4f9b001886e0433873f944bdbc6d5234304de (diff) | |
| download | gentoo-2213478d19ee7fe6e205c8494f0984386e3a6e07.tar.gz gentoo-2213478d19ee7fe6e205c8494f0984386e3a6e07.tar.bz2 gentoo-2213478d19ee7fe6e205c8494f0984386e3a6e07.zip | |
dev-db/pg_background: dropped obsolete 1.2 & 1.4-r1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-db')
| -rw-r--r-- | dev-db/pg_background/Manifest | 2 | ||||
| -rw-r--r-- | dev-db/pg_background/pg_background-1.2.ebuild | 30 | ||||
| -rw-r--r-- | dev-db/pg_background/pg_background-1.4-r1.ebuild | 37 |
3 files changed, 0 insertions, 69 deletions
diff --git a/dev-db/pg_background/Manifest b/dev-db/pg_background/Manifest index 64c2c52abe46..88a359b46ddc 100644 --- a/dev-db/pg_background/Manifest +++ b/dev-db/pg_background/Manifest @@ -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 diff --git a/dev-db/pg_background/pg_background-1.2.ebuild b/dev-db/pg_background/pg_background-1.2.ebuild deleted file mode 100644 index 318571305d31..000000000000 --- a/dev-db/pg_background/pg_background-1.2.ebuild +++ /dev/null @@ -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 -} diff --git a/dev-db/pg_background/pg_background-1.4-r1.ebuild b/dev-db/pg_background/pg_background-1.4-r1.ebuild deleted file mode 100644 index 20daa0c2f5e8..000000000000 --- a/dev-db/pg_background/pg_background-1.4-r1.ebuild +++ /dev/null @@ -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 -} |
