[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2022-07-02 Thread David Seifert
commit: 563a40c7005f171541100cc701d9baabf7eaa904
Author: David Seifert  gentoo  org>
AuthorDate: Sat Jul  2 15:40:04 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sat Jul  2 15:40:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563a40c7

dev-db/innotop: drop 1.12.0

Signed-off-by: David Seifert  gentoo.org>

 dev-db/innotop/Manifest  |  1 -
 dev-db/innotop/innotop-1.12.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 2f84721246aa..b4906df387d8 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,2 +1 @@
-DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 
1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e5a36910bf892cc4f69abd044a4494
 SHA512 
bc650cd8fb5e5b83f12c852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635
 DIST innotop-1.13.0.tar.gz 189278 BLAKE2B 
0e7334c983aa441c130ded820e76afb72a324b52dc6b444fb5e5813dc09c19a656d42b449b43af682d61620305062929d87a78db4298e17bed36eca62ff6f53a
 SHA512 
827a6ec36355af023d24b85afdaabac44ef0c33c853c133d39f0725b2da3585cf1bc7b21e501d436a28ac6b798d9d502b4a81c2c9c28373abf91543519b4f45a

diff --git a/dev-db/innotop/innotop-1.12.0.ebuild 
b/dev-db/innotop/innotop-1.12.0.ebuild
deleted file mode 100644
index d1f0d89c491b..
--- a/dev-db/innotop/innotop-1.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/TermReadKey
-   virtual/perl-Term-ANSIColor
-   virtual/perl-Time-HiRes"
-
-DIST_TEST="do parallel"
-
-src_install() {
-   perl-module_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2021-04-08 Thread Thomas Deutschmann
commit: 9ad45d8cccf3219962f9701e6f962fe07eefcd3b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Apr  8 19:16:29 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Apr  8 19:16:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad45d8c

dev-db/innotop: bump to v1.13.0

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/innotop/Manifest  |  1 +
 dev-db/innotop/innotop-1.13.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index cd0a7d3c473..2f84721246a 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1 +1,2 @@
 DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 
1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e5a36910bf892cc4f69abd044a4494
 SHA512 
bc650cd8fb5e5b83f12c852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635
+DIST innotop-1.13.0.tar.gz 189278 BLAKE2B 
0e7334c983aa441c130ded820e76afb72a324b52dc6b444fb5e5813dc09c19a656d42b449b43af682d61620305062929d87a78db4298e17bed36eca62ff6f53a
 SHA512 
827a6ec36355af023d24b85afdaabac44ef0c33c853c133d39f0725b2da3585cf1bc7b21e501d436a28ac6b798d9d502b4a81c2c9c28373abf91543519b4f45a

diff --git a/dev-db/innotop/innotop-1.13.0.ebuild 
b/dev-db/innotop/innotop-1.13.0.ebuild
new file mode 100644
index 000..b805ab92c53
--- /dev/null
+++ b/dev-db/innotop/innotop-1.13.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+
+inherit perl-module
+
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
+HOMEPAGE="https://github.com/innotop/innotop;
+SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes"
+
+DIST_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2020-08-05 Thread Thomas Deutschmann
commit: b8e750ed81ec7ade8266570cf8e53c6c436c5767
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Aug  5 16:36:56 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Aug  5 16:36:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e750ed

dev-db/innotop: drop old

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/innotop/Manifest  |  2 --
 dev-db/innotop/innotop-1.11.1.ebuild | 27 ---
 dev-db/innotop/innotop-1.11.4.ebuild | 27 ---
 3 files changed, 56 deletions(-)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index fdab76e8375..cd0a7d3c473 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,3 +1 @@
-DIST innotop-1.11.1.tar.gz 178295 BLAKE2B 
d863ca92baf30d8570116892bbb3587233bfaf01cd7a3e20d659a0c6f39016c7f735961a94f2b63db2db9f01ab4ed8f87a767157ec6d4b243790c3d2d33cf460
 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
-DIST innotop-1.11.4.tar.gz 179683 BLAKE2B 
972a5304e97dd430ff59f1683da782b23633a82c47491704b42d46036ca30458ec961b2e071d983905217d18007430f9732e65de2fabf72bf05838af259d30ab
 SHA512 
678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff
 DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 
1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e5a36910bf892cc4f69abd044a4494
 SHA512 
bc650cd8fb5e5b83f12c852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
deleted file mode 100644
index cdc2f369ac5..000
--- a/dev-db/innotop/innotop-1.11.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/TermReadKey
-   virtual/perl-Term-ANSIColor
-   virtual/perl-Time-HiRes"
-
-DIST_TEST="do parallel"
-
-src_install() {
-   perl-module_src_install
-}

diff --git a/dev-db/innotop/innotop-1.11.4.ebuild 
b/dev-db/innotop/innotop-1.11.4.ebuild
deleted file mode 100644
index bb3180d850d..000
--- a/dev-db/innotop/innotop-1.11.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-SLOT="0"
-IUSE=""
-
-DEPEND="dev-perl/DBI
-   dev-perl/DBD-mysql
-   dev-perl/TermReadKey
-   virtual/perl-Term-ANSIColor
-   virtual/perl-Time-HiRes"
-
-DIST_TEST="do parallel"
-
-src_install() {
-   perl-module_src_install
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2018-12-02 Thread Thomas Deutschmann
commit: aa78791e670d67e1602efd8fcd07ed84558face9
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Dec  2 22:33:29 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Dec  3 00:07:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa78791e

dev-db/innotop: bump to v1.12.0

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-db/innotop/Manifest  |  1 +
 dev-db/innotop/innotop-1.12.0.ebuild | 27 +++
 2 files changed, 28 insertions(+)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 4962464753c..fdab76e8375 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,2 +1,3 @@
 DIST innotop-1.11.1.tar.gz 178295 BLAKE2B 
d863ca92baf30d8570116892bbb3587233bfaf01cd7a3e20d659a0c6f39016c7f735961a94f2b63db2db9f01ab4ed8f87a767157ec6d4b243790c3d2d33cf460
 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
 DIST innotop-1.11.4.tar.gz 179683 BLAKE2B 
972a5304e97dd430ff59f1683da782b23633a82c47491704b42d46036ca30458ec961b2e071d983905217d18007430f9732e65de2fabf72bf05838af259d30ab
 SHA512 
678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff
+DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 
1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e5a36910bf892cc4f69abd044a4494
 SHA512 
bc650cd8fb5e5b83f12c852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635

diff --git a/dev-db/innotop/innotop-1.12.0.ebuild 
b/dev-db/innotop/innotop-1.12.0.ebuild
new file mode 100644
index 000..d1f0d89c491
--- /dev/null
+++ b/dev-db/innotop/innotop-1.12.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+inherit perl-module
+
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
+HOMEPAGE="https://github.com/innotop/innotop;
+SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes"
+
+DIST_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2017-01-26 Thread Brian Evans
commit: 4a1227be101f33232a99e4c4cf838045428d4ce0
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jan 26 21:19:47 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jan 26 21:20:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a1227be

dev-db/innotop: Drop old versions and reference to google-code

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/innotop/Manifest|  2 --
 dev-db/innotop/innotop-1.9.0-r1.ebuild | 26 --
 dev-db/innotop/innotop-1.9.1.ebuild| 26 --
 dev-db/innotop/metadata.xml|  1 -
 4 files changed, 55 deletions(-)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 2c80145..214f88c 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,4 +1,2 @@
 DIST innotop-1.11.1.tar.gz 178295 SHA256 
c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
 WHIRLPOOL 
5b6162973be67821f46d580425a2ee23877687365cd6b87ca55c84d30115e02ce85197eacc80d30690f9523b711d16bcae9d87696eb78c10b8ea5db233948bb9
 DIST innotop-1.11.4.tar.gz 179683 SHA256 
fb0d7d2558e2198d9224b44dc4220d4c62e1b5b0069312012306275be39b4ab9 SHA512 
678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff
 WHIRLPOOL 
7f80d74c0e05a3d1dcc7285714ce97ef4f90c4b978519d2117b1be7fcb590f52c488f041f718016b08e6bf8a87abee99228628d2c0588ef35afe668b2ae22ed1
-DIST innotop-1.9.0.tar.gz 143179 SHA256 
bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a SHA512 
a3fe26b7e9e4a4608f6ef68e8cfefca080fd5799cc7780ffadd0b6bd0a0cfd035561bf6c10436f556b8fc79726304cae408343a231a57d02c74e3bd29b941a17
 WHIRLPOOL 
76226828f8c91608b03d49802cc082a77b552f7a482ab2186e71a4f9fb56662d17d4ee04c5187df78ca68a733ca4a710b3d6156e0b028375576c8abb9b7effd8
-DIST innotop-1.9.1.tar.gz 147677 SHA256 
117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d SHA512 
5c19891fc8df2cbf15f0df1af68501624ccb9d79c22a786e3a5fa4aa527be964392131da095a529f628c50528b196070f35009a49c9a87ae9f8bb2f4062e5ab5
 WHIRLPOOL 
b06b4c720333f433408d3f97355ad319aa3897bffa3f71da18462eb74e1d2065a60a0e91f55c26f37bb624530e18cf3e9acf4fdf7bb245e8555987eab3dee617

diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild 
b/dev-db/innotop/innotop-1.9.0-r1.ebuild
deleted file mode 100644
index 4de1af0..
--- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://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
-}

diff --git a/dev-db/innotop/innotop-1.9.1.ebuild 
b/dev-db/innotop/innotop-1.9.1.ebuild
deleted file mode 100644
index 4de1af0..
--- a/dev-db/innotop/innotop-1.9.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit perl-module
-
-DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
-HOMEPAGE="https://github.com/innotop/innotop;
-SRC_URI="https://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
-}

diff --git a/dev-db/innotop/metadata.xml b/dev-db/innotop/metadata.xml
index 1b122c0..05dc2a7 100644
--- a/dev-db/innotop/metadata.xml
+++ b/dev-db/innotop/metadata.xml
@@ -8,7 +8,6 @@
innotop - A text-mode MySQL and InnoDB monitor like 
mytop,
 but with many more features

-   innotop
innotop/innotop

 



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2017-01-26 Thread Brian Evans
commit: d5c598efbb5e374d3ef9d188ef0af4912171f90c
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Jan 26 21:17:10 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Jan 26 21:20:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c598ef

dev-db/innotop: Version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/innotop/Manifest  |  1 +
 dev-db/innotop/innotop-1.11.4.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 4ed8359..2c80145 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,3 +1,4 @@
 DIST innotop-1.11.1.tar.gz 178295 SHA256 
c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
 WHIRLPOOL 
5b6162973be67821f46d580425a2ee23877687365cd6b87ca55c84d30115e02ce85197eacc80d30690f9523b711d16bcae9d87696eb78c10b8ea5db233948bb9
+DIST innotop-1.11.4.tar.gz 179683 SHA256 
fb0d7d2558e2198d9224b44dc4220d4c62e1b5b0069312012306275be39b4ab9 SHA512 
678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff
 WHIRLPOOL 
7f80d74c0e05a3d1dcc7285714ce97ef4f90c4b978519d2117b1be7fcb590f52c488f041f718016b08e6bf8a87abee99228628d2c0588ef35afe668b2ae22ed1
 DIST innotop-1.9.0.tar.gz 143179 SHA256 
bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a SHA512 
a3fe26b7e9e4a4608f6ef68e8cfefca080fd5799cc7780ffadd0b6bd0a0cfd035561bf6c10436f556b8fc79726304cae408343a231a57d02c74e3bd29b941a17
 WHIRLPOOL 
76226828f8c91608b03d49802cc082a77b552f7a482ab2186e71a4f9fb56662d17d4ee04c5187df78ca68a733ca4a710b3d6156e0b028375576c8abb9b7effd8
 DIST innotop-1.9.1.tar.gz 147677 SHA256 
117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d SHA512 
5c19891fc8df2cbf15f0df1af68501624ccb9d79c22a786e3a5fa4aa527be964392131da095a529f628c50528b196070f35009a49c9a87ae9f8bb2f4062e5ab5
 WHIRLPOOL 
b06b4c720333f433408d3f97355ad319aa3897bffa3f71da18462eb74e1d2065a60a0e91f55c26f37bb624530e18cf3e9acf4fdf7bb245e8555987eab3dee617

diff --git a/dev-db/innotop/innotop-1.11.4.ebuild 
b/dev-db/innotop/innotop-1.11.4.ebuild
new file mode 100644
index ..0725058
--- /dev/null
+++ b/dev-db/innotop/innotop-1.11.4.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit perl-module
+
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
+HOMEPAGE="https://github.com/innotop/innotop;
+SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes"
+
+DIST_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2016-11-23 Thread Thomas Deutschmann
commit: 092b619572cc503cf5dbeaa6ccfbd8c8139f79b2
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 00:03:50 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 00:04:13 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=092b6195

dev-db/innotop: DESCRIPTION updated to make repoman happy

Package-Manager: portage-2.3.2

 dev-db/innotop/innotop-1.11.1.ebuild   | 2 +-
 dev-db/innotop/innotop-1.9.0-r1.ebuild | 4 ++--
 dev-db/innotop/innotop-1.9.1.ebuild| 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
index 46dee5b..83fbf27 100644
--- a/dev-db/innotop/innotop-1.11.1.ebuild
+++ b/dev-db/innotop/innotop-1.11.1.ebuild
@@ -6,7 +6,7 @@ EAPI="6"
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 

diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild 
b/dev-db/innotop/innotop-1.9.0-r1.ebuild
index afd5ff2..4de1af0 100644
--- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
+++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz;
 

diff --git a/dev-db/innotop/innotop-1.9.1.ebuild 
b/dev-db/innotop/innotop-1.9.1.ebuild
index c372db8..4de1af0 100644
--- a/dev-db/innotop/innotop-1.9.1.ebuild
+++ b/dev-db/innotop/innotop-1.9.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI=5
 
 inherit perl-module
 
-DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many 
more features"
 HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz;
 



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2016-11-23 Thread Thomas Deutschmann
commit: 666974d248b0a80f137ddb2effa827851a371732
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 24 00:00:04 2016 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 24 00:04:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=666974d2

dev-db/innotop: Bump to v1.11.1

First version without Google Code SRC_URI.

Package-Manager: portage-2.3.2

 dev-db/innotop/Manifest  |  1 +
 dev-db/innotop/innotop-1.11.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
index 6ba004e..4ed8359 100644
--- a/dev-db/innotop/Manifest
+++ b/dev-db/innotop/Manifest
@@ -1,2 +1,3 @@
+DIST innotop-1.11.1.tar.gz 178295 SHA256 
c93a4fb496ce1749aaaf0a70f0899ed1fa1aa5cd231208b6b3424285c77dc1b7 SHA512 
49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
 WHIRLPOOL 
5b6162973be67821f46d580425a2ee23877687365cd6b87ca55c84d30115e02ce85197eacc80d30690f9523b711d16bcae9d87696eb78c10b8ea5db233948bb9
 DIST innotop-1.9.0.tar.gz 143179 SHA256 
bc2669ea88fb728c6c4ed9c695c4d0b7b9ae5df0f158ef23e8853694bf4f240a SHA512 
a3fe26b7e9e4a4608f6ef68e8cfefca080fd5799cc7780ffadd0b6bd0a0cfd035561bf6c10436f556b8fc79726304cae408343a231a57d02c74e3bd29b941a17
 WHIRLPOOL 
76226828f8c91608b03d49802cc082a77b552f7a482ab2186e71a4f9fb56662d17d4ee04c5187df78ca68a733ca4a710b3d6156e0b028375576c8abb9b7effd8
 DIST innotop-1.9.1.tar.gz 147677 SHA256 
117e5af58a83af79b6cf99877b25b1479197597be5a7d51b245a0ad9c69f4d3d SHA512 
5c19891fc8df2cbf15f0df1af68501624ccb9d79c22a786e3a5fa4aa527be964392131da095a529f628c50528b196070f35009a49c9a87ae9f8bb2f4062e5ab5
 WHIRLPOOL 
b06b4c720333f433408d3f97355ad319aa3897bffa3f71da18462eb74e1d2065a60a0e91f55c26f37bb624530e18cf3e9acf4fdf7bb245e8555987eab3dee617

diff --git a/dev-db/innotop/innotop-1.11.1.ebuild 
b/dev-db/innotop/innotop-1.11.1.ebuild
new file mode 100644
index ..46dee5b
--- /dev/null
+++ b/dev-db/innotop/innotop-1.11.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+inherit perl-module
+
+DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
+HOMEPAGE="https://github.com/innotop/innotop;
+SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( Artistic GPL-2 )"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+SLOT="0"
+IUSE=""
+
+DEPEND="dev-perl/DBI
+   dev-perl/DBD-mysql
+   dev-perl/TermReadKey
+   virtual/perl-Term-ANSIColor
+   virtual/perl-Time-HiRes"
+
+DIST_TEST="do parallel"
+
+src_install() {
+   perl-module_src_install
+}



[gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/

2015-09-01 Thread Tobias Klausmann
commit: 970e648e8baef0d5447d15ec7107b50b2341677f
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue Sep  1 18:58:43 2015 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue Sep  1 18:58:43 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=970e648e

dev-db/innotop: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 dev-db/innotop/innotop-1.9.0-r1.ebuild | 2 +-
 dev-db/innotop/innotop-1.9.1.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/innotop/innotop-1.9.0-r1.ebuild 
b/dev-db/innotop/innotop-1.9.0-r1.ebuild
index ea07fae..afd5ff2 100644
--- a/dev-db/innotop/innotop-1.9.0-r1.ebuild
+++ b/dev-db/innotop/innotop-1.9.0-r1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit perl-module
 
 DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
-HOMEPAGE="https://code.google.com/p/innotop/;
+HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="|| ( Artistic GPL-2 )"

diff --git a/dev-db/innotop/innotop-1.9.1.ebuild 
b/dev-db/innotop/innotop-1.9.1.ebuild
index fd282e2..c372db8 100644
--- a/dev-db/innotop/innotop-1.9.1.ebuild
+++ b/dev-db/innotop/innotop-1.9.1.ebuild
@@ -7,7 +7,7 @@ EAPI=5
 inherit perl-module
 
 DESCRIPTION="innotop - A text-mode MySQL and InnoDB monitor like mytop, but 
with many more features"
-HOMEPAGE="https://code.google.com/p/innotop/;
+HOMEPAGE="https://github.com/innotop/innotop;
 SRC_URI="https://innotop.googlecode.com/files/${P}.tar.gz;
 
 LICENSE="|| ( Artistic GPL-2 )"