summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
committerCHTEKK <CHTEKK@localhost>2010-03-30 12:47:24 +0000
commita6ec986eb1452ead17ddc002629ea31934dc132d (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /apps/dev-libs/dnmalloc/dnmalloc-1.0.ebuild
parentUpdate EiffelStudio and Traffic ebuilds (usefull for ETHZ students). (diff)
downloadchtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.tar.gz
chtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.tar.bz2
chtekk-a6ec986eb1452ead17ddc002629ea31934dc132d.zip
Empty dev overlay, as I'm retiring from Gentoo.HEADmaster
apps can now be found at http://projects.longitekk.com:8000/Projects/browser/gentoo-ebuilds vda can now be found at http://vda.sourceforge.net/ and http://vda-ng.longitekk.com:8000/VDA-NG/browser (out-of-date) syscp can now be found up-to-date directly from upstream: http://wiki.syscp.org/docs/syscp-howto-gentoo-en coda and versioncp are out-of-date, broken trial runs of some stuff, so they just get deleted svn path=/; revision=104
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"*
-}