diff options
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 10 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.8d.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.9.ebuild | 4 |
3 files changed, 10 insertions, 8 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 diff --git a/dev-libs/ffcall/ffcall-1.8d.ebuild b/dev-libs/ffcall/ffcall-1.8d.ebuild index c2057b24be3d..028dcff8d235 100644 --- a/dev-libs/ffcall/ffcall-1.8d.ebuild +++ b/dev-libs/ffcall/ffcall-1.8d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.18 2004/07/14 14:21:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.8d.ebuild,v 1.19 2004/11/09 22:19:14 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep # or in derivate works of GNUstep, the included parts of ffcall are # under GNU LGPL." -ffcall author -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="x86 sparc ~hppa alpha ~ppc" IUSE="" diff --git a/dev-libs/ffcall/ffcall-1.9.ebuild b/dev-libs/ffcall/ffcall-1.9.ebuild index fc4d702bfcfd..592f23936ca8 100644 --- a/dev-libs/ffcall/ffcall-1.9.ebuild +++ b/dev-libs/ffcall/ffcall-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.9.ebuild,v 1.5 2004/07/14 14:21:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.9.ebuild,v 1.6 2004/11/09 22:19:14 mr_bones_ Exp $ inherit eutils flag-o-matic @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.gnustep.org/pub/gnustep/libs/${P}.tar.gz" # "Ffcall is under GNU GPL. As a special exception, if used in GNUstep # or in derivate works of GNUstep, the included parts of ffcall are # under GNU LGPL." -ffcall author -LICENSE="GPL-2 | LGPL-2" +LICENSE="|| ( GPL-2 LGPL-2 )" SLOT="0" KEYWORDS="~x86 ~sparc ~hppa ~alpha ~ppc" IUSE="" |