diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-08 21:16:29 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2021-04-08 21:16:47 +0200 |
commit | 9ad45d8cccf3219962f9701e6f962fe07eefcd3b (patch) | |
tree | 77c37358c1d0ace7de176e580f7b09b2803381bc /dev-db/innotop | |
parent | sys-cluster/galera: bump to v26.4.8 (diff) | |
download | gentoo-9ad45d8cccf3219962f9701e6f962fe07eefcd3b.tar.gz gentoo-9ad45d8cccf3219962f9701e6f962fe07eefcd3b.tar.bz2 gentoo-9ad45d8cccf3219962f9701e6f962fe07eefcd3b.zip |
dev-db/innotop: bump to v1.13.0
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-db/innotop')
-rw-r--r-- | dev-db/innotop/Manifest | 1 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.13.0.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/dev-db/innotop/Manifest b/dev-db/innotop/Manifest index cd0a7d3c4731..2f84721246aa 100644 --- a/dev-db/innotop/Manifest +++ b/dev-db/innotop/Manifest @@ -1 +1,2 @@ DIST innotop-1.12.0.tar.gz 182854 BLAKE2B 1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e88885a36910bf892cc4f69abd044a4494 SHA512 bc650cd8fb5e5b83f12ccccc852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635 +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 000000000000..b805ab92c534 --- /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 +} |