Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217254 - DBDesigner 4 ebuild
Summary: DBDesigner 4 ebuild
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-11 06:28 UTC by Markos Chandras (RETIRED)
Modified: 2010-01-15 19:54 UTC (History)
4 users (show)

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


Attachments
ebuild for dbdesigner (dbdesigner-4.0.5.4-r1.ebuild,1.55 KB, text/plain)
2008-04-11 06:28 UTC, Markos Chandras (RETIRED)
Details
fixed ebuild for dbdesigner (dbdesigner-4.0.5.4-r1.ebuild,1.42 KB, text/plain)
2008-04-11 06:53 UTC, Markos Chandras (RETIRED)
Details
done some changes on the ebuild (dbdesigner-4.0.5.4-r3.ebuild,1.69 KB, text/plain)
2008-07-04 13:49 UTC, Markos Chandras (RETIRED)
Details
fixed ebuild for dbdesigner (dbdesigner-4.0.5.4-r4.ebuild,1.64 KB, text/plain)
2008-07-04 22:57 UTC, Markos Chandras (RETIRED)
Details
fixed ebuild (dbdesigner-4.0.5.4-r1.ebuild,1.60 KB, text/plain)
2009-05-05 11:12 UTC, Markos Chandras (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Markos Chandras (RETIRED) gentoo-dev 2008-04-11 06:28:06 UTC
Ebuild for DBDesigner program. Its a very usefull program for Database design and it should be on portage. I am currently maintain the ebuild
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2008-04-11 06:28:56 UTC
Created attachment 149368 [details]
ebuild for dbdesigner
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2008-04-11 06:53:50 UTC
Created attachment 149371 [details]
fixed ebuild for dbdesigner
Comment 3 Mark Loeser (RETIRED) gentoo-dev 2008-04-11 15:11:13 UTC
Maybe someone from the postgresql or mysql teams would be interested in this package?  If not go ahead and remove yourselves from CC :)
Comment 4 Markos Chandras (RETIRED) gentoo-dev 2008-07-04 13:49:16 UTC
Created attachment 159528 [details]
done some changes on the ebuild
Comment 5 Markos Chandras (RETIRED) gentoo-dev 2008-07-04 22:57:15 UTC
Created attachment 159581 [details]
fixed ebuild for dbdesigner

This is now in the sunrise overlay. You can find it at:
http://overlays.gentoo.org/svn/proj/sunrise/sunrise/dev-util/dbdesigner/
Comment 6 Markos Chandras (RETIRED) gentoo-dev 2008-07-05 13:57:05 UTC
Comment on attachment 159581 [details]
fixed ebuild for dbdesigner

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit eutils

DESCRIPTION="QT Database Designer for mysql"
HOMEPAGE="http://www.fabforce.net"
SRC_URI="http://downloads.mysql.com/DBDesigner4/DBDesigner${PV}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND="sys-libs/lib-compat x11-libs/kylixlibs3-borqt"
RDEPEND="${DEPEND}"

S=${WORKDIR}/DBDesigner4
INSTALLDIR=/opt/DBDesigner4


src_install()
{
	insinto "${INSTALLDIR}"
	doins -r "${S}"/*
	ebegin "Fixing permissions of DBDesigner4 executable"
	fperms 111 "${INSTALLDIR}"/DBDesigner4
	eend
	ebegin "Fixing permissions of startdbd executable"
	fperms 111 "${INSTALLDIR}"/startdbd
	eend
	cd "${D}"/"${INSTALLDIR}"/Linuxlib
	einfo "Creating symlinks"
	dosym "${D}"/opt/kylix3/libborqt-6.9-qt2.3.so libqt.so.2
	dosym bplrtl.so.6.9.0 bplrtl.so.6.9
	dosym dbxres.en.1.0 dbxres.en.1
	dosym libmidas.so.1.0 libmidas.so.1
	dosym libmysqlclient.so.10.0.0 libmysqlclient.so
	dosym libqtintf-6.9.0-qt2.3.so libqtintf-6.9-qt2.3.so
	dosym libsqlmy23.so.1.0 libsqlmy23.so
	dosym libsqlmy23.so libsqlmy.so
	dosym libsqlora.so.1.0 libsqlora.so
	dosym libDbxSQLite.so.2.8.5 libDbxSQLite.so
	dosym liblcms.so.1.0.9 liblcms.so
	dosym libpng.so.2.1.0.12 libpng.so.2
	dosym libstdc++.so.5.0.0 libstdc++.so.5
	dobin "${S}"/startdbd
	ebegin "Creating Icons"
	newicon "${S}"/Gfx/Icon48.xpm Icon48.xpm
	make_desktop_entry startdbd DBDesigner4 Icon48.xpm "Applications;Development"
	eend
}

pkg_postinst()
{
        elog ""
        elog "DBDesigner4 is now installed. Use startdbd command to run it"
        elog ""
}
Comment 7 Alexander Sulfrian 2009-05-05 03:53:27 UTC
(In reply to comment #5)
> This is now in the sunrise overlay. You can find it at:
> http://overlays.gentoo.org/svn/proj/sunrise/sunrise/dev-util/dbdesigner/

The current sunrise ebuild creates some folder in / with a lib inside.

/libstdc++.so.5/
/libstdc++.so.5/libstdc++.so.5.0.0
/libpng.so.2/
/libpng.so.2/libpng.so.2.1.0.12
/liblcms.so/
/liblcms.so/liblcms.so.1.0.9
/libDbxSQLite.so/
/libDbxSQLite.so/libDbxSQLite.so.2.8.5
/libsqlora.so/
/libsqlora.so/libsqlora.so.1.0
/libsqlmy.so/
/libsqlmy.so/libsqlmy23.so
/libsqlmy23.so/
/libsqlmy23.so/libsqlmy23.so.1.0
/libqtintf-6.9-qt2.3.so/
/libqtintf-6.9-qt2.3.so/libqtintf-6.9.0-qt2.3.so
/libmysqlclient.so/
/libmysqlclient.so/libmysqlclient.so.10.0.0
/libmidas.so.1/
/libmidas.so.1/libmidas.so.1.0
/dbxres.en.1/
/dbxres.en.1/dbxres.en.1.0
/bplrtl.so.6.9/
/bplrtl.so.6.9/bplrtl.so.6.9.0
/libqt.so.2/
/libqt.so.2/libborqt-6.9-qt2.3.so

Would be nice if someone could fix it.

Alex
Comment 8 Markos Chandras (RETIRED) gentoo-dev 2009-05-05 11:12:59 UTC
Created attachment 190399 [details]
fixed ebuild

I dont have a x86 machine to test it, but this ebuild should work now. Can you test it plz?
Thank you
Comment 9 Alexander Sulfrian 2009-05-05 12:07:02 UTC
(In reply to comment #8)
> I dont have a x86 machine to test it, but this ebuild should work now. Can you
> test it plz?
> Thank you

Works. Thanks.
Comment 10 Markos Chandras (RETIRED) gentoo-dev 2010-01-15 19:54:38 UTC
x11-libs/kylixlibs3-borqt removed so closing as WONTFIX