summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2013-01-18 02:16:49 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2013-01-18 02:16:49 +0000
commit24c8c88c2eba4ab9afad7ba37d01f9da1211a7f3 (patch)
tree519156f9703ef2d80c78df35d2f533616e4aaec6 /dev-db
parentDrop ~x64-freebsd keyword because USE=vim-syntax is not prefix-safe. (diff)
downloadgentoo-2-24c8c88c2eba4ab9afad7ba37d01f9da1211a7f3.tar.gz
gentoo-2-24c8c88c2eba4ab9afad7ba37d01f9da1211a7f3.tar.bz2
gentoo-2-24c8c88c2eba4ab9afad7ba37d01f9da1211a7f3.zip
Bug #422521: bump.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/innotop/ChangeLog10
-rw-r--r--dev-db/innotop/innotop-1.9.0.ebuild23
2 files changed, 30 insertions, 3 deletions
diff --git a/dev-db/innotop/ChangeLog b/dev-db/innotop/ChangeLog
index ce17bcb52387..0f3ffeb82295 100644
--- a/dev-db/innotop/ChangeLog
+++ b/dev-db/innotop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/innotop
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.7 2010/01/31 07:32:31 robbat2 Exp $
+# 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 $
+
+*innotop-1.9.0 (18 Jan 2013)
+
+ 18 Jan 2013; Robin H. Johnson <robbat2@gentoo.org> +innotop-1.9.0.ebuild:
+ Bug #422521: bump.
*innotop-1.7.2 (31 Jan 2010)
@@ -34,4 +39,3 @@
08 Nov 2006; Francesco Riosa <vivo@gentoo.org> +innotop-0.1.154.ebuild:
Initial commit, "Xaprb" alias "Baron Schwartz" alias upstream has been kindly
enough to provide the ebuild, added it to the tree, fixing bug #147600.
-
diff --git a/dev-db/innotop/innotop-1.9.0.ebuild b/dev-db/innotop/innotop-1.9.0.ebuild
new file mode 100644
index 000000000000..5ecfdcee8b43
--- /dev/null
+++ b/dev-db/innotop/innotop-1.9.0.ebuild
@@ -0,0 +1,23 @@
+# 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 $
+
+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
+}