summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-libs/dmalloc/ChangeLog7
-rw-r--r--dev-libs/dmalloc/Manifest4
-rw-r--r--dev-libs/dmalloc/dmalloc-5.2.4.ebuild30
-rw-r--r--dev-libs/dmalloc/files/digest-dmalloc-5.2.41
4 files changed, 39 insertions, 3 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog
index 084717ceb82b..bfcb7c19b6af 100644
--- a/dev-libs/dmalloc/ChangeLog
+++ b/dev-libs/dmalloc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/dmalloc
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.7 2003/11/08 16:50:13 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.8 2003/11/20 13:37:14 liquidx Exp $
+
+*dmalloc-5.2.4 (20 Nov 2003)
+
+ 20 Nov 2003; Alastair Tse <liquidx@gentoo.org> dmalloc-5.2.4.ebuild:
+ version bump
*dmalloc-5.2.3 (08 Nov 2003)
diff --git a/dev-libs/dmalloc/Manifest b/dev-libs/dmalloc/Manifest
index adf96756e125..9f3f88b7d4a8 100644
--- a/dev-libs/dmalloc/Manifest
+++ b/dev-libs/dmalloc/Manifest
@@ -1,7 +1,7 @@
-MD5 56b5a2885e156553389e8394cd86155a ChangeLog 1077
+MD5 05329e4b75ba6fc316fc7eed304e8745 ChangeLog 1194
MD5 5c462d964d8acacffc0a3f311dbd5bf4 dmalloc-4.8.2-r1.ebuild 786
MD5 69d1780f641e40d4c8f53abaec87edf9 dmalloc-5.2.3.ebuild 774
-MD5 69d1780f641e40d4c8f53abaec87edf9 dmalloc-5.2.4.ebuild 774
+MD5 01f9d37397ea7b32a7da4da27043e226 dmalloc-5.2.4.ebuild 774
MD5 1399bcd56ae8738ff7d702f73cf37ae4 metadata.xml 308
MD5 005387d8e427b7c5704d67259d9e32e1 files/digest-dmalloc-4.8.2-r1 62
MD5 78e44047e9a2cd2d3b44173f072a7ddb files/digest-dmalloc-5.2.3 62
diff --git a/dev-libs/dmalloc/dmalloc-5.2.4.ebuild b/dev-libs/dmalloc/dmalloc-5.2.4.ebuild
new file mode 100644
index 000000000000..de46f7dca46a
--- /dev/null
+++ b/dev-libs/dmalloc/dmalloc-5.2.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.2.4.ebuild,v 1.1 2003/11/20 13:37:14 liquidx Exp $
+
+inherit debug
+
+DESCRIPTION="A Debug Malloc Library"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+HOMEPAGE="http://dmalloc.com/"
+
+IUSE=""
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~sparc "
+
+DEPEND="virtual/glibc"
+
+src_compile() {
+ econf --enable-threads --enable-shlib || die "configure failed"
+ emake all threads shlib tests || die "emake failed"
+}
+
+src_install () {
+ # install extra docs
+ dodoc ChangeLog INSTALL TODO NEWS NOTES README
+ dohtml Release.html dmalloc.html
+
+ make prefix=${D}/usr install installth installsl
+ doinfo dmalloc.info
+}
diff --git a/dev-libs/dmalloc/files/digest-dmalloc-5.2.4 b/dev-libs/dmalloc/files/digest-dmalloc-5.2.4
new file mode 100644
index 000000000000..5515a5847d52
--- /dev/null
+++ b/dev-libs/dmalloc/files/digest-dmalloc-5.2.4
@@ -0,0 +1 @@
+MD5 f48c7fcf97227e0db1c7007f75c6224a dmalloc-5.2.4.tgz 338680