summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-07-23 03:09:43 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-07-23 03:09:43 +0000
commitca7013c9706d650f4959850e628e57ec0411efb5 (patch)
treefa4a49241ff00371023662fd1fbc6f3710d82be0 /dev-db/mysqltool
parentfixes for repoman (diff)
downloadgentoo-2-ca7013c9706d650f4959850e628e57ec0411efb5.tar.gz
gentoo-2-ca7013c9706d650f4959850e628e57ec0411efb5.tar.bz2
gentoo-2-ca7013c9706d650f4959850e628e57ec0411efb5.zip
fixes for repoman
Diffstat (limited to 'dev-db/mysqltool')
-rw-r--r--dev-db/mysqltool/mysqltool-0.95-r1.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-db/mysqltool/mysqltool-0.95-r1.ebuild b/dev-db/mysqltool/mysqltool-0.95-r1.ebuild
index e9f443270ffc..66799c2ed841 100644
--- a/dev-db/mysqltool/mysqltool-0.95-r1.ebuild
+++ b/dev-db/mysqltool/mysqltool-0.95-r1.ebuild
@@ -1,17 +1,18 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltool/mysqltool-0.95-r1.ebuild,v 1.1 2002/05/04 01:58:36 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltool/mysqltool-0.95-r1.ebuild,v 1.2 2002/07/23 03:08:12 rphillips Exp $
S=${WORKDIR}/MysqlTool-${PV}
DESCRIPTION="Web interface for managing one or more mysql server installations"
SRC_URI="http://www.dajoba.com/projects/mysqltool/MysqlTool-${PV}.tar.gz"
HOMEPAGE="http://www.dajoba.com/projects/mysqltool/"
-
DEPEND="virtual/glibc sys-devel/perl"
-RDEPEND="${DEPEND} >=net-www/apache-1.3.24-r1 >=dev-db/mysql-3.23.38
- dev-perl/CGI dev-perl/DBI dev-perl/DBD-mysql dev-perl/Crypt-Blowfish"
LICENSE="GPL-2"
SLOT="0"
+KEYWORDS="x86"
+
+RDEPEND="${DEPEND} >=net-www/apache-1.3.24-r1 >=dev-db/mysql-3.23.38
+ dev-perl/CGI dev-perl/DBI dev-perl/DBD-mysql dev-perl/Crypt-Blowfish"
src_compile() {
perl Makefile.PL || die