grknight 14/10/21 20:20:54 Modified: ChangeLog Added: innotop-1.9.1.ebuild Log: Version bump (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.10 dev-db/innotop/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/innotop/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/innotop/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/innotop/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 29 Aug 2013 15:04:15 -0000 1.9 +++ ChangeLog 21 Oct 2014 20:20:54 -0000 1.10 @@ -1,6 +1,11 @@ # 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.9 2013/08/29 15:04:15 idella4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.10 2014/10/21 20:20:54 grknight Exp $ + +*innotop-1.9.1 (21 Oct 2014) + + 21 Oct 2014; Brian Evans <grkni...@gentoo.org> +innotop-1.9.1.ebuild: + Version bump *innotop-1.9.0-r1 (29 Aug 2013) 1.1 dev-db/innotop/innotop-1.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/innotop/innotop-1.9.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/innotop/innotop-1.9.1.ebuild?rev=1.1&content-type=text/plain Index: innotop-1.9.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/innotop-1.9.1.ebuild,v 1.1 2014/10/21 20:20:54 grknight Exp $ 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/" 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_TEST="do" src_install() { perl-module_src_install }