summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-11-08 16:50:19 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-11-08 16:50:19 +0000
commita93d294ca4dcb858d47bd1116c0f90e031937b3a (patch)
tree8b8638fa338a2befb5e08ab309bb2d3fc5035d3b /dev-libs
parentversion bump (diff)
downloadhistorical-a93d294ca4dcb858d47bd1116c0f90e031937b3a.tar.gz
historical-a93d294ca4dcb858d47bd1116c0f90e031937b3a.tar.bz2
historical-a93d294ca4dcb858d47bd1116c0f90e031937b3a.zip
version bump
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/dmalloc/Manifest4
-rw-r--r--dev-libs/dmalloc/dmalloc-5.2.3.ebuild30
-rw-r--r--dev-libs/dmalloc/files/digest-dmalloc-5.2.31
-rw-r--r--dev-libs/dmalloc/metadata.xml9
4 files changed, 42 insertions, 2 deletions
diff --git a/dev-libs/dmalloc/Manifest b/dev-libs/dmalloc/Manifest
index c6fa314fd512..f79ec36cf431 100644
--- a/dev-libs/dmalloc/Manifest
+++ b/dev-libs/dmalloc/Manifest
@@ -1,6 +1,6 @@
-MD5 2b718b4aef0f0a4df90e0e1d184e1f46 ChangeLog 836
+MD5 56b5a2885e156553389e8394cd86155a ChangeLog 1077
MD5 5c462d964d8acacffc0a3f311dbd5bf4 dmalloc-4.8.2-r1.ebuild 786
-MD5 546cabe72474032ea9e4244cb49d2bb3 dmalloc-5.2.3.ebuild 778
+MD5 69d1780f641e40d4c8f53abaec87edf9 dmalloc-5.2.3.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.3.ebuild b/dev-libs/dmalloc/dmalloc-5.2.3.ebuild
new file mode 100644
index 000000000000..8afa85d69e99
--- /dev/null
+++ b/dev-libs/dmalloc/dmalloc-5.2.3.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.3.ebuild,v 1.1 2003/11/08 16:50:13 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.3 b/dev-libs/dmalloc/files/digest-dmalloc-5.2.3
new file mode 100644
index 000000000000..1c5a30bd056d
--- /dev/null
+++ b/dev-libs/dmalloc/files/digest-dmalloc-5.2.3
@@ -0,0 +1 @@
+MD5 5662c34c6457b393a54c39483b189eed dmalloc-5.2.3.tgz 330717
diff --git a/dev-libs/dmalloc/metadata.xml b/dev-libs/dmalloc/metadata.xml
new file mode 100644
index 000000000000..9fda7a2b9c0c
--- /dev/null
+++ b/dev-libs/dmalloc/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>liquidx@gentoo.org</email>
+ <description>Looking for someone to take over maintaining this package</description>
+</maintainer>
+</pkgmetadata>