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
commitb89835448d4fdf7ae5ce32321d6c5e431b8fd9fd (patch)
tree3e5698be40e6e2a8a53975b2801689632e8b57e3 /dev-libs/dmalloc
parentversion bump (diff)
downloadgentoo-2-b89835448d4fdf7ae5ce32321d6c5e431b8fd9fd.tar.gz
gentoo-2-b89835448d4fdf7ae5ce32321d6c5e431b8fd9fd.tar.bz2
gentoo-2-b89835448d4fdf7ae5ce32321d6c5e431b8fd9fd.zip
version bump
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r--dev-libs/dmalloc/ChangeLog9
-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
5 files changed, 50 insertions, 3 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog
index 394459a6dee5..084717ceb82b 100644
--- a/dev-libs/dmalloc/ChangeLog
+++ b/dev-libs/dmalloc/ChangeLog
@@ -1,6 +1,13 @@
# 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.6 2003/06/10 19:19:47 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.7 2003/11/08 16:50:13 liquidx Exp $
+
+*dmalloc-5.2.3 (08 Nov 2003)
+
+ 08 Nov 2003; Alastair Tse <liquidx@gentoo.org> dmalloc-5.2.3.ebuild,
+ metadata.xml:
+ version bump. small api incompatibilities with old version, see
+ (http://dmalloc.com/releases/notes/dmalloc-5.1.0.html)
10 Jun 2003; Alastair Tse <liquidx@gentoo.org> dmalloc-4.8.2-r1.ebuild,
dmalloc-4.8.2.ebuild:
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>