summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-07-01 23:29:08 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-07-01 23:29:08 +0100
commitdafb3f89c1133d028ad628dea8b30961e0ef8498 (patch)
tree22964b579190bc7d1fb7894e7f7d7cb3c41d6cdf /dev-db
parente1114f7a914a6679ee7751c878b857b2fc193b52 (diff)
gentoo auto-resync : 01:07:2023 - 23:29:08
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/Manifest.gzbin15411 -> 15412 bytes
-rw-r--r--dev-db/timescaledb/Manifest2
-rw-r--r--dev-db/timescaledb/timescaledb-2.11.1.ebuild67
3 files changed, 69 insertions, 0 deletions
diff --git a/dev-db/Manifest.gz b/dev-db/Manifest.gz
index 6fa4d9cbc440..991fdcc673c8 100644
--- a/dev-db/Manifest.gz
+++ b/dev-db/Manifest.gz
Binary files differ
diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest
index 7ad391dc09bd..6fbdaea15003 100644
--- a/dev-db/timescaledb/Manifest
+++ b/dev-db/timescaledb/Manifest
@@ -1,5 +1,7 @@
DIST timescaledb-2.10.3.tar.gz 7465897 BLAKE2B 2a70e281738fac63cd3b5c753f82a7e8faf162c015ad87b1cb3b24558d70e042bb16281b32a931fbb4daae280bede40bc239de8e8b3228c2571da33d4e5975ec SHA512 c94227d9aa1df36634bbf2626f580165860cab543efbfeb448f9799cf70ef6c1891af0077c2280ae22dbfb2360cf2b6012e7f05c26b0cf7aef6eb217c583b444
DIST timescaledb-2.11.0.tar.gz 7699408 BLAKE2B 841ed5c95d15665a3d264067d7ae38ddecec4c2ae3cb4e6ddeb6b926b30453b0554a451117f939a7137abc1a1b3f0a0d0523782b337930984c76066355fe2457 SHA512 0bc1f7824fdac0a9014918bf053da3b282eaf6f91c18dec5ba4ec40204e29cb53d17f8d09c9426572969e2722b77788bb477a695d78f487415198cb3186d2cc2
+DIST timescaledb-2.11.1.tar.gz 7723360 BLAKE2B a45f7a4466397b47e0a07cf9af388fa6c6ccbfd98d62a038159eafab74ba0c58b8891ebc52a82e9694f103cb48992c9b78c0b6f377c6ae7832fe8740c42d9bbf SHA512 e29a378bfe1e5bb72d6d9bd430b972d1e14cf2345f2599559f73075146fd8c5839f08459880681140eff607b152671beeb1876bf509008ad2b653d258eb356b8
EBUILD timescaledb-2.10.3.ebuild 1437 BLAKE2B 3699625c59d35012ffcc857fce6cf72f55bca6fe98f09511ef339bbf2bf272dcc889b6cefe77777c3e3b91179411798d1087f3ebff736956ab42f2753b74da9c SHA512 eb818d9026b4d51525758493c6786018773745952602b61bad06c942a5055f86b9d0f57f18df7215a787d319c199e31b9b858629ccf9ab89489ed1a4ee652d2d
EBUILD timescaledb-2.11.0.ebuild 1437 BLAKE2B 3699625c59d35012ffcc857fce6cf72f55bca6fe98f09511ef339bbf2bf272dcc889b6cefe77777c3e3b91179411798d1087f3ebff736956ab42f2753b74da9c SHA512 eb818d9026b4d51525758493c6786018773745952602b61bad06c942a5055f86b9d0f57f18df7215a787d319c199e31b9b858629ccf9ab89489ed1a4ee652d2d
+EBUILD timescaledb-2.11.1.ebuild 1437 BLAKE2B 3699625c59d35012ffcc857fce6cf72f55bca6fe98f09511ef339bbf2bf272dcc889b6cefe77777c3e3b91179411798d1087f3ebff736956ab42f2753b74da9c SHA512 eb818d9026b4d51525758493c6786018773745952602b61bad06c942a5055f86b9d0f57f18df7215a787d319c199e31b9b858629ccf9ab89489ed1a4ee652d2d
MISC metadata.xml 424 BLAKE2B 8cbf1315da7aa52b81fb2b141d7d34100cd838667ec366ba000fb914251cddd35632d9f9b8f6200bf4b679683db9c487522d18bedb4b371f92651c26a3e6121b SHA512 8e8b90dec46092f8d7dd36e67fa000e3f4c108f80903ebd3dad4965bbb4797bf952208afa7e90646946207382547fdd59d4d282379a898a3121b91f86e090c20
diff --git a/dev-db/timescaledb/timescaledb-2.11.1.ebuild b/dev-db/timescaledb/timescaledb-2.11.1.ebuild
new file mode 100644
index 000000000000..83f98f57647b
--- /dev/null
+++ b/dev-db/timescaledb/timescaledb-2.11.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+POSTGRES_COMPAT=( 12 13 14 15 )
+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"
+
+IUSE="proprietary-extensions"
+LICENSE="POSTGRESQL Apache-2.0 proprietary-extensions? ( timescale )"
+
+KEYWORDS="~amd64"
+
+SLOT=0
+
+RESTRICT="test"
+
+DEPEND="${POSTGRES_DEP}"
+RDEPEND="${DEPEND}"
+
+CMAKE_IN_SOURCE_BUILD=yes
+CMAKE_BUILD_TYPE="RelWithDebInfo"
+BUILD_DIR=${WORKDIR}/${P}
+
+src_prepare() {
+ postgres-multi_src_prepare
+ postgres-multi_foreach cmake_src_prepare
+}
+
+timescale_configure() {
+ local CMAKE_USE_DIR=$BUILD_DIR
+ local mycmakeargs=( "-DPG_CONFIG=/usr/bin/pg_config${MULTIBUILD_VARIANT}" "-DREGRESS_CHECKS=OFF" )
+
+ # licensing is tied to features, this useflag disables the non-apache2 licensed bits
+ if ! use proprietary-extensions ; then
+ mycmakeargs+=("-DAPACHE_ONLY=ON")
+ fi
+ 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
+}