summaryrefslogtreecommitdiff
path: root/dev-db/mysql-workbench
AgeCommit message (Collapse)Author
2018-03-16dev-db/mysql-workbench: Drop ppc keywordsMatt Turner
2017-12-23dev-db/mysql-workbench: remove -Werror from CFLAGSHans de Graaff
Closes: https://bugs.gentoo.org/641838 Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-12-09dev-db/*: Update Manifest hashesMichał Górny
2017-11-19dev-db/mysql-workbench: add 6.3.10Hans de Graaff
Package-Manager: Portage-2.3.13, Repoman-2.3.3
2017-07-20dev-db/mysql-workbench: update HOMEPAGEHans de Graaff
Package-Manager: Portage-2.3.6, Repoman-2.3.2
2017-06-11dev-db/mysql-workbench: fix compilation with mysql 5.6, bug 620000Hans de Graaff
Thanks to PhobosK for updating the patch and testing with mysql 5.6. Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-29dev-db/mysql-workbench: backport gtk patch also to stable versionHans de Graaff
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-25Revert "dev-db/mysql-workbench: add missing X USE flag for pango, fixing bug ↵Hans de Graaff
542602" This reverts commit b37d4b9d3395a444c15469214d8a2d3f7e9bb6f6. pango[X] provides pango_xft related methods which mysql-workbench does not use. Reverting this until more is clear about the original bug.
2017-05-25dev-db/mysql-workbench: add missing X USE flag for pango, fixing bug 542602Hans de Graaff
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-25dev-db/mysql-workbench: add 6.3.9, fixing bug 567226Hans de Graaff
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-21dev-db/mysql-workbench: fix compilation with recent glibmm, fixing bug 600376Hans de Graaff
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-05-21dev-db/mysql-workbench: cleanupHans de Graaff
Package-Manager: Portage-2.3.5, Repoman-2.3.1
2017-04-23dev-db/mysql-workbench: [QA] Add missing python metadata variablesDavid Seifert
Package-Manager: Portage-2.3.5, Repoman-2.3.2
2017-02-28Drop $Id$ per council decision in bug #611234.Robin H. Johnson
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
2016-12-23dev-db/mysql-workbench: Drop CMAKE_MIN_VERSIONJohannes Huber
Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1
2016-07-30dev-db/*: remove unused patches.Michael Mair-Keimberger (asterix)
Squash all commit messages into a single one. Closes: https://github.com/gentoo/gentoo/pull/1936 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
2016-01-25dev-db/mysql-workbench: fix bug 572896Hans de Graaff
Make sure to depend on libpcre[cxx] since mysql-workbench requires the C++ bindings to libpcre. Thanks to Philipp Ammann in bug 572896 for diagnosing the problem and providing a patch. Package-Manager: portage-2.2.26
2016-01-24Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny
2016-01-16Drop support for Java on ppc across the treeJames Le Cuirot
Sorry! *sniff*
2016-01-12dev-db/mysql-workbench: Remove unneeded virtual/jre dependencyJames Le Cuirot
graaff forgot to remove this in the last commit. See bug #570600. Package-Manager: portage-2.2.26
2016-01-11dev-db/mysql-workbench: remove antlr dependency, bug 570600Hans de Graaff
It turns out that this dependency is not actually needed and we also don't need to download the antlr files as we did in previous revisions. See bug 570600 for an analysis by Chewi. Package-Manager: portage-2.2.26
2016-01-06dev-db/mysql-workbench: x86 stable wrt bug #570090Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-01-03dev-db/mysql-workbench: amd64 stable wrt bug #570090Agostino Sarubbo
Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
2016-01-02dev-db/mysql-workbench: use system antlrHans de Graaff
Use dev-java/antlr for building rather than downloading pre-built antlr files now that a compatible slot is available. Package-Manager: portage-2.2.24
2015-12-29dev-db/mysql-workbench: Set lua slotPacho Ramos
Package-Manager: portage-2.2.26
2015-12-29dev-db/mysql-workbench: Fix building with latest glibmm/libsigc++ (#566668)Pacho Ramos
Package-Manager: portage-2.2.26
2015-12-06dev-db/mysql-workbench: fix bug 567234Hans de Graaff
Make sure boost has NLS support. Package-Manager: portage-2.2.20.1
2015-08-24Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert
repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
2015-08-24Use https by defaultJustin Lecher
Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
2015-08-08proj/gentoo: Initial commitRobin H. Johnson
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed