summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-02-10 08:32:39 +0000
committerPacho Ramos <pacho@gentoo.org>2013-02-10 08:32:39 +0000
commitb08b27e4a10802379b09345ce93adc7dcbab7756 (patch)
treeb1c2d7e9a2f75d9b17c0eba08c08b7a3103be7b6 /app-admin/profiler/profiler-1-r1.ebuild
parentdrop old (diff)
downloadgentoo-2-b08b27e4a10802379b09345ce93adc7dcbab7756.tar.gz
gentoo-2-b08b27e4a10802379b09345ce93adc7dcbab7756.tar.bz2
gentoo-2-b08b27e4a10802379b09345ce93adc7dcbab7756.zip
Cleanup masked package
Diffstat (limited to 'app-admin/profiler/profiler-1-r1.ebuild')
-rw-r--r--app-admin/profiler/profiler-1-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-admin/profiler/profiler-1-r1.ebuild b/app-admin/profiler/profiler-1-r1.ebuild
deleted file mode 100644
index db0a28980604..000000000000
--- a/app-admin/profiler/profiler-1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/profiler/profiler-1-r1.ebuild,v 1.8 2012/11/27 23:49:48 sping Exp $
-
-inherit java-pkg-2
-
-DESCRIPTION="Provides 3D visual representation of file system statistics"
-HOMEPAGE="https://bugs.gentoo.org/show_bug.cgi?id=288717" # since visualversion.com died
-SRC_URI="profiler.jar"
-RESTRICT="bindist fetch"
-
-LICENSE="as-is"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND=">=virtual/jre-1.4"
-
-S=${WORKDIR}
-
-src_unpack() {
- cp "${DISTDIR}"/${A} "${S}"/ || die
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dobin "${FILESDIR}"/profiler || die
- java-pkg_dojar ${A} || die
-}