summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-10-16 23:06:48 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-10-16 23:06:48 +0000
commit0c009e809dbe457e33bde61045006a735ba0d82d (patch)
treeb2f0fd250024857cfaef102677ad627ceabec0b1 /app-admin/profiler/profiler-1.ebuild
parentVersion bump. Closes Bug #67734 (Manifest recommit) (diff)
downloadgentoo-2-0c009e809dbe457e33bde61045006a735ba0d82d.tar.gz
gentoo-2-0c009e809dbe457e33bde61045006a735ba0d82d.tar.bz2
gentoo-2-0c009e809dbe457e33bde61045006a735ba0d82d.zip
dojar --> java-pkg_dojar
Diffstat (limited to 'app-admin/profiler/profiler-1.ebuild')
-rw-r--r--app-admin/profiler/profiler-1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/profiler/profiler-1.ebuild b/app-admin/profiler/profiler-1.ebuild
index 66fd5c021fda..7403b709ea08 100644
--- a/app-admin/profiler/profiler-1.ebuild
+++ b/app-admin/profiler/profiler-1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1.ebuild,v 1.7 2004/10/05 02:58:11 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1.ebuild,v 1.8 2004/10/16 23:06:48 axxo Exp $
+
+inherit java-pkg
DESCRIPTION="provides 3D visual representation of file system statistics"
HOMEPAGE="http://visualversion.com/profiler/"
@@ -21,5 +23,5 @@ src_unpack() {
src_install() {
dobin ${FILESDIR}/profiler
- dojar ${A}
+ java-pkg_dojar ${A}
}