grknight    14/05/08 01:19:27

  Modified:             ChangeLog
  Added:                mtop-0.6.6-r3.ebuild
  Removed:              mtop-0.6.6-r2.ebuild
  Log:
  Revision bump, replace broken ebuild that defined src_prepare twice and
  other cleanup
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
67C78E1D)

Revision  Changes    Path
1.13                 dev-db/mtop/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mtop/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mtop/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mtop/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   29 Aug 2013 15:44:33 -0000      1.12
+++ ChangeLog   8 May 2014 01:19:27 -0000       1.13
@@ -1,6 +1,13 @@
 # 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.12 2013/08/29 
15:44:33 idella4 Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mtop/ChangeLog,v 1.13 2014/05/08 
01:19:27 grknight Exp $
+
+*mtop-0.6.6-r3 (08 May 2014)
+
+  08 May 2014; Brian Evans <[email protected]> +mtop-0.6.6-r3.ebuild,
+  -mtop-0.6.6-r2.ebuild:
+  Revision bump, replace broken ebuild that defined src_prepare twice and  
other
+  cleanup
 
 *mtop-0.6.6-r2 (29 Aug 2013)
 



1.1                  dev-db/mtop/mtop-0.6.6-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mtop/mtop-0.6.6-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mtop/mtop-0.6.6-r3.ebuild?rev=1.1&content-type=text/plain

Index: mtop-0.6.6-r3.ebuild
===================================================================
# Copyright 1999-2014 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-r3.ebuild,v 1.1 
2014/05/08 01:19:27 grknight Exp $

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
}




Reply via email to