summaryrefslogtreecommitdiff
path: root/dev-db/cpp-driver/cpp-driver-2.9.0.ebuild
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/cpp-driver/cpp-driver-2.9.0.ebuild
parent3cf5ae45798a0ef42517f12653a3020ed9b7c2ae (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/cpp-driver/cpp-driver-2.9.0.ebuild')
-rw-r--r--dev-db/cpp-driver/cpp-driver-2.9.0.ebuild27
1 files changed, 0 insertions, 27 deletions
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
-}