Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 348970 Details for
Bug 433004
app-office/mdbtools-0.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mdbtools-0.7.ebuild
mdbtools-0.7.ebuild (text/plain), 1.05 KB, created by
Sergey Popov (RETIRED)
on 2013-05-23 10:19:54 UTC
(
hide
)
Description:
mdbtools-0.7.ebuild
Filename:
MIME Type:
Creator:
Sergey Popov (RETIRED)
Created:
2013-05-23 10:19:54 UTC
Size:
1.05 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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 > 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 ) > >src_configure() { > local myeconfargs=( > --disable-gtk-doc > $(use_enable gnome gmdb2) > $(use odbc && echo "--with-unixodbc=${EPREFIX}/usr") > ) > autotools-utils_src_configure >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 433004
:
348764
|
348766
| 348970