Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 357124 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.50 KB, created by
H.Habighorst
on 2013-08-26 21:08:24 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
H.Habighorst
Created:
2013-08-26 21:08:24 UTC
Size:
2.50 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.0" > >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" > ># Build system bundles an unreleased copy of dev-libs/antlr-c 3.4 so we ># can't depend on our own packaged version right now. ># => patched CMakeLists.txt to disable checks for system antlr > ># glibc: deprecated mutex functions, removed in 2.36.0 >CDEPEND="${PYTHON_DEPS} > dev-db/sqlite:3 > || ( >=dev-libs/glib-2.28.0 <dev-libs/glib-2.36.0 ) > 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-db/libiodbc > dev-libs/libzip > >=virtual/mysql-5.1 > dev-libs/libpcre > virtual/opengl > >=dev-lang/lua-5.1[deprecated] > sys-libs/e2fsprogs-libs > dev-libs/tinyxml[stl] > dev-db/mysql-connector-c++ > dev-db/vsqlite++ > 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() { > # disable external ANTL3R checks, > # disable looking up python via pkgconfig, > # use ${WORKBENCH_SOURCE_DIR} to prevent install failure due to missing file > 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 / add explicit link to pangocairo lib > epatch "${FILESDIR}/${PN}-${PV}-fix_scintilla.patch" > > cmake-utils_src_prepare >} > >src_configure() { > local mycmakeargs=( > -DCMAKE_INSTALL_PREFIX=/usr > -DCMAKE_BUILD_TYPE=Release > $(cmake-utils_use_use gnome-keyring GNOME_KEYRING) > -DHAVE_PYTHON=ON > -DPYTHON_INCLUDE_PATH="$(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