summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Redaelli <drizzt@gentoo.org>2007-08-07 17:53:28 +0000
committerTimothy Redaelli <drizzt@gentoo.org>2007-08-07 17:53:28 +0000
commit3a0e35ad8b5b33d9a362b5c14f94f4b6d0480ffc (patch)
tree760260b6f74418450305312047cba7dc56334515 /dev-libs/dmalloc
parentStable on sparc wrt #176297 (diff)
downloadgentoo-2-3a0e35ad8b5b33d9a362b5c14f94f4b6d0480ffc.tar.gz
gentoo-2-3a0e35ad8b5b33d9a362b5c14f94f4b6d0480ffc.tar.bz2
gentoo-2-3a0e35ad8b5b33d9a362b5c14f94f4b6d0480ffc.zip
Fix SRC_URI wrt bug #187755.
(Portage version: 2.1.3.3)
Diffstat (limited to 'dev-libs/dmalloc')
-rw-r--r--dev-libs/dmalloc/ChangeLog5
-rw-r--r--dev-libs/dmalloc/dmalloc-5.5.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog
index 627a06c64fae..761696bef2ec 100644
--- a/dev-libs/dmalloc/ChangeLog
+++ b/dev-libs/dmalloc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/dmalloc
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.30 2007/07/09 20:44:36 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.31 2007/08/07 17:53:28 drizzt Exp $
+
+ 07 Aug 2007; Timothy Redaelli <drizzt@gentoo.org> dmalloc-5.5.2.ebuild:
+ Fix SRC_URI wrt bug #187755.
*dmalloc-5.5.2 (09 Jul 2007)
diff --git a/dev-libs/dmalloc/dmalloc-5.5.2.ebuild b/dev-libs/dmalloc/dmalloc-5.5.2.ebuild
index 0000f73055c1..17c16a455718 100644
--- a/dev-libs/dmalloc/dmalloc-5.5.2.ebuild
+++ b/dev-libs/dmalloc/dmalloc-5.5.2.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2.ebuild,v 1.1 2007/07/09 20:44:36 drizzt Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.5.2.ebuild,v 1.2 2007/08/07 17:53:28 drizzt Exp $
inherit eutils autotools
DESCRIPTION="A Debug Malloc Library"
HOMEPAGE="http://dmalloc.com/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+SRC_URI="http://dmalloc.com/releases/${P}.tgz"
LICENSE="CCPL-Attribution-ShareAlike-3.0"
SLOT="0"