Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mtop/files/, profiles/, dev-db/mtop/
Date: Tue, 07 Dec 2021 09:55:26
Message-Id: 1638870725.8835117aff7d096fe13f8b35ada6f9ba0082a9ee.jsmolic@gentoo
1 commit: 8835117aff7d096fe13f8b35ada6f9ba0082a9ee
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 09:52:05 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 09:52:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8835117a
7
8 dev-db/mtop: treeclean
9
10 Closes: https://bugs.gentoo.org/819675
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-db/mtop/Manifest | 1 -
14 dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch | 12 --------
15 dev-db/mtop/metadata.xml | 11 --------
16 dev-db/mtop/mtop-0.6.6-r3.ebuild | 33 ----------------------
17 profiles/package.mask | 6 ----
18 5 files changed, 63 deletions(-)
19
20 diff --git a/dev-db/mtop/Manifest b/dev-db/mtop/Manifest
21 deleted file mode 100644
22 index a70a11d24ef1..000000000000
23 --- a/dev-db/mtop/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST mtop-0.6.6.tar.gz 48161 BLAKE2B 6e1716d3b4b1617b1b78ae0bac3e363b17264bccd65a0b5831a7cf574fbf7826f5041829084c5af614d1f922eb368e33db8d31f0b12103d18661e7aaa6681616 SHA512 9befb1d44ef537c4abe0246ebbf20019499875d7e8efeac2fd1cf068dc577c2809bb0333ebf633982852446a0160d73ccfa0006dcfa42f7d95bbbf765f12ce17
27
28 diff --git a/dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch b/dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch
29 deleted file mode 100644
30 index 1d10acc42a99..000000000000
31 --- a/dev-db/mtop/files/mtop-0.6.6-globalstatusfix.patch
32 +++ /dev/null
33 @@ -1,12 +0,0 @@
34 -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
35 ---- mtop-0.6.6/work/mtop-0.6.6/mtop.PL 2004-09-13 00:22:03.000000000 +0200
36 -+++ mtop-0.6.6-r1/work/mtop-0.6.6/mtop.PL 2009-12-08 15:04:56.000000000 +0100
37 -@@ -568,7 +568,7 @@
38 - die "Unable to connect to mysql [", $DBI::errstr, "]\n";
39 -
40 - my $st_procs = $dbh->prepare("show full processlist");
41 --my $st_status = $dbh->prepare("show status");
42 -+my $st_status = $dbh->prepare("show global status");
43 - my $st_kill = $dbh->prepare("kill ?");
44 - my $st_flush = $dbh->prepare("flush status");
45 - my $st_vars = $dbh->prepare("show variables");
46
47 diff --git a/dev-db/mtop/metadata.xml b/dev-db/mtop/metadata.xml
48 deleted file mode 100644
49 index 8dd097be54f1..000000000000
50 --- a/dev-db/mtop/metadata.xml
51 +++ /dev/null
52 @@ -1,11 +0,0 @@
53 -<?xml version="1.0" encoding="UTF-8"?>
54 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
55 -<pkgmetadata>
56 - <maintainer type="project">
57 - <email>mysql-bugs@g.o</email>
58 - <name>MySQL</name>
59 - </maintainer>
60 - <upstream>
61 - <remote-id type="sourceforge">mtop</remote-id>
62 - </upstream>
63 -</pkgmetadata>
64
65 diff --git a/dev-db/mtop/mtop-0.6.6-r3.ebuild b/dev-db/mtop/mtop-0.6.6-r3.ebuild
66 deleted file mode 100644
67 index 9a6df615b6d3..000000000000
68 --- a/dev-db/mtop/mtop-0.6.6-r3.ebuild
69 +++ /dev/null
70 @@ -1,33 +0,0 @@
71 -# Copyright 1999-2014 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=5
75 -inherit perl-module
76 -
77 -DESCRIPTION="Mysql top monitors a MySQL server"
78 -HOMEPAGE="http://mtop.sourceforge.net"
79 -SRC_URI="mirror://sourceforge/mtop/${P}.tar.gz"
80 -LICENSE="GPL-2"
81 -SLOT="0"
82 -KEYWORDS="~amd64 ~ppc ~x86"
83 -IUSE=""
84 -DEPEND="dev-perl/Curses
85 - dev-perl/DBI
86 - dev-perl/DBD-mysql
87 - virtual/perl-libnet"
88 -RDEPEND="${DEPEND}"
89 -
90 -PATCHES=( "${FILESDIR}"/mtop-0.6.6-globalstatusfix.patch )
91 -DOCS=( ChangeLog README README.devel )
92 -
93 -warnmsg() {
94 - einfo "Upstream no longer maintains mtop. You should consider dev-db/mytop instead."
95 -}
96 -
97 -pkg_postinst() {
98 - warnmsg
99 -}
100 -
101 -pkg_preinst() {
102 - warnmsg
103 -}
104
105 diff --git a/profiles/package.mask b/profiles/package.mask
106 index fc0c1da7044e..33f7ed933b8f 100644
107 --- a/profiles/package.mask
108 +++ b/profiles/package.mask
109 @@ -639,12 +639,6 @@ media-video/clive
110 # Removal on 2021-12-07. Bug #811168.
111 app-misc/rundeck-bin
112
113 -# Jakov Smolić <jsmolic@g.o> (2021-11-07)
114 -# Dead upstream, uses EAPI 5, no revdeps.
115 -# Replaced by dev-db/mytop.
116 -# Removal on 2021-12-07. Bug #819675.
117 -dev-db/mtop
118 -
119 # Sam James <sam@g.o> (2021-11-03)
120 # Known issues with YAMA (kernel.yama.ptrace_scope=1) which is on by default
121 # in at least the sys-kernel/gento-kernel kernel config.