diff options
author | David Seifert <soap@gentoo.org> | 2022-07-02 17:40:04 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-07-02 17:40:04 +0200 |
commit | 563a40c7005f171541100cc701d9baabf7eaa904 (patch) | |
tree | 2c6ce1ed68af5673d0944e8d6c45fa2a68bf9299 /dev-db | |
parent | dev-vcs/subversion: drop 1.14.1 (diff) | |
download | gentoo-563a40c7005f171541100cc701d9baabf7eaa904.tar.gz gentoo-563a40c7005f171541100cc701d9baabf7eaa904.tar.bz2 gentoo-563a40c7005f171541100cc701d9baabf7eaa904.zip |
dev-db/innotop: drop 1.12.0
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/innotop/Manifest | 1 | ||||
-rw-r--r-- | dev-db/innotop/innotop-1.12.0.ebuild | 27 |
2 files changed, 0 insertions, 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 1470f21fe7882e920966a856365586c37461c955f0d07ea72a9bffa16b1a112fe5daa2dec585f888c90570d28f9af4e88885a36910bf892cc4f69abd044a4494 SHA512 bc650cd8fb5e5b83f12ccccc852802d676500d7241fe0beaa2a67c3dcca90ab06f329f0a6750789b6097ab201630b9ecf494159086d904ce7c1cfe7aefb5a635 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..000000000000 --- 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 -} |