diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 17:07:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-29 17:07:18 +0000 |
commit | 362b4ccbb7715aaaab43fe92501cf25a2fa656df (patch) | |
tree | bb732ff06e61b0b9ae73c1d57628c8dc3113eb9e /dev-db | |
parent | Fix check-updates.sh doins (Manifest recommit) (diff) | |
download | gentoo-2-362b4ccbb7715aaaab43fe92501cf25a2fa656df.tar.gz gentoo-2-362b4ccbb7715aaaab43fe92501cf25a2fa656df.tar.bz2 gentoo-2-362b4ccbb7715aaaab43fe92501cf25a2fa656df.zip |
add sed-4 dep
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mytop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mytop/mytop-1.4.ebuild | 16 |
2 files changed, 13 insertions, 8 deletions
diff --git a/dev-db/mytop/ChangeLog b/dev-db/mytop/ChangeLog index c99b73f510de..96fd9874e297 100644 --- a/dev-db/mytop/ChangeLog +++ b/dev-db/mytop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mytop # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.3 2004/06/26 18:54:00 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.4 2004/06/29 17:07:18 agriffis Exp $ + + 29 Jun 2004; Aron Griffis <agriffis@gentoo.org> mytop-1.4.ebuild: + add sed-4 dep 26 Jun 2004; Stuart Herbert <stuart@gentoo.org> mytop-1.4.ebuild: Added missing dependencies; this can be marked stable when all the diff --git a/dev-db/mytop/mytop-1.4.ebuild b/dev-db/mytop/mytop-1.4.ebuild index 639358574fac..d2880fd69a8f 100644 --- a/dev-db/mytop/mytop-1.4.ebuild +++ b/dev-db/mytop/mytop-1.4.ebuild @@ -1,20 +1,22 @@ # 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.3 2004/06/26 18:54:00 stuart Exp $ -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.4 2004/06/29 17:07:18 agriffis Exp $ + inherit perl-module -IUSE="" + 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" KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha" +IUSE="" DEPEND="dev-perl/DBD-mysql - dev-perl/Getopt-Long - dev-perl/TermReadKey - dev-perl/Term-ANSIColor - dev-perl/Time-HiRes" + dev-perl/Getopt-Long + dev-perl/TermReadKey + dev-perl/Term-ANSIColor + dev-perl/Time-HiRes + >=sys-apps/sed-4" src_install() { perl-module_src_install |