diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-08-29 15:04:15 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-08-29 15:04:15 +0000 |
commit | 25695f14328ae63858edfd842e0616ce44c3c3b1 (patch) | |
tree | dda75407d4c2e81c6805bc5f7ad0b00d3d0b0a78 /dev-db | |
parent | Stable for HPPA (bug #482886). (diff) | |
download | gentoo-2-25695f14328ae63858edfd842e0616ce44c3c3b1.tar.gz gentoo-2-25695f14328ae63858edfd842e0616ce44c3c3b1.tar.bz2 gentoo-2-25695f14328ae63858edfd842e0616ce44c3c3b1.zip |
revbump -> EAPI 5, add invocation of test, remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/innotop/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.4.0.ebuild | 23 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.6.0.ebuild | 23 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.7.2.ebuild | 23 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.9.0-r1.ebuild (renamed from dev-db/innotop/innotop-1.9.0.ebuild) | 7 |
5 files changed, 13 insertions, 72 deletions
diff --git a/dev-db/innotop/ChangeLog b/dev-db/innotop/ChangeLog index 0f3ffeb82295..bef5ecd933c6 100644 --- a/dev-db/innotop/ChangeLog +++ b/dev-db/innotop/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-db/innotop # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.8 2013/01/18 02:16:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.9 2013/08/29 15:04:15 idella4 Exp $ + +*innotop-1.9.0-r1 (29 Aug 2013) + + 29 Aug 2013; Ian Delaney <idella4@gentoo.org> +innotop-1.9.0-r1.ebuild, + -innotop-1.4.0.ebuild, -innotop-1.6.0.ebuild, -innotop-1.7.2.ebuild, + -innotop-1.9.0.ebuild: + revbump -> EAPI 5, add invocation of test, remove old *innotop-1.9.0 (18 Jan 2013) diff --git a/dev-db/innotop/innotop-1.4.0.ebuild b/dev-db/innotop/innotop-1.4.0.ebuild deleted file mode 100644 index 1bb90a65c27a..000000000000 --- a/dev-db/innotop/innotop-1.4.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.4.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 -} 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 -} diff --git a/dev-db/innotop/innotop-1.7.2.ebuild b/dev-db/innotop/innotop-1.7.2.ebuild deleted file mode 100644 index 9eba00243e0e..000000000000 --- a/dev-db/innotop/innotop-1.7.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/innotop-1.7.2.ebuild,v 1.1 2010/01/31 07:32:31 robbat2 Exp $ - -inherit perl-app - -DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" -HOMEPAGE="http://code.google.com/p/innotop/" -SRC_URI="http://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_install() { - perl-module_src_install -} diff --git a/dev-db/innotop/innotop-1.9.0.ebuild b/dev-db/innotop/innotop-1.9.0-r1.ebuild index 5ecfdcee8b43..0544019c23b7 100644 --- a/dev-db/innotop/innotop-1.9.0.ebuild +++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild @@ -1,8 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/innotop-1.9.0.ebuild,v 1.1 2013/01/18 02:16:49 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/innotop-1.9.0-r1.ebuild,v 1.1 2013/08/29 15:04:15 idella4 Exp $ -inherit perl-app +EAPI=5 + +inherit perl-module DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" HOMEPAGE="http://code.google.com/p/innotop/" @@ -17,6 +19,7 @@ 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 |