diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:19:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:19:14 +0000 |
commit | c2a7c7086e35796c8e6ca2c79e1b55cff328bc70 (patch) | |
tree | 179274ddbe9324e1d1d179c45fe8b5f8892ac249 /dev-db/mytop | |
parent | Lots of fancy bash scripting to make MPlayer deal with the normal (and proper... (diff) | |
download | gentoo-2-c2a7c7086e35796c8e6ca2c79e1b55cff328bc70.tar.gz gentoo-2-c2a7c7086e35796c8e6ca2c79e1b55cff328bc70.tar.bz2 gentoo-2-c2a7c7086e35796c8e6ca2c79e1b55cff328bc70.zip |
LICENSE fix
Diffstat (limited to 'dev-db/mytop')
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-db/mytop/mytop-1.4.ebuild b/dev-db/mytop/mytop-1.4.ebuild index d2880fd69a8f..6a0298448fe9 100644 --- a/dev-db/mytop/mytop-1.4.ebuild +++ b/dev-db/mytop/mytop-1.4.ebuild @@ -1,16 +1,18 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.4 2004/06/29 17:07:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.5 2004/11/09 22:18:19 mr_bones_ Exp $ inherit perl-module DESCRIPTION="mytop - a top clone for mysql" -SRC_URI="http://jeremy.zawodny.com/mysql/mytop/${P}.tar.gz" HOMEPAGE="http://jeremy.zawodny.com/mysql/mytop/" -SLOT="0" -LICENSE="Artistic | GPL-2" +SRC_URI="http://jeremy.zawodny.com/mysql/mytop/${P}.tar.gz" + +LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +SLOT="0" IUSE="" + DEPEND="dev-perl/DBD-mysql dev-perl/Getopt-Long dev-perl/TermReadKey |