summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2006-01-12 03:06:18 +0000
committerLuca Barbato <lu_zero@gentoo.org>2006-01-12 03:06:18 +0000
commit7b4ec6ac027f24bab26c1aeb368f7f3e3ebc5077 (patch)
tree18acdc8508d75b1b6ce9003f32d0c22eaba12378 /dev-util
parentUpgraded to 3.3.11_pre2 to fix a problem with busybox and 2.6.15 headers. (diff)
downloadhistorical-7b4ec6ac027f24bab26c1aeb368f7f3e3ebc5077.tar.gz
historical-7b4ec6ac027f24bab26c1aeb368f7f3e3ebc5077.tar.bz2
historical-7b4ec6ac027f24bab26c1aeb368f7f3e3ebc5077.zip
New version, ~ppc
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/callgrind/ChangeLog10
-rw-r--r--dev-util/callgrind/Manifest16
-rw-r--r--dev-util/callgrind/callgrind-0.10.0.ebuild6
-rw-r--r--dev-util/callgrind/callgrind-0.10.1.ebuild27
-rw-r--r--dev-util/callgrind/files/digest-callgrind-0.10.11
5 files changed, 43 insertions, 17 deletions
diff --git a/dev-util/callgrind/ChangeLog b/dev-util/callgrind/ChangeLog
index 27a9df1d4eb7..76182aceef7f 100644
--- a/dev-util/callgrind/ChangeLog
+++ b/dev-util/callgrind/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/callgrind
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/ChangeLog,v 1.15 2005/10/12 16:57:40 metalgod Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/ChangeLog,v 1.16 2006/01/12 03:06:18 lu_zero Exp $
+
+*callgrind-0.10.1 (12 Jan 2006)
+
+ 12 Jan 2006; Luca Barbato <lu_zero@gentoo.org> callgrind-0.10.0.ebuild,
+ +callgrind-0.10.1.ebuild:
+ New version, builds with valgrind-3.1.x and supports ppc
12 Oct 2005; Luis Medinas <metalgod@gentoo.org> callgrind-0.10.0.ebuild:
Added ~amd64 keyword. Closes bug #108973.
diff --git a/dev-util/callgrind/Manifest b/dev-util/callgrind/Manifest
index 22cb74454914..9b03bf15ca74 100644
--- a/dev-util/callgrind/Manifest
+++ b/dev-util/callgrind/Manifest
@@ -1,19 +1,11 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 ad20d51e3f226d81cc337dc176dbc855 ChangeLog 2133
-MD5 ec31619167c200378ffd25861bd0ae3d callgrind-0.10.0.ebuild 737
+MD5 20f88ad9a545c500f31dfb75f1d045b9 ChangeLog 2327
+MD5 cd26ae178184b2045bcb271e5fd3d9a8 callgrind-0.10.0.ebuild 738
+MD5 9ff745e60bfc3fd528a00d319603b7d1 callgrind-0.10.1.ebuild 744
MD5 1b042a95b298f8d41e5deda5df97acc0 callgrind-0.9.11-r1.ebuild 807
MD5 7b2c4bbdbf212df3e8e328a568822e17 callgrind-0.9.12.ebuild 727
MD5 fd019cb535b08fdbae43cb0a32b840cc files/callgrind-0.9.11-pic.patch 796
MD5 e81d708b6105ad1595f64cbe09a21856 files/digest-callgrind-0.10.0 68
+MD5 7e35e9b00f36283555cdd92aaa365476 files/digest-callgrind-0.10.1 69
MD5 9fec370836b1b35ed92c7fcc97732b29 files/digest-callgrind-0.9.11-r1 68
MD5 d9e50bb8e3fba3a9dc46f344a0c1b68a files/digest-callgrind-0.9.12 68
MD5 ce27d2d79c120eec4ba4563651b7e5c1 metadata.xml 261
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFDTU6/wUpWvClEHQoRAqIUAJ4gF0tO899LO7hfbufAjNkS6X7cgwCdEWAg
-mBJQMBS6ZOV7a5LsaK16deM=
-=/1Rf
------END PGP SIGNATURE-----
diff --git a/dev-util/callgrind/callgrind-0.10.0.ebuild b/dev-util/callgrind/callgrind-0.10.0.ebuild
index bed5bb010190..fc65c4117f10 100644
--- a/dev-util/callgrind/callgrind-0.10.0.ebuild
+++ b/dev-util/callgrind/callgrind-0.10.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/callgrind-0.10.0.ebuild,v 1.2 2005/10/12 16:57:40 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/callgrind-0.10.0.ebuild,v 1.3 2006/01/12 03:06:18 lu_zero Exp $
inherit eutils
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND=">=dev-util/valgrind-3
+DEPEND="=dev-util/valgrind-3.0*
!dev-util/calltree"
src_install() {
diff --git a/dev-util/callgrind/callgrind-0.10.1.ebuild b/dev-util/callgrind/callgrind-0.10.1.ebuild
new file mode 100644
index 000000000000..9ca8f1d18bb4
--- /dev/null
+++ b/dev-util/callgrind/callgrind-0.10.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/callgrind/callgrind-0.10.1.ebuild,v 1.1 2006/01/12 03:06:18 lu_zero Exp $
+
+inherit eutils
+
+DESCRIPTION="A plugin for cachegrind that adds call-graph profiling, needed by kcachegrind."
+HOMEPAGE="http://kcachegrind.sourceforge.net/"
+SRC_URI="http://kcachegrind.sourceforge.net/${P}.tar.bz2"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc"
+IUSE=""
+
+DEPEND=">=dev-util/valgrind-3.1
+ !dev-util/calltree"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+
+ # Installs docs into stray directory
+ rm -rf ${D}/usr/share/doc/valgrind
+
+ dodoc AUTHORS ChangeLog README TODO
+ dohtml docs/*.html
+}
diff --git a/dev-util/callgrind/files/digest-callgrind-0.10.1 b/dev-util/callgrind/files/digest-callgrind-0.10.1
new file mode 100644
index 000000000000..f050b3b68365
--- /dev/null
+++ b/dev-util/callgrind/files/digest-callgrind-0.10.1
@@ -0,0 +1 @@
+MD5 6d8acca6b58b0b72804339d04426d550 callgrind-0.10.1.tar.bz2 171688