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 C12891395E3 for ; Thu, 3 Nov 2016 14:42:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C610FE0925; Thu, 3 Nov 2016 14:42:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DCAFE0925 for ; Thu, 3 Nov 2016 14:42:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C313834100F for ; Thu, 3 Nov 2016 14:42:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AF8C24B5 for ; Thu, 3 Nov 2016 14:42:19 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1478184134.5a55af0ee5c35b124d946c8360c088fa95513436.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/mdbtools/mdbtools-0.7.1.ebuild X-VCS-Directories: app-office/mdbtools/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5a55af0ee5c35b124d946c8360c088fa95513436 X-VCS-Branch: master Date: Thu, 3 Nov 2016 14:42:19 +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-Archives-Salt: e7e243c9-c930-456c-b582-cec15a9a8ed3 X-Archives-Hash: 2d9c63fa8fa82d5957cdee91a393a4fa commit: 5a55af0ee5c35b124d946c8360c088fa95513436 Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 3 14:41:28 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 3 14:42:14 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a55af0e app-office/mdbtools: Drop old Package-Manager: portage-2.3.2 app-office/mdbtools/mdbtools-0.7.1.ebuild | 47 ------------------------------- 1 file changed, 47 deletions(-) diff --git a/app-office/mdbtools/mdbtools-0.7.1.ebuild b/app-office/mdbtools/mdbtools-0.7.1.ebuild deleted file mode 100644 index a54cd1b..00000000 --- a/app-office/mdbtools/mdbtools-0.7.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -AUTOTOOLS_AUTORECONF=1 -AUTOTOOLS_IN_SOURCE_BUILD=1 # needed for proper man generation -inherit autotools-utils - -DESCRIPTION="A set of libraries and utilities for reading Microsoft Access database (MDB) files" -HOMEPAGE="http://mdbtools.sourceforge.net" -SRC_URI="https://github.com/brianb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" - -IUSE="gnome odbc static-libs" - -RDEPEND=" - dev-libs/glib:2 - sys-libs/ncurses - sys-libs/readline:0 - gnome? ( - gnome-base/libglade:2.0 - gnome-base/libgnomeui - ) - odbc? ( >=dev-db/unixODBC-2.0 )" -DEPEND="${RDEPEND} - app-text/txt2man - sys-devel/flex - virtual/pkgconfig - virtual/yacc" - -DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO ) - -PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" ) - -src_configure() { - local myeconfargs=( - --disable-gtk-doc - $(use_enable gnome gmdb2) - $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr") - ) - autotools-utils_src_configure -}