diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:38:30 +0000 |
commit | 67c8b060271109f68d8b0a44de61d297ddfbe2e7 (patch) | |
tree | 42ce8164da9dd6d55caa82dfe6832b4a2a0a6ad5 /dev-db/mtop | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.gz gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.tar.bz2 gentoo-2-67c8b060271109f68d8b0a44de61d297ddfbe2e7.zip |
Diffstat (limited to 'dev-db/mtop')
-rw-r--r-- | dev-db/mtop/ChangeLog | 16 | ||||
-rw-r--r-- | dev-db/mtop/Manifest | 16 | ||||
-rw-r--r-- | dev-db/mtop/metadata.xml | 2 | ||||
-rw-r--r-- | dev-db/mtop/mtop-0.6.6.ebuild | 12 |
4 files changed, 12 insertions, 34 deletions
diff --git a/dev-db/mtop/ChangeLog b/dev-db/mtop/ChangeLog index 96854978b37e..b4363f015cc7 100644 --- a/dev-db/mtop/ChangeLog +++ b/dev-db/mtop/ChangeLog @@ -1,18 +1,6 @@ # 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.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. - - 09 Oct 2004; Simon Stelling <blubb@gentoo.org> mtop-0.6.6.ebuild: - added ~amd64 - - 15 Sep 2004; Thomas Matthijs <axxo@gentoo.org> mtop-0.6.6.ebuild: - fixed cvs header +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.1 2004/09/13 18:29:05 robbat2 Exp $ *mtop-0.6.6 (13 Sep 2004) diff --git a/dev-db/mtop/Manifest b/dev-db/mtop/Manifest index 9f85a591c88e..b68f710dddd7 100644 --- a/dev-db/mtop/Manifest +++ b/dev-db/mtop/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 279eca5a43b6fe659ef5e661a5939c20 ChangeLog 732 +MD5 b5800581545b34d07f3438aa75faa2ad mtop-0.6.6.ebuild 769 +MD5 0b943d0690f7299fb9423b085a8e0f05 files/digest-mtop-0.6.4 61 +MD5 224251b948aa27536ad3c3a842af7efc files/digest-mtop-0.6.5 61 MD5 c6c3f43a75962f05aa2139baeb6a1da5 files/digest-mtop-0.6.6 61 -MD5 a2a9fdc7d010a7c04c96cb3b7c05f06b metadata.xml 158 -MD5 4ef1582cb1ff82fe68aa4e064a4d266c mtop-0.6.6.ebuild 839 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDivVutG5z4I8BtQoRAqC6AJsGlvAWlC2I5XTjct60Zie5r0Ml0wCfY36D -QoqDxWHnrtC3DCCyUzmxNWU= -=+TC9 ------END PGP SIGNATURE----- diff --git a/dev-db/mtop/metadata.xml b/dev-db/mtop/metadata.xml index 716e7d4301bd..dbfe84ca36cf 100644 --- a/dev-db/mtop/metadata.xml +++ b/dev-db/mtop/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>mysql</herd> +<herd>mysql-bugs</herd> </pkgmetadata> diff --git a/dev-db/mtop/mtop-0.6.6.ebuild b/dev-db/mtop/mtop-0.6.6.ebuild index 024bebfd90ac..efdebbe07674 100644 --- a/dev-db/mtop/mtop-0.6.6.ebuild +++ b/dev-db/mtop/mtop-0.6.6.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2004 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.6 2005/11/28 12:17:42 mcummings Exp $ +# $Header : $ -inherit perl-app +inherit perl-module DESCRIPTION="Mysql top monitors a MySQL server" HOMEPAGE="http://mtop.sourceforge.net" SRC_URI="mirror://sourceforge/mtop/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" +KEYWORDS="~x86" IUSE="" DEPEND="dev-perl/Curses dev-perl/DBI @@ -17,8 +17,8 @@ DEPEND="dev-perl/Curses dev-perl/libnet" src_compile() { - perl-app_src_prep || die "Perl module preparation failed." - perl-app_src_compile || die "Perl module compilation failed." + perl-module_src_prep || die "Perl module preparation failed." + perl-module_src_compile || die "Perl module compilation failed." perl-module_src_test || die "Perl module tests failed." } |