summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-08-29 15:44:33 +0000
committerIan Delaney <idella4@gentoo.org>2013-08-29 15:44:33 +0000
commit2dcadda7615ea8f6f7a7f54f67a49921a1608996 (patch)
treef559fd4f02bdba8de3fef840f7beffd41fc311ba /dev-db/mtop
parentMask =dev-db/mariadb-5.1.67 because of the security bug #446240 (diff)
downloadgentoo-2-2dcadda7615ea8f6f7a7f54f67a49921a1608996.tar.gz
gentoo-2-2dcadda7615ea8f6f7a7f54f67a49921a1608996.tar.bz2
gentoo-2-2dcadda7615ea8f6f7a7f54f67a49921a1608996.zip
revbump -> EAPI 5, remove old
(Portage version: 2.2.0/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-db/mtop')
-rw-r--r--dev-db/mtop/ChangeLog8
-rw-r--r--dev-db/mtop/mtop-0.6.6-r2.ebuild (renamed from dev-db/mtop/mtop-0.6.6-r1.ebuild)6
-rw-r--r--dev-db/mtop/mtop-0.6.6.ebuild28
3 files changed, 11 insertions, 31 deletions
diff --git a/dev-db/mtop/ChangeLog b/dev-db/mtop/ChangeLog
index c99c7002eb9d..a82f684d1333 100644
--- a/dev-db/mtop/ChangeLog
+++ b/dev-db/mtop/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-db/mtop
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.11 2013/05/10 08:15:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.12 2013/08/29 15:44:33 idella4 Exp $
+
+*mtop-0.6.6-r2 (29 Aug 2013)
+
+ 29 Aug 2013; Ian Delaney <idella4@gentoo.org> +mtop-0.6.6-r2.ebuild,
+ -mtop-0.6.6-r1.ebuild, -mtop-0.6.6.ebuild:
+ revbump -> EAPI 5, remove old
10 May 2013; Patrick Lauer <patrick@gentoo.org> mtop-0.6.6-r1.ebuild:
Cleanups
diff --git a/dev-db/mtop/mtop-0.6.6-r1.ebuild b/dev-db/mtop/mtop-0.6.6-r2.ebuild
index d51a5566f53b..64cdcae7fee1 100644
--- a/dev-db/mtop/mtop-0.6.6-r1.ebuild
+++ b/dev-db/mtop/mtop-0.6.6-r2.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6-r1.ebuild,v 1.2 2013/05/10 08:15:25 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6-r2.ebuild,v 1.1 2013/08/29 15:44:33 idella4 Exp $
-EAPI=2
+EAPI=5
inherit perl-app
DESCRIPTION="Mysql top monitors a MySQL server"
@@ -41,9 +41,11 @@ src_install() {
warnmsg() {
einfo "Upstream no longer maintains mtop. You should consider dev-db/mytop instead."
}
+
pkg_postinst() {
warnmsg
}
+
pkg_preinst() {
warnmsg
}
diff --git a/dev-db/mtop/mtop-0.6.6.ebuild b/dev-db/mtop/mtop-0.6.6.ebuild
deleted file mode 100644
index 6c17fe05271d..000000000000
--- a/dev-db/mtop/mtop-0.6.6.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/mtop-0.6.6.ebuild,v 1.9 2007/07/13 06:38:59 mr_bones_ Exp $
-
-inherit perl-app
-
-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="~x86 ~amd64 ~ppc"
-IUSE=""
-DEPEND="dev-perl/Curses
- dev-perl/DBI
- dev-perl/DBD-mysql
- virtual/perl-libnet"
-
-src_compile() {
- perl-app_src_prep || die "Perl module preparation failed."
- perl-app_src_compile || die "Perl module compilation failed."
- perl-module_src_test || die "Perl module tests failed."
-}
-
-src_install() {
- perl-module_src_install || die "Perl module installation failed."
- dodoc ChangeLog COPYING README README.devel
-}