[dev-db/timescaledb] bump, remove old
This commit is contained in:
@@ -1,2 +1 @@
|
|||||||
DIST timescaledb-2.23.1.tar.gz 8276671 BLAKE2B bc94d9e4b459c7c6903cd58b532d5e7242095b2f9fe0a3a824b26580d65e23b7f67b5eacf2516fc30101cb27a9f08ad4a909ffef0e90cc56a20e7adf8cb7996e SHA512 120efa5b859cd27f0f671261335372f7ebda30c1a7e66be9f7ebb0aa86c13b3acda45fa25c7e0744ffb54f9f225db2e7c4959db54f42df3c21b399219542b46b
|
DIST timescaledb-2.26.4.tar.gz 8503337 BLAKE2B 23b327c47aa85151d72cca09c7f23b225209ef3911d41e4841ab47f3870faf053dbf36094e2269d0f3dd2445a2e489cfc8f255115d6623d288e02c4efce6ecdc SHA512 d4cd5d9ec501e47c24aae53874610559f5e0b04d1008d936d837c635ba2d8b4b1ab277ac0e04756a3ec77b6f1ca039fe1a7ece18038398b4fcc692c7dc920dda
|
||||||
DIST timescaledb-2.24.0.tar.gz 8324256 BLAKE2B 382552cf26986bea7eb3ace7dfa772c69cff2822c694fc441dbcf545ad0751a8c133810823aff25a0444628a4c089ccada4c8ef9cc8be8f9da7e9adcec678037 SHA512 d3f5bad924c7f7a244242afa866994e75627534d1a2b3e076c88ad06dba8a09d79479fbb77f4b84543ec3a201b009a7bdcff8b80a05672d4b8bebf8a6822d241
|
|
||||||
|
|||||||
@@ -1,70 +0,0 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
POSTGRES_COMPAT=( {15..18} )
|
|
||||||
POSTGRES_USEDEP="ssl"
|
|
||||||
|
|
||||||
inherit postgres-multi cmake
|
|
||||||
|
|
||||||
DESCRIPTION="Open-source time-series SQL database"
|
|
||||||
HOMEPAGE="https://www.timescale.com/"
|
|
||||||
SRC_URI="https://github.com/timescale/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="Apache-2.0
|
|
||||||
tsl? ( timescale )"
|
|
||||||
SLOT=0
|
|
||||||
KEYWORDS="~amd64"
|
|
||||||
IUSE="+tsl"
|
|
||||||
|
|
||||||
RESTRICT="test"
|
|
||||||
|
|
||||||
DEPEND="${POSTGRES_DEP}"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
timescale_src_prepare() {
|
|
||||||
local CMAKE_USE_DIR=$BUILD_DIR
|
|
||||||
cmake_src_prepare
|
|
||||||
}
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
postgres-multi_src_prepare
|
|
||||||
postgres-multi_foreach timescale_src_prepare
|
|
||||||
}
|
|
||||||
|
|
||||||
timescale_configure() {
|
|
||||||
local CMAKE_USE_DIR=$BUILD_DIR
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DAPACHE_ONLY=$(usex tsl OFF ON)
|
|
||||||
-DWARNINGS_AS_ERRORS=OFF
|
|
||||||
-DSEND_TELEMETRY_DEFAULT=OFF
|
|
||||||
-DREGRESS_CHECKS=OFF
|
|
||||||
-DPG_CONFIG=${PG_CONFIG}
|
|
||||||
)
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
postgres-multi_foreach timescale_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
timescale_src_compile() {
|
|
||||||
local CMAKE_USE_DIR=$BUILD_DIR
|
|
||||||
cmake_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
postgres-multi_foreach timescale_src_compile
|
|
||||||
}
|
|
||||||
|
|
||||||
timescale_src_install() {
|
|
||||||
local CMAKE_USE_DIR=$BUILD_DIR
|
|
||||||
cmake_src_install
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
postgres-multi_foreach timescale_src_install
|
|
||||||
|
|
||||||
find "${ED}" -name '*.a' -delete
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user