summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-09-13 18:29:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-09-13 18:29:05 +0000
commit6ba2a98d8ce68d9a0ebf379726f593cb761d2c51 (patch)
tree7ef69aada00a71ca6d5d378bc32d2c68e2bf52c9 /dev-db
parentStable on sparc wrt #63123 (diff)
downloadhistorical-6ba2a98d8ce68d9a0ebf379726f593cb761d2c51.tar.gz
historical-6ba2a98d8ce68d9a0ebf379726f593cb761d2c51.tar.bz2
historical-6ba2a98d8ce68d9a0ebf379726f593cb761d2c51.zip
Bug #7684. Ebuild submitted by Minati jean michel <magnet@suidzer0.org>.
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/mtop/ChangeLog9
-rw-r--r--dev-db/mtop/Manifest15
-rw-r--r--dev-db/mtop/files/digest-mtop-0.6.61
-rw-r--r--dev-db/mtop/metadata.xml5
-rw-r--r--dev-db/mtop/mtop-0.6.6.ebuild29
5 files changed, 59 insertions, 0 deletions
diff --git a/dev-db/mtop/ChangeLog b/dev-db/mtop/ChangeLog
new file mode 100644
index 000000000000..b4363f015cc7
--- /dev/null
+++ b/dev-db/mtop/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-db/mtop
+# 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)
+
+ 13 Sep 2004; Robin H. Johnson <robbat2@gentoo.org> +mtop-0.6.6.ebuild:
+ Bug #7684. Ebuild submitted by Minati jean michel <magnet@suidzer0.org>.
+
diff --git a/dev-db/mtop/Manifest b/dev-db/mtop/Manifest
new file mode 100644
index 000000000000..02b52d1c44e9
--- /dev/null
+++ b/dev-db/mtop/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 a3273ee907816a888ecd97a6da8bf594 mtop-0.6.6.ebuild 743
+MD5 0c763a8abd2381c1c429b614357c39bd ChangeLog 372
+MD5 a5dda17df0286cd82cae42d117784903 metadata.xml 163
+MD5 c6c3f43a75962f05aa2139baeb6a1da5 files/digest-mtop-0.6.6 61
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.5 (GNU/Linux)
+Comment: .//Manifest 1095100151
+
+iD8DBQFBReb+PpIsIjIzwiwRAi0uAJ936qIgylWZvM8Qwi8giXRWpWEVqgCfc7xj
+5wTPoPRworArifihX0TKz7w=
+=s+hf
+-----END PGP SIGNATURE-----
diff --git a/dev-db/mtop/files/digest-mtop-0.6.6 b/dev-db/mtop/files/digest-mtop-0.6.6
new file mode 100644
index 000000000000..a4db21cc5815
--- /dev/null
+++ b/dev-db/mtop/files/digest-mtop-0.6.6
@@ -0,0 +1 @@
+MD5 f1beb021351f937a74cb0e9d3fcedae7 mtop-0.6.6.tar.gz 48161
diff --git a/dev-db/mtop/metadata.xml b/dev-db/mtop/metadata.xml
new file mode 100644
index 000000000000..dbfe84ca36cf
--- /dev/null
+++ b/dev-db/mtop/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<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
new file mode 100644
index 000000000000..efdebbe07674
--- /dev/null
+++ b/dev-db/mtop/mtop-0.6.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header : $
+
+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"
+IUSE=""
+DEPEND="dev-perl/Curses
+ dev-perl/DBI
+ dev-perl/DBD-mysql
+ dev-perl/libnet"
+
+src_compile() {
+ 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."
+}
+
+src_install() {
+ perl-module_src_install || die "Perl module installation failed."
+ dodoc ChangeLog COPYING README README.devel
+}
+