diff options
Diffstat (limited to 'dev-db/mtop')
-rw-r--r-- | dev-db/mtop/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/mtop/Manifest | 4 | ||||
-rw-r--r-- | dev-db/mtop/mtop-0.6.6.ebuild | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-db/mtop/ChangeLog b/dev-db/mtop/ChangeLog index e2ec6b0acc94..96854978b37e 100644 --- a/dev-db/mtop/ChangeLog +++ b/dev-db/mtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/mtop # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.5 2005/01/01 17:36:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.6 2005/11/28 12:17:42 mcummings Exp $ + + 28 Nov 2005; <mcumming@gentoo.org> mtop-0.6.6.ebuild: + Switched from perl-module to perl-app eclass 17 Oct 2004; David Holm <dholm@gentoo.org> mtop-0.6.6.ebuild: Added to ~ppc. diff --git a/dev-db/mtop/Manifest b/dev-db/mtop/Manifest index cbf72d1b6467..05512f8801b5 100644 --- a/dev-db/mtop/Manifest +++ b/dev-db/mtop/Manifest @@ -1,4 +1,4 @@ -MD5 8ba7b1239b77b1af3b66e51af8667528 mtop-0.6.6.ebuild 849 MD5 5aa49ffb27b338972a57d71dddb691af ChangeLog 629 -MD5 a2a9fdc7d010a7c04c96cb3b7c05f06b metadata.xml 158 MD5 c6c3f43a75962f05aa2139baeb6a1da5 files/digest-mtop-0.6.6 61 +MD5 a2a9fdc7d010a7c04c96cb3b7c05f06b metadata.xml 158 +MD5 573be9a7e8c878789762dc009f90ef3f mtop-0.6.6.ebuild 840 diff --git a/dev-db/mtop/mtop-0.6.6.ebuild b/dev-db/mtop/mtop-0.6.6.ebuild index 82cb6e6454c6..024bebfd90ac 100644 --- a/dev-db/mtop/mtop-0.6.6.ebuild +++ b/dev-db/mtop/mtop-0.6.6.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.5 2005/01/01 17:36:21 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.6 2005/11/28 12:17:42 mcummings Exp $ -inherit perl-module +inherit perl-app DESCRIPTION="Mysql top monitors a MySQL server" HOMEPAGE="http://mtop.sourceforge.net" @@ -17,8 +17,8 @@ DEPEND="dev-perl/Curses dev-perl/libnet" src_compile() { - perl-module_src_prep || die "Perl module preparation failed." - perl-module_src_compile || die "Perl module compilation failed." + perl-app_src_prep || die "Perl module preparation failed." + perl-app_src_compile || die "Perl module compilation failed." perl-module_src_test || die "Perl module tests failed." } |