Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357582 Details for
Bug 482156
dev-db/mysql-workbench-6.0.7 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild
mysql-workbench-6.0.6.ebuild (text/plain), 2.31 KB, created by
H.Habighorst
on 2013-09-01 17:58:35 UTC
(
hide
)
Description:
Updated ebuild
Filename:
MIME Type:
Creator:
H.Habighorst
Created:
2013-09-01 17:58:35 UTC
Size:
2.31 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-db/mysql-workbench/mysql-workbench-5.2.47.ebuild,v 1.1 2013/03/08 06:39:26 graaff Exp $ > >EAPI=5 >GCONF_DEBUG="no" > >PYTHON_COMPAT=( python{2_6,2_7} ) >PYTHON_REQ_USE="sqlite" > >CMAKE_MIN_VERSION="2.8.11.1" > >inherit gnome2 eutils flag-o-matic python-single-r1 cmake-utils > >MY_P="${PN}-community-${PV}-src" > >DESCRIPTION="MySQL Workbench" >HOMEPAGE="http://dev.mysql.com/workbench/" >SRC_URI="mirror://mysql/Downloads/MySQLGUITools/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" >IUSE="debug doc gnome-keyring +iodbc" > ># glibc: deprecated mutex functions, removed in 2.36.0 >CDEPEND="${PYTHON_DEPS} > dev-db/sqlite:3 > dev-libs/glib:2 > dev-cpp/atkmm > dev-cpp/pangomm > >=dev-cpp/glibmm-2.14:2 > >=dev-cpp/gtkmm-2.14:2.4 > dev-libs/atk > x11-libs/pango > >=x11-libs/gtk+-2.6:2 > gnome-base/libglade:2.0 > >=x11-libs/cairo-1.5.12[glib,svg] > dev-libs/libsigc++:2 > dev-libs/boost > >=dev-cpp/ctemplate-0.95 > >=dev-libs/libxml2-2.6.2:2 > dev-libs/libzip > >=virtual/mysql-5.1 > dev-libs/libpcre > virtual/opengl > >=dev-lang/lua-5.1[deprecated] > || ( sys-libs/e2fsprogs-libs dev-libs/ossp-uuid ) > dev-libs/tinyxml[stl] > dev-db/mysql-connector-c++ > dev-db/vsqlite++ > >=dev-libs/antlr-c-3.4 > !iodbc? ( dev-db/unixODBC ) iodbc? ( dev-db/libiodbc ) > gnome-keyring? ( gnome-base/libgnome-keyring )" > >RDEPEND="${CDEPEND} > app-admin/sudo > >=sys-apps/net-tools-1.60_p20120127084908" > >DEPEND="${CDEPEND} > virtual/pkgconfig" > >S="${WORKDIR}"/"${MY_P}" > >src_prepare() { > ## Patch CMakeLists.txt > epatch "${FILESDIR}/${PN}-${PV}-CMakeLists.patch" > > ## fix breakage with as-needed ld flag and PCRE functions > epatch "${FILESDIR}/${PN}-${PV}-PCRE-as_needed.patch" > > ## remove hardcoded CXXFLAGS > sed -i -e 's/-O0 -g3//' ext/scintilla/gtk/CMakeLists.txt || die > > ## remove bundled antlr runtime > rm -Rf ext/antlr-runtime > > ## package is very fragile... > strip-flags > > cmake-utils_src_prepare >} > >src_configure() { > local mycmakeargs=( > $(cmake-utils_use_use gnome-keyring GNOME_KEYRING) > $(cmake-utils_use_use iodbc IODBC) > -DLIB_INSTALL_DIR="/usr/$(get_libdir)" > -DPYTHON_INCLUDE_DIR="$(python_get_includedir)" > -DPYTHON_LIBRARY="$(python_get_library_path)" > ) > cmake-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 482156
:
356992
|
356994
|
357008
|
357084
|
357124
|
357126
|
357128
|
357136
|
357558
|
357560
|
357582
|
357584
|
357588
|
357708
|
357710
|
357712
|
358252
|
358384
|
362884
|
362886
|
362888