You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/mtop/mtop-0.6.6-r3.ebuild

34 lines
689 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
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
}