diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:18:19 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-11-09 22:18:19 +0000 |
commit | 9187dc6b674e04c621afd3e4c2d797616b27b3b4 (patch) | |
tree | 62753b76e9f30c4e536d0e9dfdfaa8037e4486f3 /dev-db | |
parent | Lots of fancy bash scripting to make MPlayer deal with the normal (and proper... (diff) | |
download | historical-9187dc6b674e04c621afd3e4c2d797616b27b3b4.tar.gz historical-9187dc6b674e04c621afd3e4c2d797616b27b3b4.tar.bz2 historical-9187dc6b674e04c621afd3e4c2d797616b27b3b4.zip |
LICENSE fix
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mytop/Manifest | 2 | ||||
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 10 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-db/mytop/Manifest b/dev-db/mytop/Manifest index addc20454a21..a2287e249ab8 100644 --- a/dev-db/mytop/Manifest +++ b/dev-db/mytop/Manifest @@ -1,4 +1,4 @@ -MD5 ef06dbe3b9768d9819d23cd5fc67e4e4 mytop-1.4.ebuild 757 MD5 ab0af660bcc3553d974403ae2f867ebb ChangeLog 646 MD5 a5dda17df0286cd82cae42d117784903 metadata.xml 163 +MD5 9f9a1cb15d20fb1f2e65061fb6dbd95f mytop-1.4.ebuild 765 MD5 08416823e7c81816a0e424ae792e8926 files/digest-mytop-1.4 60 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 |