summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug #461026: use append-cppflags for preprocessor flags.Robin H. Johnson2013-03-161-3/+3
|
* Bug #392361: Fix mysql_install_db cases to work between all versions & ↵Robin H. Johnson2012-11-011-27/+77
| | | | variations of MySQL. Also add in checks for tmpdir/log-bin/relay-log directories that must exist otherwise the install_db will fail.
* naive bump of all EAPI-specific checks in eclasses to permit EAPI=5 where ↵Ian Stakenvicius2012-09-271-2/+2
| | | | EAPI=4 was previously allowed
* drop usage of strip_duplicate_slashes (it's a portage internal)Brian Harring2012-09-101-3/+5
|
* Bug #428742: missing whitespace.Robin H. Johnson2012-07-311-2/+2
|
* Sync mysql and mysql-v2 eclasses from the mysql overlay.Jorge Manuel B. S. Vicetto2012-07-231-3/+3
| | | | Simplify ncurses dependency and update inherit to use git-2 eclass.
* inherit multilib for get_libdirZac Medico2012-06-021-2/+2
|
* Restore incorrectly removed eclasses, wrong repoFabian Groffen2012-01-091-0/+1476
|
* mysql eclasses from gx86 should be good to go nowFabian Groffen2012-01-091-1476/+0
|
* [mysql.eclass] Allow use of EAPI 3 and 4.Jorge Manuel B. S. Vicetto2012-01-081-2/+2
|
* [mysql eclasses] Added prefix support for eclasses - fixes bug 348788 and ↵Jorge Manuel B. S. Vicetto2012-01-061-54/+62
| | | | | | | bug 388125. Bumped required EAPI to 3 due to the prefix support. Fix -userpriv detection - fixes bug 312809.
* mysql: don't depend on mysql-init-script in PrefixFabian Groffen2011-09-251-2/+3
|
* trim useless trailing whitespaceMike Frysinger2011-08-291-2/+2
|
* fix random bugs in eclass documentation, and convert to new @AUTHOR tagMike Frysinger2011-08-221-6/+7
|
* [eclass] Move virtual/yacc dependency so that it's not added to RDEPEND. ↵Jorge Manuel B. S. Vicetto2011-08-211-3/+5
| | | | Fixes bug 379937.
* [eclass] Added virtual/yacc dependency - fixes bug 376773.Jorge Manuel B. S. Vicetto2011-08-191-2/+3
|
* Convert every instance of hasq to has.Samuli Suominen2011-07-081-2/+2
|
* Bug #366289: some of the docs are removed in newer versions, update dodoc line.Robin H. Johnson2011-05-071-2/+4
|
* Update mysql.eclass for 5.1.56 deployment. LIBDIR is for multilib.Robin H. Johnson2011-04-211-2/+3
|
* Fix the ncurses dep as the stable versions don't have the static-libs use flag.Jorge Manuel B. S. Vicetto2011-03-281-2/+2
|
* Ported the mysql.eclass from the overlay.Jorge Manuel B. S. Vicetto2011-03-261-12/+52
| | | | | | | Ensure sys-libs/ncurses is built with static-libs if the static use flag is enabled - fixes bug 350844. Add support for new engines on mariadb. Fix building of pbxt engine on mariadb - fixes bug 351067. Fix the eclass to allow the use of MYSQL_ROOT_PASSWORD and update the instructions about the options for authentication on pkg_config - fixes bug 356885.
* Bug #344885: Upstream has broken USE=debug for 5.1 series >=5.1.51Robin H. Johnson2010-11-281-1/+8
|
* Bug #335185, #335995 redux: If GCC >= 4.3.3, block omit-frame-pointer.Robin H. Johnson2010-11-021-4/+7
|
* Bug #336027: max-idx-128 broken by upstream presently, prevent it from ↵Robin H. Johnson2010-10-281-2/+5
| | | | corrupting user data.
* Bug #335185: block omit-frame-pointer due to miscompile.Robin H. Johnson2010-10-271-1/+7
|
* Update mysql.eclass from mysql overlays.Robin H. Johnson2010-10-061-19/+29
|
* Bug #336075: Add warning about mysql_upgrade for some users.Robin H. Johnson2010-09-061-1/+6
|
* remove unused references to long dead (circa 2006) AT_GNUCONF_UPDATE variableMike Frysinger2010-08-211-3/+3
|
* Add MySQL-cluster support to the eclass. Ebuild not moving from overlay ↵Robin H. Johnson2010-08-201-13/+33
| | | | quite yet however.
* Upstream changed mirror layout, and moved files to an archive site that is ↵Robin H. Johnson2010-08-091-2/+13
| | | | not mirrored.
* Bring in a patch from the overlay so we can override bad tarball packaging.Robin H. Johnson2010-08-081-3/+5
|
* Bug #318851: USE=cluster also needs the partition engine support in 5.1.46.Robin H. Johnson2010-05-131-3/+4
|
* Fix up MariaDB SRC_URI. Building for PBXT and XtraDB. Radically improve ↵Robin H. Johnson2010-04-271-30/+122
| | | | plugin handling.
* Followup on bug #284946, #293801, #310615, #307251: In 5.0.87, the mutex ↵Robin H. Johnson2010-04-011-4/+10
| | | | locking code was changed a lot again, so that while 5.0.84 required a newer GCC due to the HAVE_ATOMIC_BUILTINS error, newer releases do NOT need those GCC versions anymore. This also frees up ~hppa to do more stabilization.
* Bug #310787: If a user has default-storage-engine in their config, we need ↵Robin H. Johnson2010-03-251-1/+2
| | | | to override it during setup to create the internal mysql tables safely.
* Bug #303555: mysql-community users should switch to dev-db/mysql properly.Robin H. Johnson2010-03-241-1/+4
|
* Bug #278633: add in support for mysql root password from secure config file.Robin H. Johnson2010-03-241-1/+5
|
* Last commit in the latest round of mysql changes: pkg_config now checks for ↵Robin H. Johnson2010-03-241-24/+54
| | | | options before disabling them during setup to avoid more zealous error checking from upstream.
* Comment about which engines are meant to be built in.Robin H. Johnson2010-03-151-1/+2
|
* Bug #308491: Fix PBXT install location and econf usage.Robin H. Johnson2010-03-151-4/+3
|
* Merge Overlay changes for MariaDB.Robin H. Johnson2010-03-151-40/+94
|
* Bug 307641: more fixes to SSL configure options. Also add ↵Robin H. Johnson2010-03-091-8/+12
| | | | community/profiling features to 5.1 properly and clean up a dead SSL configure codepath in configure_40_41_50.
* Bug #307641: Fix accidental default SSL implementation change of ↵Robin H. Johnson2010-03-031-2/+2
| | | | OpenSSL->YaSSL back to OpenSSL.
* Fixup more pbxt and xtradb issues, and try to fix dodoc QA.Robin H. Johnson2010-02-271-16/+19
|
* Import fixes from MySQL overlay:Robin H. Johnson2010-02-211-29/+61
| | | | | | | | | | | - mysql-cluster warning for NDB support moving per upstream - QA fixes per bug #305873: - Update some 5.1 configure flags that have changed - Correct USE of pbxt/xtradb to avoid QA warnings - USE=test controls installing tests for end-user usage - -fPIC fixes for innodb_plugin - consistent test location. - COPYING doc.
* Missed a commit to the eclass.Robin H. Johnson2010-02-021-4/+9
|
* Disable debug line.Robin H. Johnson2010-02-021-2/+2
|
* Refactor innodb/falcon stuff.Robin H. Johnson2010-02-021-7/+7
|
* Update the 5.1 plugins list for innodb_plugin, and do not build the example ↵Robin H. Johnson2010-02-021-3/+5
| | | | engines.
* adjust mysql.eclass to support 5.4/5.5Hanno Böck2010-02-011-3/+3
|