diff options
author | 2013-08-29 15:04:44 +0000 | |
---|---|---|
committer | 2013-08-29 15:04:44 +0000 | |
commit | 20d20bbacde91c2b6de922d66d38268c7821e939 (patch) | |
tree | bb0b9665d407957481c385417e84da08aeff0f67 /dev-db/innotop/innotop-1.6.0.ebuild | |
parent | Stable for HPPA (bug #482886). (diff) | |
download | historical-20d20bbacde91c2b6de922d66d38268c7821e939.tar.gz historical-20d20bbacde91c2b6de922d66d38268c7821e939.tar.bz2 historical-20d20bbacde91c2b6de922d66d38268c7821e939.zip |
revbump -> EAPI 5, add invocation of test, remove old
Package-Manager: portage-2.2.0/cvs/Linux x86_64
Manifest-Sign-Key: 0xB8072B0D
Diffstat (limited to 'dev-db/innotop/innotop-1.6.0.ebuild')
-rw-r--r-- | dev-db/innotop/innotop-1.6.0.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-db/innotop/innotop-1.6.0.ebuild b/dev-db/innotop/innotop-1.6.0.ebuild deleted file mode 100644 index a3120f62c51e..000000000000 --- a/dev-db/innotop/innotop-1.6.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/innotop-1.6.0.ebuild,v 1.2 2008/11/18 16:00:47 tove Exp $ - -inherit perl-app - -DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" -HOMEPAGE="http://sourceforge.net/projects/innotop/" -SRC_URI="mirror://sourceforge/innotop/${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_install() { - perl-module_src_install -} |