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 C5738138350 for ; Tue, 5 May 2020 09:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F23B3E0857; Tue, 5 May 2020 09:56:03 +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 C74F5E0857 for ; Tue, 5 May 2020 09:56:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6792F34F59F for ; Tue, 5 May 2020 09:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 76C36201 for ; Tue, 5 May 2020 09:56:00 +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: <1588645664.42d83b50519bec1556f3a807a3cad9a991dd51c3.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/metadata.xml dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild X-VCS-Directories: dev-libs/octetos-db-maria/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 42d83b50519bec1556f3a807a3cad9a991dd51c3 X-VCS-Branch: master Date: Tue, 5 May 2020 09:56:00 +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: 01088281-849a-414c-96c5-429dc2c1ad4c X-Archives-Hash: d5cb53161c7dd4858d00d2504e7dbad5 commit: 42d83b50519bec1556f3a807a3cad9a991dd51c3 Author: Azael Reyes gmail com> AuthorDate: Tue May 5 02:27:44 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue May 5 02:27:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=42d83b50 dev-libs/octetos-db-maria: adding package Signed-off-by: Azael Reyes gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 dev-libs/octetos-db-maria/Manifest | 1 + dev-libs/octetos-db-maria/metadata.xml | 8 ++++++ .../octetos-db-maria-1.2.2_beta.ebuild | 29 ++++++++++++++++++++++ 3 files changed, 38 insertions(+) diff --git a/dev-libs/octetos-db-maria/Manifest b/dev-libs/octetos-db-maria/Manifest new file mode 100644 index 0000000..6ff0c8c --- /dev/null +++ b/dev-libs/octetos-db-maria/Manifest @@ -0,0 +1 @@ +DIST 1.2.2-alpha.6.tar.gz 91810 BLAKE2B 9c274928564e61e20ba5d553c41b588333b0abc52d6d964eb8c39e225a72d19c6b6cf953d94240245bad72e318edfce30662d1ed59fd0edf42159794c6be6952 SHA512 cde9aa8dc8552f5c4d10bef9908dc514e5cecfba73f3b67bd817e9818f84e665cc506648e15fe47dcd5ab0a8ae4943340e258c5a4b2b7546e65fb38455956c45 diff --git a/dev-libs/octetos-db-maria/metadata.xml b/dev-libs/octetos-db-maria/metadata.xml new file mode 100644 index 0000000..3a36ca4 --- /dev/null +++ b/dev-libs/octetos-db-maria/metadata.xml @@ -0,0 +1,8 @@ + + + + + azael.devel@gmail.com + Azael Reyes + + diff --git a/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild b/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild new file mode 100644 index 0000000..69205c9 --- /dev/null +++ b/dev-libs/octetos-db-maria/octetos-db-maria-1.2.2_beta.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +DESCRIPTION="C++ library for Database Acces." +HOMEPAGE="https://github.com/azaeldevel/octetos-db" +SRC_URI="https://github.com/azaeldevel/octetos-db/archive/1.2.2-alpha.6.tar.gz" +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +DEPEND="dev-libs/octetos-core dev-db/mariadb-connector-c" +RDEPEND="${DEPEND}" +BDEPEND="" +src_unpack() { + unpack ${A} + ln -s octetos-db-1.2.2-alpha.6 $P +} +src_configure() { + autoreconf -fi + if [[ -x ${ECONF_SOURCE:-.}/configure ]] ; then + econf --with-mariadb + fi +} +src_compile() { + if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then + emake || die "emake failed" + fi +}