ChangeLog

# ChangeLog for dev-db/mytop
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/ChangeLog,v 1.15 2006/12/10 17:09:25 vivo Exp $

10 Dec 2006; Francesco Riosa mytop-1.4.ebuild:
fix dev-db/mytop-1.4 - wrong perl-core/Getopt-Long dependency bug #157674,
thanks Jakub

13 Feb 2006; mytop-1.4.ebuild:
Virtual for perl-core dep

26 Dec 2005; Jason Wever mytop-1.4.ebuild:
Stable on SPARC wrt bug #116453.

23 Dec 2005; Tobias Scherbaum mytop-1.4.ebuild:
Marked ppc stable, #116453

23 Dec 2005; Mark Loeser mytop-1.4.ebuild:
Stable on x86; bug #116453

28 Nov 2005; mytop-1.4.ebuild:
Switched from perl-module to perl-app eclass

10 Sep 2005; Aron Griffis mytop-1.4.ebuild:
Mark 1.4 stable on alpha

25 May 2005; Michael Cummings mytop-1.4.ebuild:
dev-perl/Time-HiRes => perl-core/Time-HiRes migration

25 May 2005; Michael Cummings mytop-1.4.ebuild:
dev-perl/Getopt-Long => perl-core/Getopt-Long migration

23 Jan 2005; Jan Brinkmann mytop-1.4.ebuild:
stable on amd64, fixes #72953

29 Jun 2004; Aron Griffis mytop-1.4.ebuild:
add sed-4 dep

26 Jun 2004; Stuart Herbert mytop-1.4.ebuild:
Added missing dependencies; this can be marked stable when all the
dependencies are stable

*mytop-1.4 (03 May 2004)

03 May 2004; Robin H. Johnson mytop-1.4.ebuild:
initial commit, original ebuild from bug #36608, Adam Gent
.

Manifest

DIST mytop-1.4.tar.gz 18723 RMD160 727f28da3ee440bcec2d950370a16af92e46c105 SHA1 a4629403a3c73287d43d1fb2ed0a3362fccb2e43 SHA256 0ac19a2cd16b4a25d0741c1cee9b056557aea18bb617edd9329a0b78927049dc
EBUILD mytop-1.4.ebuild 761 RMD160 6eb8da5bcd9b0e9194b4447f283b5680ccdb0445 SHA1 4da537a16066d00d1af8cfcb3c5f076d740c31d9 SHA256 968bf19188150cf768f808b1fa191425d0e6e03887fb876847fda25c8cf43380
MISC ChangeLog 1751 RMD160 0988a7798c2437c8fd7ede563f59dc11a0b3f6d5 SHA1 9b90eb2337e21e924628c736e839bf00693ec8a0 SHA256 056cd6b304414d43423c79e8f89a363e86bada4bf05add29f063e5ad29bccb1a
MISC metadata.xml 158 RMD160 17ad87fdb088c4a22ea1849e25da6efdddf26aa5 SHA1 e5826687b0a91fba71e62888faa74fe37f44045a SHA256 a212959a64142f5508788a3d336b55cdb97645b6e54d8a887e7308c67791d569

metadata.xml




mysql

mytop-1.4.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/mytop/mytop-1.4.ebuild,v 1.16 2006/12/10 17:09:25 vivo Exp $

inherit perl-app

DESCRIPTION="mytop - a top clone for mysql"
HOMEPAGE="http://jeremy.zawodny.com/mysql/mytop/"
SRC_URI="http://jeremy.zawodny.com/mysql/mytop/${P}.tar.gz"

LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="alpha amd64 ppc sparc x86"
SLOT="0"
IUSE=""

DEPEND="dev-perl/DBD-mysql
virtual/perl-Getopt-Long
dev-perl/TermReadKey
dev-perl/Term-ANSIColor
virtual/perl-Time-HiRes
>=sys-apps/sed-4"

src_install() {
perl-module_src_install
sed -i "s|socket => '',|socket => '/var/run/mysqld/mysqld.sock',|g" ${D}/usr/bin/mytop
}