diff options
author | Michael Januszewski <spock@gentoo.org> | 2006-02-12 14:42:28 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2006-02-12 14:42:28 +0000 |
commit | 927fb3dd42f22d6ffbbb3c5bc57fb7f591652372 (patch) | |
tree | 32b2f953634d09bcdd4e5deb16a1f0d5f5ee8bb0 /dev-util/oprofile/files | |
parent | fix Bug 122542, typo in einfo (diff) | |
download | gentoo-2-927fb3dd42f22d6ffbbb3c5bc57fb7f591652372.tar.gz gentoo-2-927fb3dd42f22d6ffbbb3c5bc57fb7f591652372.tar.bz2 gentoo-2-927fb3dd42f22d6ffbbb3c5bc57fb7f591652372.zip |
Added a fix for bug #122310.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-util/oprofile/files')
-rw-r--r-- | dev-util/oprofile/files/digest-oprofile-0.9-r1 | 3 | ||||
-rw-r--r-- | dev-util/oprofile/files/digest-oprofile-0.9.1-r1 | 3 | ||||
-rw-r--r-- | dev-util/oprofile/files/oprofile-0.9.1-opcontrol_path.diff | 18 |
3 files changed, 24 insertions, 0 deletions
diff --git a/dev-util/oprofile/files/digest-oprofile-0.9-r1 b/dev-util/oprofile/files/digest-oprofile-0.9-r1 new file mode 100644 index 000000000000..da37cca56c7f --- /dev/null +++ b/dev-util/oprofile/files/digest-oprofile-0.9-r1 @@ -0,0 +1,3 @@ +MD5 ef1abe789209c181877e2ec491f635e7 oprofile-0.9.tar.gz 626963 +RMD160 325e526681a38a05511b984b513fe32b78ef1984 oprofile-0.9.tar.gz 626963 +SHA256 995b4fc865d729a2a457b7dcc1bba45f6161d0c574f74a4084c69b7b1ac59a98 oprofile-0.9.tar.gz 626963 diff --git a/dev-util/oprofile/files/digest-oprofile-0.9.1-r1 b/dev-util/oprofile/files/digest-oprofile-0.9.1-r1 new file mode 100644 index 000000000000..e29680080daf --- /dev/null +++ b/dev-util/oprofile/files/digest-oprofile-0.9.1-r1 @@ -0,0 +1,3 @@ +MD5 c25a05406e30e81a6afbd3264191fa37 oprofile-0.9.1.tar.gz 673244 +RMD160 620d06dabc913b426e0eb7e488ba9e8ec5c75321 oprofile-0.9.1.tar.gz 673244 +SHA256 b3ec27967f072409f692583a6fdbede5cf3dddc89ef0a7102292d8517ffb4a31 oprofile-0.9.1.tar.gz 673244 diff --git a/dev-util/oprofile/files/oprofile-0.9.1-opcontrol_path.diff b/dev-util/oprofile/files/oprofile-0.9.1-opcontrol_path.diff new file mode 100644 index 000000000000..2d2dabdbf16c --- /dev/null +++ b/dev-util/oprofile/files/oprofile-0.9.1-opcontrol_path.diff @@ -0,0 +1,18 @@ +diff -Naurp oprofile-0.9.1-orig/utils/opcontrol oprofile-0.9.1/utils/opcontrol +--- oprofile-0.9.1-orig/utils/opcontrol 2006-02-12 15:26:15.000000000 +0100 ++++ oprofile-0.9.1/utils/opcontrol 2006-02-12 15:26:45.000000000 +0100 +@@ -1409,12 +1409,12 @@ check_version() + + # main + ++PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin ++ + # determine the location of opcontrol and related programs + OPCONTROL=`which $0` + OPDIR=`dirname $OPCONTROL` + +-PATH=/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin +- + check_version_help $@ + + if test -z "$1"; then |