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 F080F1382C5 for ; Thu, 11 Feb 2021 03:04:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1DBFE0BE6; Thu, 11 Feb 2021 03:04:28 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BA937E0BE6 for ; Thu, 11 Feb 2021 03:04:28 +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 CCE34340F30 for ; Thu, 11 Feb 2021 03:04:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0851D4C8 for ; Thu, 11 Feb 2021 03:04:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1613012607.4f442daa2d5eb4c98007640358a7127a0b83403b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/mdbtools/Manifest app-office/mdbtools/mdbtools-0.9.1.ebuild app-office/mdbtools/metadata.xml X-VCS-Directories: app-office/mdbtools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4f442daa2d5eb4c98007640358a7127a0b83403b X-VCS-Branch: master Date: Thu, 11 Feb 2021 03:04:26 +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: 8fa46e21-91a1-4545-a51e-8b8bdd7bf85e X-Archives-Hash: a177e94877ca60605d93a2784bca1061 commit: 4f442daa2d5eb4c98007640358a7127a0b83403b Author: Sam James gentoo org> AuthorDate: Thu Feb 11 03:03:17 2021 +0000 Commit: Sam James gentoo org> CommitDate: Thu Feb 11 03:03:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f442daa app-office/mdbtools: bump to 0.9.1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-office/mdbtools/Manifest | 1 + app-office/mdbtools/mdbtools-0.9.1.ebuild | 53 +++++++++++++++++++++++++++++++ app-office/mdbtools/metadata.xml | 3 ++ 3 files changed, 57 insertions(+) diff --git a/app-office/mdbtools/Manifest b/app-office/mdbtools/Manifest index e214dcc490b..d732992432c 100644 --- a/app-office/mdbtools/Manifest +++ b/app-office/mdbtools/Manifest @@ -1 +1,2 @@ DIST mdbtools-0.7.1.tar.gz 277257 BLAKE2B 3740c543b1ea2e898a96dc1a560fd83cf079d37f5d02805891c5902b75a417c9efbf421346902766017113d447b088656afbfd0297b26655aa07fce973adc216 SHA512 bbad415c59a3f54c11bcd04971220b1370046c5dfd7300d1f23e597615a1df6af850c6f767e78033676d486d87a11c72dfdb141abbee8378337c3fda9a450b75 +DIST mdbtools-0.9.1.tar.gz 158762 BLAKE2B a730c1ea4efceebb494fc69eac5b94ab23088e0c496684fe027b005492168b6639ec3ebc950e09f643e4a1b50017150caee639255e5e1deb5f9a46c0969077ff SHA512 d8383c20c062a759386e80927337f8ed526914fb53095480dfe791d80fe4cc3e19e83627ca9d34986968b282b16b4c43a6302f76c55d3c2545b6e7b625d47966 diff --git a/app-office/mdbtools/mdbtools-0.9.1.ebuild b/app-office/mdbtools/mdbtools-0.9.1.ebuild new file mode 100644 index 00000000000..ee7607cd007 --- /dev/null +++ b/app-office/mdbtools/mdbtools-0.9.1.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit autotools + +DESCRIPTION="Set of libraries and utilities for reading Microsoft Access database (MDB) files" +HOMEPAGE="https://github.com/mdbtools/mdbtools" +SRC_URI="https://github.com/brianb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2 LGPL-2.1" +SLOT="0/3" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="glib odbc" + +BDEPEND=" + app-text/txt2man + sys-devel/flex + virtual/pkgconfig + virtual/yacc +" +RDEPEND=" + sys-libs/ncurses:0= + sys-libs/readline:0= + odbc? ( >=dev-db/unixODBC-2.0 ) + glib? ( dev-libs/glib:2 ) +" +DEPEND="${RDEPEND}" + +DOCS=( AUTHORS HACKING NEWS README TODO ) + +src_prepare() { + default + + eautoreconf +} + +src_configure() { + local myeconfargs=( + --disable-static + $(use_enable glib) + $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr") + ) + + econf "${myeconfargs[@]}" +} + +src_install() { + default + + find "${ED}" -name '*.la' -delete || die +} diff --git a/app-office/mdbtools/metadata.xml b/app-office/mdbtools/metadata.xml index 26b6d5f18c9..7ed01d875ad 100644 --- a/app-office/mdbtools/metadata.xml +++ b/app-office/mdbtools/metadata.xml @@ -2,6 +2,9 @@ + + Use functions provided by dev-libs/glib, not built-in + brianb/mdbtools