Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8115 Details for
Bug 15412
New MySQL Control Center released which fixes a security issue
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
New ebuild
mysqlcc-0.8.9.ebuild (text/plain), 1.18 KB, created by
Magnus Määttä
on 2003-02-10 00:21:04 UTC
(
hide
)
Description:
New ebuild
Filename:
MIME Type:
Creator:
Magnus Määttä
Created:
2003-02-10 00:21:04 UTC
Size:
1.18 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: > >S=${WORKDIR}/${P}-src >DESCRIPTION="This is a MySQL GUI Client" >HOMEPAGE="http://www.mysql.com/" >SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyCC/${P}-src.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="X qt" >DEPEND="virtual/glibc > >=x11-libs/qt-3.0.5 > >=dev-db/mysql-4.0.7" >RDEPEND="" > >src_unpack() { > unpack ${P}-src.tar.gz ; cd ${S} >} > >src_compile() { > ./configure \ > --prefix=/usr \ > --infodir=/usr/share/info \ > --mandir=/usr/share/man || die "./configure failed" > > cp Makefile Makefile.orig > sed -e "s:CFLAGS = -pipe -Wall -W -g:CFLAGS = ${CFLAGS}:" \ > -e "s:CXXFLAGS = -pipe -Wall -W -g:CXXFLAGS = ${CXXFLAGS}:" \ > Makefile.orig > Makefile > > QTDIR=$QTDIR > emake || die >} > >src_install() { > dobin mysqlcc > dodir /usr/share/mysqlcc > insinto /usr/share/mysqlcc > doins warning.wav information.wav error.wav syntax.txt > dodir /usr/share/mysqlcc/translations > insinto /usr/share/mysqlcc/translations > doins translations/Espanol.qm translations/Espanol.ts translations/Russian.qm translations/Russian.ts >}
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15412
:
8115
|
8116
|
8117
|
8902