summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/google-perftools/google-perftools-0.92.ebuild')
-rw-r--r--dev-libs/google-perftools/google-perftools-0.92.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-libs/google-perftools/google-perftools-0.92.ebuild b/dev-libs/google-perftools/google-perftools-0.92.ebuild
deleted file mode 100644
index 3beb075..0000000
--- a/dev-libs/google-perftools/google-perftools-0.92.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Fast, mutli-threaded malloc() and nifty performance analysis tools"
-HOMEPAGE="http://code.google.com/p/google-perftools/"
-SRC_URI="http://google-perftools.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT="test"
-
-DEPEND="sys-libs/libunwind"
-
-src_install() {
- emake DESTDIR="${D}" install || die
-
- rm -rf "${D}"/usr/share/doc/${P}
-
- dodoc AUTHORS ChangeLog NEWS README TODO
- dohtml doc/*
-}