Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 20700 - mysqlcc-0.9.2.ebuild has incorrect SRC_URI path
Summary: mysqlcc-0.9.2.ebuild has incorrect SRC_URI path
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-09 08:51 UTC by Haroon Rafique
Modified: 2003-05-09 11:27 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Haroon Rafique 2003-05-09 08:51:30 UTC
The path for mysqlcc src is missing the word SQL. The following patch will fix
the problem

--- /usr/portage/dev-db/mysqlcc/mysqlcc-0.9.2.ebuild    2003-05-05
10:20:41.000000000 -0400
+++ ./mysqlcc-0.9.2.ebuild      2003-05-09 08:49:11.000000000 -0400
@@ -7,7 +7,7 @@
 S=${WORKDIR}/${P}-src
 DESCRIPTION="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"
+SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQLCC/${P}-src.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"

Regards,
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-05-09 11:27:57 UTC
Whoops, I guess I already had it cached so I didn't catch this.  Thanks for the report!