Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122169 - dev-db/kmysqladmin-0.7.2.ebuild (New Package)
Summary: dev-db/kmysqladmin-0.7.2.ebuild (New Package)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.alwins-world.de/programs/k...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-02-08 13:29 UTC by Rick Barnes
Modified: 2016-01-23 11:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
kmysqladmin-0.7.2.ebuild (kmysqladmin-0.7.2.ebuild,639 bytes, text/plain)
2006-02-08 13:30 UTC, Rick Barnes
Details
kmysqladmin-0.7.2-r1.ebuild (kmysqladmin-0.7.2-r1.ebuild,567 bytes, text/plain)
2006-02-13 06:20 UTC, Rick Barnes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Barnes 2006-02-08 13:29:10 UTC
KMySQLAdmin is an administrative frontend to MySQL for KDE, sort of similar to SQLyog. I suggest putting in dev-db since other GUI DB frontends are there (knoda, etc). Please also note, I have not done many ebuilds so I don't think I did this right as the version of mysql I have install is 5.x and it put the includes and libs in folders called mysql-500 so I hard coded these into the ebuild with a DEPEND of >=mysql-5.

Rick
Comment 1 Rick Barnes 2006-02-08 13:30:12 UTC
Created attachment 79264 [details]
kmysqladmin-0.7.2.ebuild
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 12:20:22 UTC
- hardcoding / is wrong, use ${ROOT} instead, when not using functions
- calling emake is for KDE apps wrong as well, the src_compile body should look like this:

local myconf="--with-mysql-lib=/usr/lib/mysql-500 --with-mysql-include=/usr/include/mysql-500"
kde_src_compile
Comment 3 Rick Barnes 2006-02-13 06:20:54 UTC
Created attachment 79689 [details]
kmysqladmin-0.7.2-r1.ebuild

Made changes to ebuild as suggested
Comment 4 Rick Barnes 2006-02-13 06:24:51 UTC
Comment on attachment 79689 [details]
kmysqladmin-0.7.2-r1.ebuild

kmysqladmin-0.7.2-r1.ebuild
Comment 5 Matteo Azzali (RETIRED) gentoo-dev 2007-04-05 09:14:26 UTC
hum, in my system mysql 5 files are located in /usr/lib/mysql
and /usr/include/mysql .... if any of you can explain me this difference
(is still /usr/lib/mysql-500 the default dir if you have also previous versions of mysql?? If so, it may be the case to symlink or to add some checks in the ebuild) I'll try to refine it....
Comment 6 Michael Palimaka (kensington) gentoo-dev 2016-01-23 11:51:12 UTC
Upstream has disappeared and this is no longer fetchable.