diff options
Diffstat (limited to 'dev-db/mtop/mtop-0.6.6-r3.ebuild')
-rw-r--r-- | dev-db/mtop/mtop-0.6.6-r3.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/dev-db/mtop/mtop-0.6.6-r3.ebuild b/dev-db/mtop/mtop-0.6.6-r3.ebuild new file mode 100644 index 00000000000..c483ea566ba --- /dev/null +++ b/dev-db/mtop/mtop-0.6.6-r3.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +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="~amd64 ~ppc ~x86" +IUSE="" +DEPEND="dev-perl/Curses + dev-perl/DBI + dev-perl/DBD-mysql + virtual/perl-libnet" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}"/mtop-0.6.6-globalstatusfix.patch ) +DOCS=( ChangeLog README README.devel ) + +warnmsg() { + einfo "Upstream no longer maintains mtop. You should consider dev-db/mytop instead." +} + +pkg_postinst() { + warnmsg +} + +pkg_preinst() { + warnmsg +} |