# ChangeLog for dev-java/jmp
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jmp/ChangeLog,v 1.16 2007/04/12 14:31:11 welp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jmp/ChangeLog,v 1.17 2007/04/12 18:11:47 betelgeuse Exp $
+
+ 12 Apr 2007; Petteri Räty <betelgeuse@gentoo.org> -jmp-0.46.ebuild,
+ -jmp-0.47.ebuild, -jmp-0.48.ebuild:
+ Remove old versions.
12 Apr 2007; <welp@gentoo.org> jmp-0.51.ebuild:
Stable on amd64 wrt bug 173214
+++ /dev/null
-MD5 a70a0616f04cad9d11a71c541c574c3a jmp-0.46.tar.gz 478178
-RMD160 2b36592d0a4925ba8eb7c9bf2c09c120b670343a jmp-0.46.tar.gz 478178
-SHA256 b2e854e7f8df4a73549074978eacb3788e6769009c7f7dbd3a2d93c8ee346d4b jmp-0.46.tar.gz 478178
+++ /dev/null
-MD5 59e551fa8f6ae8fc4be9e98b01cd1863 jmp-0.47.tar.gz 481327
-RMD160 27e3c1b3e58ea1244d97ca52a75cd36d840628c6 jmp-0.47.tar.gz 481327
-SHA256 9bc882b967468eab848176c5bf2ddb7be34c0927b9e56eb80616ecd9e3ada4dd jmp-0.47.tar.gz 481327
+++ /dev/null
-MD5 b51d3417373b7cec6f002a1103b4b89a jmp-0.48.tar.gz 492074
-RMD160 4b5ce51af0e02882c75610aeb65debeef1d5c442 jmp-0.48.tar.gz 492074
-SHA256 632605619895f54f635465252301e4b3db2a7d6ba5425b4d975dbad46f5de0ea jmp-0.48.tar.gz 492074
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jmp/jmp-0.46.ebuild,v 1.3 2005/07/18 16:08:49 axxo Exp $
-
-DESCRIPTION="Java Memory Profiler"
-HOMEPAGE="http://www.khelekore.org/jmp/"
-SRC_URI="http://www.khelekore.org/jmp/${P}.tar.gz"
-IUSE="gtk"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc amd64"
-RDEPEND=">=virtual/jre-1.3
- gtk? ( >=x11-libs/gtk+-2.0 )"
-
-DEPEND=">=virtual/jdk-1.3
- ${RDEPEND}"
-
-src_compile() {
- local myconf=""
- use gtk || myconf="${myconf} --enable-noui"
- econf ${myconf} || die "econf ${myconf} failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "install failed"
- dodoc ChangeLog README
-}
+++ /dev/null
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jmp/jmp-0.47.ebuild,v 1.3 2006/01/21 14:15:02 hansmi Exp $
-
-DESCRIPTION="Java Memory Profiler"
-HOMEPAGE="http://www.khelekore.org/jmp/"
-SRC_URI="http://www.khelekore.org/jmp/${P}.tar.gz"
-IUSE="gtk"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ppc x86"
-RDEPEND=">=virtual/jre-1.3
- gtk? ( >=x11-libs/gtk+-2.0 )"
-DEPEND=">=virtual/jdk-1.3
- ${RDEPEND}"
-
-src_compile() {
- local myconf=""
- use gtk || myconf="${myconf} --enable-noui"
- econf ${myconf} || die "econf ${myconf} failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "install failed"
- dodoc ChangeLog README
-}
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jmp/jmp-0.48.ebuild,v 1.1 2005/11/11 23:20:21 axxo Exp $
-
-DESCRIPTION="Java Memory Profiler"
-HOMEPAGE="http://www.khelekore.org/jmp/"
-SRC_URI="http://www.khelekore.org/jmp/${P}.tar.gz"
-IUSE="gtk"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~x86"
-RDEPEND=">=virtual/jre-1.3
- gtk? ( >=x11-libs/gtk+-2.0 )"
-DEPEND=">=virtual/jdk-1.3
- ${RDEPEND}"
-
-src_compile() {
- local myconf=""
- use gtk || myconf="${myconf} --enable-noui"
- econf ${myconf} || die "econf ${myconf} failed"
- emake || die "emake failed"
-}
-
-src_install() {
- einstall || die "install failed"
- dodoc ChangeLog README
-}