summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/mysqlcc/mysqlcc-0.8.7.ebuild')
-rw-r--r--dev-db/mysqlcc/mysqlcc-0.8.7.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-db/mysqlcc/mysqlcc-0.8.7.ebuild b/dev-db/mysqlcc/mysqlcc-0.8.7.ebuild
deleted file mode 100644
index f7a09f865807..000000000000
--- a/dev-db/mysqlcc/mysqlcc-0.8.7.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header:
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="X qt"
-
-DEPEND="virtual/glibc
- >=x11-libs/qt-3.0.5
- dev-db/mysql"
-RDEPEND=""
-
-src_unpack() {
- unpack ${P}-src.tar.gz ; cd ${S}
-}
-
-src_compile() {
- econf || die
-
- 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
-}