diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 22:39:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-04 22:39:11 +0000 |
commit | 81edab87a62643ed4fc139949ae498d9b56c8649 (patch) | |
tree | 61af79ab644f98ce3db0033d0451b4b9a8740007 | |
parent | Add ~x86-fbsd keyword (diff) | |
download | gentoo-2-81edab87a62643ed4fc139949ae498d9b56c8649.tar.gz gentoo-2-81edab87a62643ed4fc139949ae498d9b56c8649.tar.bz2 gentoo-2-81edab87a62643ed4fc139949ae498d9b56c8649.zip |
Get rid of debug.eclass usage. Aaron is missing for a while now so just proceeding.
(Portage version: 2.1.2_rc4-r5)
-rw-r--r-- | dev-libs/dmalloc/ChangeLog | 9 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.3.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/dmalloc/dmalloc-5.4.2.ebuild | 6 |
4 files changed, 15 insertions, 12 deletions
diff --git a/dev-libs/dmalloc/ChangeLog b/dev-libs/dmalloc/ChangeLog index 3339daa78119..dbcd34912ca4 100644 --- a/dev-libs/dmalloc/ChangeLog +++ b/dev-libs/dmalloc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/dmalloc -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.26 2006/02/08 22:13:39 tove Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/ChangeLog,v 1.27 2007/01/04 22:39:11 flameeyes Exp $ + + 04 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> + dmalloc-4.8.2-r1.ebuild, dmalloc-5.3.0.ebuild, dmalloc-5.4.2.ebuild: + Get rid of debug.eclass usage. Aaron is missing for a while now so just + proceeding. 28 Nov 2005; Tom Gall <tgall@gentoo.org> dmalloc-5.4.2.ebuild: stable on ppc64 diff --git a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild index 550e368418aa..330384479338 100644 --- a/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild +++ b/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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-4.8.2-r1.ebuild,v 1.13 2005/01/21 11:24:29 ka0ttic Exp $ - -inherit debug +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-4.8.2-r1.ebuild,v 1.14 2007/01/04 22:39:11 flameeyes Exp $ DESCRIPTION="A Debug Malloc Library" SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" diff --git a/dev-libs/dmalloc/dmalloc-5.3.0.ebuild b/dev-libs/dmalloc/dmalloc-5.3.0.ebuild index fa6d9ef85ef1..101304536f77 100644 --- a/dev-libs/dmalloc/dmalloc-5.3.0.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.3.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.3.0.ebuild,v 1.9 2005/01/21 16:48:29 ka0ttic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.3.0.ebuild,v 1.10 2007/01/04 22:39:11 flameeyes Exp $ -inherit debug eutils +inherit eutils DESCRIPTION="A Debug Malloc Library" HOMEPAGE="http://dmalloc.com/" diff --git a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild index ecd4833a78dd..089e091b264d 100644 --- a/dev-libs/dmalloc/dmalloc-5.4.2.ebuild +++ b/dev-libs/dmalloc/dmalloc-5.4.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.4.2.ebuild,v 1.10 2005/11/29 03:55:06 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/dmalloc/dmalloc-5.4.2.ebuild,v 1.11 2007/01/04 22:39:11 flameeyes Exp $ -inherit debug eutils +inherit eutils DESCRIPTION="A Debug Malloc Library" HOMEPAGE="http://dmalloc.com/" |