diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-03 15:41:28 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-03 15:42:14 +0100 |
commit | 5a55af0ee5c35b124d946c8360c088fa95513436 (patch) | |
tree | 953d0d090e42049420ce0a549d541d4751f9d6ff /app-office/mdbtools | |
parent | app-office/mdbtools: Stable in all as all the changes are not arch dependant (diff) | |
download | gentoo-5a55af0ee5c35b124d946c8360c088fa95513436.tar.gz gentoo-5a55af0ee5c35b124d946c8360c088fa95513436.tar.bz2 gentoo-5a55af0ee5c35b124d946c8360c088fa95513436.zip |
app-office/mdbtools: Drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-office/mdbtools')
-rw-r--r-- | app-office/mdbtools/mdbtools-0.7.1.ebuild | 47 |
1 files changed, 0 insertions, 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 a54cd1b751ca..000000000000 --- 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 -} |