Compare commits

...

2 Commits

Author SHA1 Message Date
Robert Förster f55fcf525c [dev-db/timescaledb] version bump.
likely last version to support PG11 so likely kept around a bit for late upgrades
2021-05-27 11:59:02 +02:00
Robert Förster 7c52cd4b2e remove soon-to-be-masked BDB versions from dependencies 2021-05-27 11:56:10 +02:00
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
DIST timescaledb-2.2.1.tar.lzma 1219677 BLAKE2B 1fa72a2315f0221149ab7f733411ae0b7a667e54a8c03c92c2c54eafa959cea63514d1fd37945a4ad1e565aa3f24905edf650b1138b258fb3c52c7614cb07590 SHA512 a6eb06d12cc21a48fb75874844b98407770debd4b2bff3d6fd20e654a973e2b54150043f94bee8bc0e06c73b86b2d7854170ad8aa48bb3e146cf6c660b8b28b3
DIST timescaledb-2.3.0.tar.lzma 1244809 BLAKE2B 56e91c7323cc539b53baf68d3e2e42cfdd1ba233094cc2abb526a7a95597a9b87b38af11404918c58751990c86d6be91589d7cbcadc8fe77f16c23dd7ef9722b SHA512 ec6fc767a4fe602e7fc5aab718f32519e8fbe5f6866abba231b23719e369128430a1ed3c6ee532bdb8fbbb4e0be38c235e9fa02aa20878e3709d8d4afe1726d5

View File

@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@ -17,7 +17,7 @@ PHP_EXT_OPTIONAL_USE=php
USE_PHP="php7-4"
# This variable does not belong to any eclass. It is solely used in this ebuild
BERKDB_SLOTS=( 6.2 6.1 5.3 5.1 4.8 )
BERKDB_SLOTS=( 6.2 6.1 5.3 4.8 )
inherit db-use mono-env php-ext-source-r3 python-r1 ruby-ng toolchain-funcs

View File

@ -21,7 +21,7 @@ EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
EGIT_BRANCH="3.6"
# This variable does not belong to any eclass. It is solely used in this ebuild
BERKDB_SLOTS=( 6.2 6.1 5.3 5.1 4.8 )
BERKDB_SLOTS=( 6.2 6.1 5.3 4.8 )
inherit db-use mono-env php-ext-source-r3 python-r1 ruby-ng toolchain-funcs git-r3

View File

@ -112,7 +112,7 @@ RESTRICT="test"
# always list newer first
# Do not add any AGPL-3 BDB here!
# See bug 525110, comment 15.
BERKDB_SLOTS=( 5.3 5.1 4.8 4.7 )
BERKDB_SLOTS=( 5.3 4.8 )
DEPEND="
>=app-crypt/mit-krb5-1.7-r100[openldap]