diff options
author | Torsten Veller <tove@gentoo.org> | 2008-11-18 16:01:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-11-18 16:01:44 +0000 |
commit | 62017f2c1af5d3819b097f9ae2ccbdbf568a1fd6 (patch) | |
tree | 475a88f5063d861dcf3c951467a6b4ae2a5cdf68 /dev-db/innotop | |
parent | New virtuals: module-build (diff) | |
download | historical-62017f2c1af5d3819b097f9ae2ccbdbf568a1fd6.tar.gz historical-62017f2c1af5d3819b097f9ae2ccbdbf568a1fd6.tar.bz2 historical-62017f2c1af5d3819b097f9ae2ccbdbf568a1fd6.zip |
New virtuals: Term-ANSIColor
Package-Manager: portage-2.2_rc14/cvs/Linux 2.6.26-tuxonice i686
Diffstat (limited to 'dev-db/innotop')
-rw-r--r-- | dev-db/innotop/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.4.0.ebuild | 6 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.6.0.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-db/innotop/ChangeLog b/dev-db/innotop/ChangeLog index c04c981ac82e..a1c7699a2fc8 100644 --- a/dev-db/innotop/ChangeLog +++ b/dev-db/innotop/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/innotop # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/innotop/ChangeLog,v 1.6 2008/11/18 16:00:47 tove Exp $ + + 18 Nov 2008; Torsten Veller <tove@gentoo.org> innotop-1.4.0.ebuild, + innotop-1.6.0.ebuild: + New virtuals: Term-ANSIColor *innotop-1.6.0 (14 Nov 2008) diff --git a/dev-db/innotop/innotop-1.4.0.ebuild b/dev-db/innotop/innotop-1.4.0.ebuild index b5a2493ab29a..1bb90a65c27a 100644 --- a/dev-db/innotop/innotop-1.4.0.ebuild +++ b/dev-db/innotop/innotop-1.4.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.1 2007/03/04 16:11:14 vivo Exp $ +# $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 @@ -15,7 +15,7 @@ IUSE="" DEPEND="dev-perl/DBD-mysql dev-perl/TermReadKey - dev-perl/Term-ANSIColor + virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes" src_install() { diff --git a/dev-db/innotop/innotop-1.6.0.ebuild b/dev-db/innotop/innotop-1.6.0.ebuild index eb85f4fd3117..a3120f62c51e 100644 --- a/dev-db/innotop/innotop-1.6.0.ebuild +++ b/dev-db/innotop/innotop-1.6.0.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $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 @@ -15,7 +15,7 @@ IUSE="" DEPEND="dev-perl/DBD-mysql dev-perl/TermReadKey - dev-perl/Term-ANSIColor + virtual/perl-Term-ANSIColor virtual/perl-Time-HiRes" src_install() { |