1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
|
# ChangeLog for dev-db/mysqlcc
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/ChangeLog,v 1.21 2004/09/03 01:15:15 dholm Exp $
03 Sep 2004; David Holm <dholm@gentoo.org> :
Added to ~ppc.
*mysqlcc-0.9.4-r1 (20 Aug 2004)
20 Aug 2004; Carsten Lohrke <carlo@gentoo.org>
-files/mysqlcc-0.9.3-libmysqlclientac.patch,
+files/mysqlcc-0.9.4-shutdown.patch, -mysqlcc-0.9.3.ebuild,
+mysqlcc-0.9.4-r1.ebuild, -mysqlcc-0.9.4.ebuild:
stable on x86, will be package.masked shortly, #60745
29 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysqlcc-0.9.3.ebuild,
mysqlcc-0.9.4.ebuild:
glibc -> libc
02 Jun 2004; Aron Griffis <agriffis@gentoo.org> mysqlcc-0.9.3.ebuild,
mysqlcc-0.9.4.ebuild:
Fix use invocation
09 May 2004; <SeJo@gentoo.org> mysqlcc-0.9.4.ebuild:
added ~ppc keyword
30 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> mysqlcc-0.9.4.ebuild:
Adding amd64 keyword. Closing #43597.
*mysqlcc-0.9.4 (29 Dec 2003)
29 Dec 2003; Martin Holzer <mholzer@gentoo.org> mysqlcc-0.9.4.ebuild:
Version bumped.
03 Oct 2003; Caleb Tennis <caleb@gentoo.org> mysqlcc-0.9.3.ebuild:
Mark x86 stable
*mysqlcc-0.9.3 (24 Sep 2003)
24 Sep 2003; <caleb@gentoo.org> mysqlcc-0.9.3.ebuild:
New version
15 Aug 2003; <caleb@gentoo.org> mysqlcc-0.9.2.ebuild:
Minor CFLAGS (see bug 26669). Changed qt dependecy to rely on need-qt from
kde-functions.eclass. Marked stable on x86.
12 Jun 2003; <msterret@gentoo.org> mysqlcc-0.8.7-r1.ebuild:
fix Header
04 Jun 2003; Caleb Tennis <caleb@gentoo.org>
removed stale ebuilds: 0.8.6a, 0.8.7, 0.8.10, 0.8.10-r1
*mysqlcc-0.9.2 (05 May 2003)
05 May 2003; <caleb@gentoo.org> mysqlcc-0.9.2.ebuild,
files/mysqlcc-0.9.2-configperms.patch, files/mysqlcc-0.8.7-qmakespec.patch:
Version bump, keeping same patches as version noted below. Keeping ~86
until mysql-4 becomes unmasked in portage.
*mysqlcc-0.8.7-r1 (09 Mar 2003)
09 Mar 2003; <rac@gentoo.org> mysqlcc-0.8.7-r1.ebuild,
files/mysqlcc-0.8.7-configperms.patch, files/mysqlcc-0.8.7-qmakespec.patch:
The config.sub included with this package does not recognize linux-gnu
machines correctly, so replace it with one taken from a local automake
installation and run autoreconf. Allow the ebuild to override the
QMAKESPEC variable, so that 'linux-g++' is picked up correctly. These
are backported from the 0.8.10-r1 ebuild. Also attempt to backport
the security fix eliminating world-readable configuration files and
directories that was applied upstream in 0.8.9, since 0.8.7 seems to
be the last version that will compile against MySQL 3.x.
*mysqlcc-0.8.10-r1 (04 Mar 2003)
09 Mar 2003; <rac@gentoo.org> mysqlcc-0.8.10-r1.ebuild:
remasked to avoid depending on unstable mysql
04 Mar 2003; Robert Coie <rac@gentoo.org> mysqlcc-0.8.10-r1.ebuild,
files/mysqlcc-0.8.10-libmysqlclientac.patch,
files/mysqlcc-0.8.10-qmakespec.patch:
The config.sub included with this package does not recognize linux-gnu
machines correctly, so replace it with one taken from a local automake
installation and run autoreconf. Allow the ebuild to override the
QMAKESPEC variable, so that 'linux-g++' is picked up correctly.
Replace the libmysqlclient autoconf macro with a simpler and sleeker
use of mysql_config, so that optionally dependent libraries (such as
libssl) are picked up for free. Make dependency on MySQL >=4.0, as
this version attempts to use command-line option processing from
libmysqlclient that is not available before that version. Fixes bug
#16733. Thanks to Peter Penkala <pjp@gentoo.org> for testing
assistance.
*mysqlcc-0.8.10 (03 Mar 2003)
03 Mar 2003; Daniel Ahlberg <aliz@gentoo.org> :
Security update.
*mysqlcc-0.8.7 (14 Dec 2002)
14 Dec 2002; Ryan Phillips <rphillips@gentoo.org> mysqlcc-0.8.7.ebuild :
New version. Submitted by Quequero
*mysqlcc-0.8.6a (17 Nov 2002)
17 Nov 2002; Quequero <quequero@bitchx.it> mysqlcc-0.8.6a.ebuild:
First import. Ebuild submitted by Quequero <quequero@bitchx.it>.
MysqlCC (MySQL Control Center) is a nice MySQL GUI Client (QT based).
It's an useful tool for managing your database, creating accounts,
viewing tables and much more.
.wav files and syntax file are installed in /usr/share/mysqlcc
translation files are installed in /usr/share/mysqlcc/translations
|