summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild')
-rw-r--r--apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild b/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
deleted file mode 100644
index 119e0b1..0000000
--- a/apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Safer memory allocator."
-HOMEPAGE="http://fort-knox.org/"
-SRC_URI="http://fort-knox.org/files/${P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_compile() {
- emake || die "emake failed"
-}
-
-src_install() {
- dolib "lib${PN}.so"*
-}