From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA8CA138359 for ; Mon, 17 Aug 2020 10:18:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BB44E088D; Mon, 17 Aug 2020 10:18:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EEFFE088D for ; Mon, 17 Aug 2020 10:18:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E669C34F46A for ; Mon, 17 Aug 2020 10:18:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CFCD32A for ; Mon, 17 Aug 2020 10:17:58 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1597621999.ee4141961b2d33b4e0d1d0d8ef2f8e11bb7d7af4.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-libs/octetos-db-maria/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/octetos-db-maria/Manifest dev-libs/octetos-db-maria/octetos-db-maria-1.3.2_alpha.ebuild X-VCS-Directories: dev-libs/octetos-db-maria/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ee4141961b2d33b4e0d1d0d8ef2f8e11bb7d7af4 X-VCS-Branch: master Date: Mon, 17 Aug 2020 10:17:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7257e7f1-940c-486a-84ad-28be73bbf72d X-Archives-Hash: 91be5f770d6cd6c785b0be8e602d844e commit: ee4141961b2d33b4e0d1d0d8ef2f8e11bb7d7af4 Author: Azael Reyes gmail com> AuthorDate: Sun Aug 16 23:53:19 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Aug 16 23:53:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee414196 dev-libs/octetos-db-maria: updating to v1.3.2. Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azael Reyes gmail.com> dev-libs/octetos-db-maria/Manifest | 1 + .../octetos-db-maria-1.3.2_alpha.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-libs/octetos-db-maria/Manifest b/dev-libs/octetos-db-maria/Manifest index 6ff0c8c..83ee041 100644 --- a/dev-libs/octetos-db-maria/Manifest +++ b/dev-libs/octetos-db-maria/Manifest @@ -1 +1,2 @@ DIST 1.2.2-alpha.6.tar.gz 91810 BLAKE2B 9c274928564e61e20ba5d553c41b588333b0abc52d6d964eb8c39e225a72d19c6b6cf953d94240245bad72e318edfce30662d1ed59fd0edf42159794c6be6952 SHA512 cde9aa8dc8552f5c4d10bef9908dc514e5cecfba73f3b67bd817e9818f84e665cc506648e15fe47dcd5ab0a8ae4943340e258c5a4b2b7546e65fb38455956c45 +DIST 1.3.2-alpha.tar.gz 92844 BLAKE2B 99c0488fa62a4edd7b9424c7d923a60a1684d8b34355e27150c8356d4b17222b5b38e50a3374b7105447366aa8683398f0444b45304e258efb2cda053490d49a SHA512 0d1ff8b88fd3c5b192f0bf2311ce038b3bddd4f1245cbf593d570e3c54ecb906cf8a025e4b95f2940297bf93fc0dbfc8ebcc980c8ad2f1fee9bc068fa3138f2f diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-1.3.2_alpha.ebuild b/dev-libs/octetos-db-maria/octetos-db-maria-1.3.2_alpha.ebuild new file mode 100644 index 0000000..e4bdb00 --- /dev/null +++ b/dev-libs/octetos-db-maria/octetos-db-maria-1.3.2_alpha.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +MYPV="${PV/_alpha/-alpha}" +MYPN="${PN/-maria}" +MYP="${MYPN}-${MYPV}" + +DESCRIPTION="C++ library for Database Acces." +HOMEPAGE="https://github.com/azaeldevel/octetos-db" +SRC_URI="https://github.com/azaeldevel/${MYPN}/archive/${MYPV}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +DEPEND="dev-libs/octetos-db dev-db/mariadb-connector-c" +RDEPEND="${DEPEND}" +BDEPEND="" + +S="${WORKDIR}/${MYP}" + +src_prepare() { + default + eautoreconf -fi +} + +src_configure() { + econf --with-mariadb +}