commit:     8835117aff7d096fe13f8b35ada6f9ba0082a9ee
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  7 09:52:05 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Dec  7 09:52:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8835117a

dev-db/mtop: treeclean

Closes: https://bugs.gentoo.org/819675
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/mtop/Manifest                               |  1 -
 dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch | 12 --------
 dev-db/mtop/metadata.xml                           | 11 --------
 dev-db/mtop/mtop-0.6.6-r3.ebuild                   | 33 ----------------------
 profiles/package.mask                              |  6 ----
 5 files changed, 63 deletions(-)

diff --git a/dev-db/mtop/Manifest b/dev-db/mtop/Manifest
deleted file mode 100644
index a70a11d24ef1..000000000000
--- a/dev-db/mtop/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mtop-0.6.6.tar.gz 48161 BLAKE2B 
6e1716d3b4b1617b1b78ae0bac3e363b17264bccd65a0b5831a7cf574fbf7826f5041829084c5af614d1f922eb368e33db8d31f0b12103d18661e7aaa6681616
 SHA512 
9befb1d44ef537c4abe0246ebbf20019499875d7e8efeac2fd1cf068dc577c2809bb0333ebf633982852446a0160d73ccfa0006dcfa42f7d95bbbf765f12ce17

diff --git a/dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch 
b/dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch
deleted file mode 100644
index 1d10acc42a99..000000000000
--- a/dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur mtop-0.6.6/work/mtop-0.6.6/mtop.PL 
mtop-0.6.6-r1/work/mtop-0.6.6/mtop.PL
---- mtop-0.6.6/work/mtop-0.6.6/mtop.PL 2004-09-13 00:22:03.000000000 +0200
-+++ mtop-0.6.6-r1/work/mtop-0.6.6/mtop.PL      2009-12-08 15:04:56.000000000 
+0100
-@@ -568,7 +568,7 @@
-     die "Unable to connect to mysql [", $DBI::errstr, "]\n";
- 
- my $st_procs   = $dbh->prepare("show full processlist");
--my $st_status  = $dbh->prepare("show status");
-+my $st_status  = $dbh->prepare("show global status");
- my $st_kill    = $dbh->prepare("kill ?");
- my $st_flush   = $dbh->prepare("flush status");
- my $st_vars    = $dbh->prepare("show variables");

diff --git a/dev-db/mtop/metadata.xml b/dev-db/mtop/metadata.xml
deleted file mode 100644
index 8dd097be54f1..000000000000
--- a/dev-db/mtop/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>MySQL</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="sourceforge">mtop</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-db/mtop/mtop-0.6.6-r3.ebuild b/dev-db/mtop/mtop-0.6.6-r3.ebuild
deleted file mode 100644
index 9a6df615b6d3..000000000000
--- a/dev-db/mtop/mtop-0.6.6-r3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit perl-module
-
-DESCRIPTION="Mysql top monitors a MySQL server"
-HOMEPAGE="http://mtop.sourceforge.net";
-SRC_URI="mirror://sourceforge/mtop/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND="dev-perl/Curses
-       dev-perl/DBI
-       dev-perl/DBD-mysql
-       virtual/perl-libnet"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/mtop-0.6.6-globalstatusfix.patch )
-DOCS=( ChangeLog README README.devel )
-
-warnmsg() {
-       einfo "Upstream no longer maintains mtop. You should consider 
dev-db/mytop instead."
-}
-
-pkg_postinst() {
-       warnmsg
-}
-
-pkg_preinst() {
-       warnmsg
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index fc0c1da7044e..33f7ed933b8f 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -639,12 +639,6 @@ media-video/clive
 # Removal on 2021-12-07. Bug #811168.
 app-misc/rundeck-bin
 
-# Jakov Smolić <[email protected]> (2021-11-07)
-# Dead upstream, uses EAPI 5, no revdeps.
-# Replaced by dev-db/mytop.
-# Removal on 2021-12-07. Bug #819675.
-dev-db/mtop
-
 # Sam James <[email protected]> (2021-11-03)
 # Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default
 # in at least the sys-kernel/gento-kernel kernel config.

Reply via email to