summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-09-27 09:05:27 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-09-27 09:05:27 +0000
commit6e5a673306d25d9c55068cab186009fb91dd999f (patch)
treea2d0b006449470a232c349d80dcc80e870d3619d /dev-libs/dmalloc
parentstable bump (diff)
downloadhistorical-6e5a673306d25d9c55068cab186009fb91dd999f.tar.gz
historical-6e5a673306d25d9c55068cab186009fb91dd999f.tar.bz2
historical-6e5a673306d25d9c55068cab186009fb91dd999f.zip
cleanup
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r--dev-libs/dmalloc/Manifest8
-rw-r--r--dev-libs/dmalloc/dmalloc-5.2.3.ebuild30
-rw-r--r--dev-libs/dmalloc/dmalloc-5.2.4.ebuild36
-rw-r--r--dev-libs/dmalloc/files/digest-dmalloc-5.2.31
-rw-r--r--dev-libs/dmalloc/files/digest-dmalloc-5.2.41
5 files changed, 2 insertions, 74 deletions
diff --git a/dev-libs/dmalloc/Manifest b/dev-libs/dmalloc/Manifest
index 0e9e6ce26300..b4b02e4cbbac 100644
--- a/dev-libs/dmalloc/Manifest
+++ b/dev-libs/dmalloc/Manifest
@@ -1,12 +1,8 @@
-MD5 08887757cfa742387560ddc1b45fcf09 dmalloc-5.2.3.ebuild 766
+MD5 2848547365c61c7f2a931e37a60f77b9 ChangeLog 1773
MD5 087e81b198fc6058ada170e3f905d7b6 dmalloc-4.8.2-r1.ebuild 766
MD5 fba1b7c6b7b5e7867d4c668f4671fec3 dmalloc-5.3.0.ebuild 862
-MD5 2848547365c61c7f2a931e37a60f77b9 ChangeLog 1773
MD5 1399bcd56ae8738ff7d702f73cf37ae4 metadata.xml 308
-MD5 5669133665070a3f1a84a454de27d2f0 dmalloc-5.2.4.ebuild 849
-MD5 78e44047e9a2cd2d3b44173f072a7ddb files/digest-dmalloc-5.2.3 62
-MD5 911414985b962a0fc17d279a2bff5f07 files/digest-dmalloc-5.2.4 62
+MD5 005387d8e427b7c5704d67259d9e32e1 files/digest-dmalloc-4.8.2-r1 62
MD5 d7d2c9ed36553b70e9fc9ffae863ff70 files/digest-dmalloc-5.3.0 62
MD5 9e69097981f3eb71bc12b8c3b5789b59 files/dmalloc-5.2.4-fpic.patch 1349
MD5 f50369b9728f749d86934c0b728619ef files/dmalloc-5.3.0-fpic.patch 1440
-MD5 005387d8e427b7c5704d67259d9e32e1 files/digest-dmalloc-4.8.2-r1 62
diff --git a/dev-libs/dmalloc/dmalloc-5.2.3.ebuild b/dev-libs/dmalloc/dmalloc-5.2.3.ebuild
deleted file mode 100644
index 416d17dc8786..000000000000
--- a/dev-libs/dmalloc/dmalloc-5.2.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.4 2004/07/02 04:37:08 eradicator 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/libc"
-
-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/dmalloc-5.2.4.ebuild b/dev-libs/dmalloc/dmalloc-5.2.4.ebuild
deleted file mode 100644
index 8100ddfbd659..000000000000
--- a/dev-libs/dmalloc/dmalloc-5.2.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# 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.6 2004/07/02 04:37:08 eradicator Exp $
-
-inherit debug eutils
-
-DESCRIPTION="A Debug Malloc Library"
-HOMEPAGE="http://dmalloc.com/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-IUSE=""
-
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${P}-fpic.patch
-}
-
-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
deleted file mode 100644
index 1c5a30bd056d..000000000000
--- a/dev-libs/dmalloc/files/digest-dmalloc-5.2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5662c34c6457b393a54c39483b189eed dmalloc-5.2.3.tgz 330717
diff --git a/dev-libs/dmalloc/files/digest-dmalloc-5.2.4 b/dev-libs/dmalloc/files/digest-dmalloc-5.2.4
deleted file mode 100644
index 5515a5847d52..000000000000
--- a/dev-libs/dmalloc/files/digest-dmalloc-5.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 f48c7fcf97227e0db1c7007f75c6224a dmalloc-5.2.4.tgz 338680