diff options
author | Francesco Riosa <vivo@gentoo.org> | 2006-11-15 14:09:09 +0000 |
---|---|---|
committer | Francesco Riosa <vivo@gentoo.org> | 2006-11-15 14:09:09 +0000 |
commit | 3300c79238c1ec301cbf66c8465ef09d010e989a (patch) | |
tree | 1c16b211f58a706fad78b7c8ee77cf24f04e779f | |
parent | Marked stable on x86. (diff) | |
download | gentoo-2-3300c79238c1ec301cbf66c8465ef09d010e989a.tar.gz gentoo-2-3300c79238c1ec301cbf66c8465ef09d010e989a.tar.bz2 gentoo-2-3300c79238c1ec301cbf66c8465ef09d010e989a.zip |
version bump
(Portage version: 2.1.1-r1)
-rw-r--r-- | dev-db/innotop/ChangeLog | 8 | ||||
-rw-r--r-- | dev-db/innotop/files/digest-innotop-0.1.160 | 3 | ||||
-rw-r--r-- | dev-db/innotop/innotop-0.1.160.ebuild | 23 |
3 files changed, 33 insertions, 1 deletions
diff --git a/dev-db/innotop/ChangeLog b/dev-db/innotop/ChangeLog index a4521dedceec..3e15db51024f 100644 --- a/dev-db/innotop/ChangeLog +++ b/dev-db/innotop/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-db/innotop # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.1 2006/11/08 22:20:15 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.2 2006/11/15 14:09:09 vivo Exp $ + +*innotop-0.1.160 (15 Nov 2006) + + 15 Nov 2006; Francesco Riosa <vivo@gentoo.org> -innotop-0.1.154.ebuild, + +innotop-0.1.160.ebuild: + version bump 08 Nov 2006; Francesco Riosa <vivo@gentoo.org> +innotop-0.1.154.ebuild: Initial commit, "Xaprb" alias "Baron Schwartz" alias upstream has been kindly diff --git a/dev-db/innotop/files/digest-innotop-0.1.160 b/dev-db/innotop/files/digest-innotop-0.1.160 new file mode 100644 index 000000000000..d6cc59f4ce42 --- /dev/null +++ b/dev-db/innotop/files/digest-innotop-0.1.160 @@ -0,0 +1,3 @@ +MD5 de400da5d88abe8dc50bf9dc495138cf innotop-0.1.160.tar.gz 50223 +RMD160 59dd3a368ff8fa347af48df253f71856ed5fe7d9 innotop-0.1.160.tar.gz 50223 +SHA256 0ecc7fa818b74569ac0e851ea9c5710059fff973882324f16231ec3a4d902284 innotop-0.1.160.tar.gz 50223 diff --git a/dev-db/innotop/innotop-0.1.160.ebuild b/dev-db/innotop/innotop-0.1.160.ebuild new file mode 100644 index 000000000000..49b0aa19a052 --- /dev/null +++ b/dev-db/innotop/innotop-0.1.160.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/innotop-0.1.160.ebuild,v 1.1 2006/11/15 14:09:09 vivo Exp $ + +inherit perl-app + +DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but with many more features" +HOMEPAGE="http://www.xaprb.com/innotop/" +SRC_URI="http://www.xaprb.com/innotop/src/${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 +} |