diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-09-27 09:05:27 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-09-27 09:05:27 +0000 |
commit | bd8ec31a0f79aab9e7c596a7d9109775e82b419b (patch) | |
tree | 3d2f70c4a5414f226c401d3ddbba01875de70f9e /dev-libs | |
parent | stable bump (Manifest recommit) (diff) | |
download | gentoo-2-bd8ec31a0f79aab9e7c596a7d9109775e82b419b.tar.gz gentoo-2-bd8ec31a0f79aab9e7c596a7d9109775e82b419b.tar.bz2 gentoo-2-bd8ec31a0f79aab9e7c596a7d9109775e82b419b.zip |
cleanup
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.2.3.ebuild | 30 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.2.4.ebuild | 36 | ||||
-rw-r--r-- | dev-libs/dmalloc/files/digest-dmalloc-5.2.3 | 1 | ||||
-rw-r--r-- | dev-libs/dmalloc/files/digest-dmalloc-5.2.4 | 1 |
4 files changed, 0 insertions, 68 deletions
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 |