summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-05-10 01:30:44 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-05-15 11:15:29 +0200
commita6f24f0c9c49b527ca92e4bdc6618661937f2277 (patch)
treebc241761a7b61e556aeb9eacad27228e5e6fb82a /dev-db
parentdev-python/pulsectl: new package, version 21.5.14 (diff)
downloadgentoo-a6f24f0c9c49b527ca92e4bdc6618661937f2277.tar.gz
gentoo-a6f24f0c9c49b527ca92e4bdc6618661937f2277.tar.bz2
gentoo-a6f24f0c9c49b527ca92e4bdc6618661937f2277.zip
dev-db/cpp-driver: Drop 2.9.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/cpp-driver/Manifest1
-rw-r--r--dev-db/cpp-driver/cpp-driver-2.9.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-db/cpp-driver/Manifest b/dev-db/cpp-driver/Manifest
index 9b3874ac211b..e98de2da6565 100644
--- a/dev-db/cpp-driver/Manifest
+++ b/dev-db/cpp-driver/Manifest
@@ -1,2 +1 @@
DIST cpp-driver-2.11.0.tar.gz 9392387 BLAKE2B 37d6063b33cd9821faa15d0eb8cb7e87d3a57a58384cf60dd623f94c9246250ba00c3303d9e0ca586f5455d449c9749058e9ed5dcb06d736591329b252bc1ffc SHA512 c8ccb3b10895c3e8f3bcf9543dff233a45c468b1b5e9c9c848d651b13c1b3f76cd0edd20fbff8e6e093767e1a2c8d360447496f1ef4370c1776d3fad28a9b3a3
-DIST cpp-driver-2.9.0.tar.gz 9178108 BLAKE2B 22c51d050dc65303dd6b584f0a89e510905bf084ff5e45a543666675a4e0b904c11895c9a7dd3d0df2fb12c1e2e58e8530c4113706c8b2548adb0b6f9431419c SHA512 45c6d58b1d287d142c9d7d6b1e28114683648a3634f44b185208fa44da64d4c8a9d485b3956a0cf7429e96f74faa588de832de30265dfa17782ca90e8163a0c1
diff --git a/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild b/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
deleted file mode 100644
index 69593833d3b5..000000000000
--- a/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="DataStax C/C++ Driver for Cassandra"
-HOMEPAGE="https://datastax.github.io/cpp-driver/"
-SRC_URI="https://github.com/datastax/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ssl"
-
-RDEPEND="
- dev-libs/libuv:=
- ssl? (
- dev-libs/openssl:0=
- )"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- local mycmakeargs=( -DCASS_USE_OPENSSL=$(usex ssl) )
- cmake-utils_src_configure
-}