Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/innotop/
Date: Mon, 03 Dec 2018 00:08:15
Message-Id: 1543795677.aa78791e670d67e1602efd8fcd07ed84558face9.whissi@gentoo
1 commit: aa78791e670d67e1602efd8fcd07ed84558face9
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 2 22:33:29 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 3 00:07:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa78791e
7
8 dev-db/innotop: bump to v1.12.0
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-db/innotop/Manifest | 1 +
14 dev-db/innotop/innotop-1.12.0.ebuild | 27 +++++++++++++++++++++++++++
15 2 files changed, 28 insertions(+)
16
17 diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest
18 index 4962464753c..fdab76e8375 100644
19 --- a/dev-db/innotop/Manifest
20 +++ b/dev-db/innotop/Manifest
21 @@ -1,2 +1,3 @@
22 DIST innotop-1.11.1.tar.gz 178295 BLAKE2B d863ca92baf30d8570116892bbb3587233bfaf01cd7a3e20d659a0c6f39016c7f735961a94f2b63db2db9f01ab4ed8f87a767157ec6d4b243790c3d2d33cf460 SHA512 49654e8ed81f5690c7e80fb169ad514caedb8d62e22bddc12cc234701875bc8ca7e2cc79061c10557d63dadbb40f2328a58b38dcf8aa60469c0c1558dbf0bed9
23 DIST innotop-1.11.4.tar.gz 179683 BLAKE2B 972a5304e97dd430ff59f1683da782b23633a82c47491704b42d46036ca30458ec961b2e071d983905217d18007430f9732e65de2fabf72bf05838af259d30ab SHA512 678d57074fd4fc87c93032052b87dc187cfe273e99fef8ec8f93131f8d885613bacda7b900f56e7572a6cc51c36c26fe1968e55dd1736b8509fb6e269c9d2aff
24 +DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e88885a36910bf892cc4f69abd044a4494 SHA512 bc650cd8fb5e5b83f12ccccc852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635
25
26 diff --git a/dev-db/innotop/innotop-1.12.0.ebuild b/dev-db/innotop/innotop-1.12.0.ebuild
27 new file mode 100644
28 index 00000000000..d1f0d89c491
29 --- /dev/null
30 +++ b/dev-db/innotop/innotop-1.12.0.ebuild
31 @@ -0,0 +1,27 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +
37 +inherit perl-module
38 +
39 +DESCRIPTION="A text-mode MySQL and InnoDB monitor like mytop, but with many more features"
40 +HOMEPAGE="https://github.com/innotop/innotop"
41 +SRC_URI="https://github.com/innotop/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 +
43 +LICENSE="|| ( Artistic GPL-2 )"
44 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
45 +SLOT="0"
46 +IUSE=""
47 +
48 +DEPEND="dev-perl/DBI
49 + dev-perl/DBD-mysql
50 + dev-perl/TermReadKey
51 + virtual/perl-Term-ANSIColor
52 + virtual/perl-Time-HiRes"
53 +
54 +DIST_TEST="do parallel"
55 +
56 +src_install() {
57 + perl-module_src_install
58 +}