diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-14 21:44:41 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-11-14 21:44:41 +0000 |
commit | 0d6f8ca2f200962318c08eeec90fe44528c6efc3 (patch) | |
tree | 5d89beb034d03ce678bc27f02a40cb0ca0fe5029 /dev-db/innotop | |
parent | Docs patch from bug #232983. (diff) | |
download | gentoo-2-0d6f8ca2f200962318c08eeec90fe44528c6efc3.tar.gz gentoo-2-0d6f8ca2f200962318c08eeec90fe44528c6efc3.tar.bz2 gentoo-2-0d6f8ca2f200962318c08eeec90fe44528c6efc3.zip |
Bug #177977, version bump.
(Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc2-00338-g65fc716 x86_64)
Diffstat (limited to 'dev-db/innotop')
-rw-r--r-- | dev-db/innotop/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.6.0.ebuild | 23 |
2 files changed, 30 insertions, 2 deletions
diff --git a/dev-db/innotop/ChangeLog b/dev-db/innotop/ChangeLog index 9fa03973e352..c04c981ac82e 100644 --- a/dev-db/innotop/ChangeLog +++ b/dev-db/innotop/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-db/innotop -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.4 2007/03/19 03:43:12 kloeri Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.5 2008/11/14 21:44:41 robbat2 Exp $ + +*innotop-1.6.0 (14 Nov 2008) + + 14 Nov 2008; Robin H. Johnson <robbat2@gentoo.org> +innotop-1.6.0.ebuild: + Bug #177977, version bump. 19 Mar 2007; Bryan Østergaard <kloeri@gentoo.org> metadata.xml: Remove vivo from metadata.xml due to retirement. diff --git a/dev-db/innotop/innotop-1.6.0.ebuild b/dev-db/innotop/innotop-1.6.0.ebuild new file mode 100644 index 000000000000..eb85f4fd3117 --- /dev/null +++ b/dev-db/innotop/innotop-1.6.0.ebuild @@ -0,0 +1,23 @@ +# 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.1 2008/11/14 21:44:41 robbat2 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 + dev-perl/Term-ANSIColor + virtual/perl-Time-HiRes" + +src_install() { + perl-module_src_install +} |