From 2719f73b6813d11d13a9650cdd2ab8ec6e69385d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 9 Jul 2022 15:43:36 +0100 Subject: gentoo resync : 09.07.2022 --- .../mysql-connector-c++-1.1.12-r2.ebuild | 54 ++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r2.ebuild (limited to 'dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r2.ebuild') diff --git a/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r2.ebuild b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r2.ebuild new file mode 100644 index 000000000000..e4f89b29bcd2 --- /dev/null +++ b/dev-db/mysql-connector-c++/mysql-connector-c++-1.1.12-r2.ebuild @@ -0,0 +1,54 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake flag-o-matic + +DESCRIPTION="MySQL database connector for C++ (mimics JDBC 4.0 API)" +HOMEPAGE="https://dev.mysql.com/downloads/connector/cpp/" +SRC_URI="https://dev.mysql.com/get/Downloads/Connector-C++/${P}.tar.gz" + +LICENSE="Artistic GPL-2" +SLOT="0/7" +KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 sparc x86" +IUSE="debug examples gcov" + +DEPEND=" + dev-db/mysql-connector-c:= + dev-libs/boost:= + dev-libs/openssl:0= + !