diff options
Diffstat (limited to 'dev-db/innotop/innotop-1.9.0-r1.ebuild')
-rw-r--r-- | dev-db/innotop/innotop-1.9.0-r1.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild b/dev-db/innotop/innotop-1.9.0-r1.ebuild deleted file mode 100644 index 4de1af02d3e7..000000000000 --- a/dev-db/innotop/innotop-1.9.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit perl-module - -DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many more features" -HOMEPAGE="https://github.com/innotop/innotop" -SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz" - -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -SLOT="0" -IUSE="" - -DEPEND="dev-perl/DBD-mysql - dev-perl/TermReadKey - virtual/perl-Term-ANSIColor - virtual/perl-Time-HiRes" -SRC_TEST="do" - -src_install() { - perl-module_src_install -} |