logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 271b5fbc1b658a6cbcece9b89958b35a448a69c7
parent d01550ca54d5156ac2d38ca52af72276e5a6187a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  3 Jul 2021 17:28:54 +0200

dev-db/timescaledb: Unused, remove

Diffstat:

Ddev-db/timescaledb/Manifest1-
Ddev-db/timescaledb/metadata.xml8--------
Ddev-db/timescaledb/timescaledb-1.2.1.ebuild43-------------------------------------------
Ddev-db/timescaledb/timescaledb-1.6.0.ebuild43-------------------------------------------
4 files changed, 0 insertions(+), 95 deletions(-)

diff --git a/dev-db/timescaledb/Manifest b/dev-db/timescaledb/Manifest @@ -1 +0,0 @@ -DIST timescaledb-1.2.1.tar.gz 794419 BLAKE2B 3d9fa3a4080038222106fe24b43a182349d1c21009dc789178a7f3b6410071eb31709538503ea59f50ae96cafd2456037a878066e0a80f80b6eeda3d19b68aea SHA512 7b02a941069f09597fc484bf9efe57cb5c94802fa29edfa7299158804056530457ea92a2151fd9359478150d78be686abe90d6f2b68a8483393d925af09f8676 diff --git a/dev-db/timescaledb/metadata.xml b/dev-db/timescaledb/metadata.xml @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>contact@hacktivis.me</email> - <name>Haelwenn (lanodan) Monnier</name> - </maintainer> -</pkgmetadata> diff --git a/dev-db/timescaledb/timescaledb-1.2.1.ebuild b/dev-db/timescaledb/timescaledb-1.2.1.ebuild @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Copyright 2018-2019 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -POSTGRES_COMPAT=( 9.6 10 ) -POSTGRES_USEDEP="server" - -inherit postgres-multi - -DESCRIPTION="A time-series database optimized for fast ingest and complex queries" -HOMEPAGE="https://www.timescale.com/" -SRC_URI="https://github.com/timescale/${PN}/releases/download/${PV}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="static-libs" -KEYWORDS="~amd64 ~x86" - -DEPEND="${POSTGRES_DEP}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - default - - postgres-multi_src_prepare -} -src_configure() { - postgres-multi_foreach cmake-utils_src_configure -} - -src_compile() { - postgres-multi_foreach cmake-utils_src_compile -} - -src_install() { - postgres-multi_foreach cmake-utils_src_install - - use static-libs || find "${ED}" -name '*.a' -delete -} diff --git a/dev-db/timescaledb/timescaledb-1.6.0.ebuild b/dev-db/timescaledb/timescaledb-1.6.0.ebuild @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Copyright 2018-2020 Haelwenn (lanodan) Monnier <contact@hacktivis.me> -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -POSTGRES_COMPAT=( 9.6 10 12 ) -POSTGRES_USEDEP="server" - -inherit postgres-multi - -DESCRIPTION="A time-series database optimized for fast ingest and complex queries" -HOMEPAGE="https://www.timescale.com/" -SRC_URI="https://github.com/timescale/${PN}/releases/download/${PV}/${P}.tar.lzma" - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="static-libs" -KEYWORDS="~amd64 ~x86" - -DEPEND="${POSTGRES_DEP}" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_prepare() { - default - - postgres-multi_src_prepare -} -src_configure() { - postgres-multi_foreach cmake-utils_src_configure -} - -src_compile() { - postgres-multi_foreach cmake-utils_src_compile -} - -src_install() { - postgres-multi_foreach cmake-utils_src_install - - use static-libs || find "${ED}" -name '*.a' -delete -}