summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-08-01 16:07:18 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-08-01 16:07:18 +0000
commitfeeaa21894d5d189b0e360be5ea3d1b8ffd738a7 (patch)
tree6afacc05d0c699937aaff3b85458cd400e16922c /dev-libs/dmalloc
parentrepoman'd directory (diff)
downloadhistorical-feeaa21894d5d189b0e360be5ea3d1b8ffd738a7.tar.gz
historical-feeaa21894d5d189b0e360be5ea3d1b8ffd738a7.tar.bz2
historical-feeaa21894d5d189b0e360be5ea3d1b8ffd738a7.zip
repoman'd
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r--dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild10
-rw-r--r--dev-libs/dmalloc/dmalloc-4.8.2.ebuild10
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild
index a946aab58297..c653c3ce1c6a 100644
--- a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild
+++ b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.1 2002/06/06 02:32:53 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.2 2002/08/01 16:07:18 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Debug Malloc Library"
-SRC_URI="http://dmalloc.com/cgi-bin/bounce/http://download.sourceforge.net/${PN}/${PN}-${PV}.tgz"
+SRC_URI="http://download.sourceforge.net/${PN}/${P}.tgz"
HOMEPAGE="http://dmalloc.com/"
-DEPEND="virtual/glibc"
-RDEPEND="${DEPEND}"
+
SLOT="0"
LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_compile() {
econf --enable-threads --enable-shlib || die "configure failed"
diff --git a/dev-libs/dmalloc/dmalloc-4.8.2.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2.ebuild
index 001e2dba5a2e..be4878798f63 100644
--- a/dev-libs/dmalloc/dmalloc-4.8.2.ebuild
+++ b/dev-libs/dmalloc/dmalloc-4.8.2.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2.ebuild,v 1.1 2002/05/25 13:14:44 jnelson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2.ebuild,v 1.2 2002/08/01 16:07:18 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A Debug Malloc Library"
-SRC_URI="http://dmalloc.com/cgi-bin/bounce/http://download.sourceforge.net/${PN}/${PN}-${PV}.tgz"
+SRC_URI="http://download.sourceforge.net/${PN}/${P}.tgz"
HOMEPAGE="http://dmalloc.com/"
-DEPEND="virtual/glibc"
-RDEPEND="${DEPEND}"
+
SLOT="0"
LICENSE="as-is"
+KEYWORDS="x86"
+
+DEPEND="virtual/glibc"
src_compile() {
econf --with-shlibs || die