Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/mdbtools/
Date: Thu, 03 Nov 2016 14:42:23
Message-Id: 1478184134.5a55af0ee5c35b124d946c8360c088fa95513436.pacho@gentoo
1 commit: 5a55af0ee5c35b124d946c8360c088fa95513436
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 14:41:28 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 14:42:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a55af0e
7
8 app-office/mdbtools: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 app-office/mdbtools/mdbtools-0.7.1.ebuild | 47 -------------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/app-office/mdbtools/mdbtools-0.7.1.ebuild b/app-office/mdbtools/mdbtools-0.7.1.ebuild
16 deleted file mode 100644
17 index a54cd1b..00000000
18 --- a/app-office/mdbtools/mdbtools-0.7.1.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="5"
26 -
27 -AUTOTOOLS_AUTORECONF=1
28 -AUTOTOOLS_IN_SOURCE_BUILD=1 # needed for proper man generation
29 -inherit autotools-utils
30 -
31 -DESCRIPTION="A set of libraries and utilities for reading Microsoft Access database (MDB) files"
32 -HOMEPAGE="http://mdbtools.sourceforge.net"
33 -SRC_URI="https://github.com/brianb/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
34 -
35 -LICENSE="GPL-2 LGPL-2.1"
36 -SLOT="0"
37 -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
38 -
39 -IUSE="gnome odbc static-libs"
40 -
41 -RDEPEND="
42 - dev-libs/glib:2
43 - sys-libs/ncurses
44 - sys-libs/readline:0
45 - gnome? (
46 - gnome-base/libglade:2.0
47 - gnome-base/libgnomeui
48 - )
49 - odbc? ( >=dev-db/unixODBC-2.0 )"
50 -DEPEND="${RDEPEND}
51 - app-text/txt2man
52 - sys-devel/flex
53 - virtual/pkgconfig
54 - virtual/yacc"
55 -
56 -DOCS=( AUTHORS ChangeLog HACKING NEWS README TODO )
57 -
58 -PATCHES=( "${FILESDIR}/${P}-parallel-make.patch" )
59 -
60 -src_configure() {
61 - local myeconfargs=(
62 - --disable-gtk-doc
63 - $(use_enable gnome gmdb2)
64 - $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr")
65 - )
66 - autotools-utils_src_configure
67 -}