summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-05 15:14:08 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-05 15:14:08 +0000
commit7c20df929095482f042dd2d12e9ea866fd743f32 (patch)
tree763d4cf95dd5ab6879cc5de2a7f06bf7193eda13
parentStable on sparc wrt #165289 (diff)
downloadgentoo-2-7c20df929095482f042dd2d12e9ea866fd743f32.tar.gz
gentoo-2-7c20df929095482f042dd2d12e9ea866fd743f32.tar.bz2
gentoo-2-7c20df929095482f042dd2d12e9ea866fd743f32.zip
Remove old version and obsolete patches.
(Portage version: 2.1.2-r7)
-rw-r--r--dev-util/kprof/ChangeLog7
-rw-r--r--dev-util/kprof/files/digest-kprof-1.4.33
-rw-r--r--dev-util/kprof/files/kprof-1.4.3-configure-arts.diff185
-rw-r--r--dev-util/kprof/files/kprof-1.4.3-gcc41.patch47
-rw-r--r--dev-util/kprof/kprof-1.4.3.ebuild22
5 files changed, 6 insertions, 258 deletions
diff --git a/dev-util/kprof/ChangeLog b/dev-util/kprof/ChangeLog
index 5b3b542379ca..eee84f4d9b1e 100644
--- a/dev-util/kprof/ChangeLog
+++ b/dev-util/kprof/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-util/kprof
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/ChangeLog,v 1.15 2007/02/05 15:01:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/ChangeLog,v 1.16 2007/02/05 15:14:07 flameeyes Exp $
+
+ 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org>
+ -files/kprof-1.4.3-configure-arts.diff, -files/kprof-1.4.3-gcc41.patch,
+ -kprof-1.4.3.ebuild:
+ Remove old version and obsolete patches.
05 Feb 2007; Raúl Porcel <armin76@gentoo.org> kprof-1.4.3-r1.ebuild:
x86 stable wrt bug 165426
diff --git a/dev-util/kprof/files/digest-kprof-1.4.3 b/dev-util/kprof/files/digest-kprof-1.4.3
deleted file mode 100644
index d45ef18b972b..000000000000
--- a/dev-util/kprof/files/digest-kprof-1.4.3
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d2b1286f8fea7eb1d3e67215e07d296f kprof-1.4.3.tar.bz2 375770
-RMD160 41d0fd0cd4bd84c19e61fee77c17bf6b6cdc45fa kprof-1.4.3.tar.bz2 375770
-SHA256 33a2ccb3f3fe46b7667c96d681302ee941bb564b9ffe7a27abaa2c61d0d51bb9 kprof-1.4.3.tar.bz2 375770
diff --git a/dev-util/kprof/files/kprof-1.4.3-configure-arts.diff b/dev-util/kprof/files/kprof-1.4.3-configure-arts.diff
deleted file mode 100644
index 1929f5d4ff79..000000000000
--- a/dev-util/kprof/files/kprof-1.4.3-configure-arts.diff
+++ /dev/null
@@ -1,185 +0,0 @@
---- configure.orig 2005-05-07 20:58:28.000000000 +0200
-+++ configure 2005-05-07 20:59:22.000000000 +0200
-@@ -8270,182 +8270,6 @@
- fi
-
-
-- echo $ac_n "checking for mcopidl""... $ac_c" 1>&6
--echo "configure:8275: checking for mcopidl" >&5
-- if test -n "$MCOPIDL"; then
-- kde_cv_path="$MCOPIDL";
-- else
-- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
--
-- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/mcopidl"; then
-- if test -n ""
-- then
-- evalstr="$dir/mcopidl 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/mcopidl"
-- break
-- fi
-- else
-- kde_cv_path="$dir/mcopidl"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$ac_t""not found" 1>&6
--
-- { echo "configure: error: The important program mcopidl was not found!
--Please check whether you installed KDE correctly.
--" 1>&2; exit 1; }
--
-- else
-- echo "$ac_t""$kde_cv_path" 1>&6
-- MCOPIDL=$kde_cv_path
--
-- fi
--
--
-- echo $ac_n "checking for artsc-config""... $ac_c" 1>&6
--echo "configure:8335: checking for artsc-config" >&5
-- if test -n "$ARTSCCONFIG"; then
-- kde_cv_path="$ARTSCCONFIG";
-- else
-- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
--
-- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/artsc-config"; then
-- if test -n ""
-- then
-- evalstr="$dir/artsc-config 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/artsc-config"
-- break
-- fi
-- else
-- kde_cv_path="$dir/artsc-config"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$ac_t""not found" 1>&6
--
-- { echo "configure: error: The important program artsc-config was not found!
--Please check whether you installed KDE correctly.
--" 1>&2; exit 1; }
--
-- else
-- echo "$ac_t""$kde_cv_path" 1>&6
-- ARTSCCONFIG=$kde_cv_path
--
-- fi
--
--
-- echo $ac_n "checking for kde-config""... $ac_c" 1>&6
--echo "configure:8395: checking for kde-config" >&5
-- if test -n "$KDECONFIG"; then
-- kde_cv_path="$KDECONFIG";
-- else
-- kde_cache=`echo kde-config | sed 'y%./+-%__p_%'`
--
-- if eval "test \"`echo '$''{'kde_cv_path_$kde_cache'+set}'`\" = set"; then
-- echo $ac_n "(cached) $ac_c" 1>&6
--else
--
-- kde_cv_path="NONE"
-- dirs="$kde_default_bindirs"
-- kde_save_IFS=$IFS
-- IFS=':'
-- for dir in $PATH; do
-- dirs="$dirs $dir"
-- done
-- IFS=$kde_save_IFS
--
-- for dir in $dirs; do
-- if test -x "$dir/kde-config"; then
-- if test -n ""
-- then
-- evalstr="$dir/kde-config 2>&1 "
-- if eval $evalstr; then
-- kde_cv_path="$dir/kde-config"
-- break
-- fi
-- else
-- kde_cv_path="$dir/kde-config"
-- break
-- fi
-- fi
-- done
--
-- eval "kde_cv_path_$kde_cache=$kde_cv_path"
--
--
--fi
--
--
-- eval "kde_cv_path=\"`echo '$kde_cv_path_'$kde_cache`\""
--
-- fi
--
-- if test -z "$kde_cv_path" || test "$kde_cv_path" = NONE; then
-- echo "$ac_t""not found" 1>&6
--
-- else
-- echo "$ac_t""$kde_cv_path" 1>&6
-- KDECONFIG=$kde_cv_path
--
-- fi
--
--
- echo $ac_n "checking for meinproc""... $ac_c" 1>&6
- echo "configure:8451: checking for meinproc" >&5
- if test -n "$MEINPROC"; then
diff --git a/dev-util/kprof/files/kprof-1.4.3-gcc41.patch b/dev-util/kprof/files/kprof-1.4.3-gcc41.patch
deleted file mode 100644
index d80cc92be2fd..000000000000
--- a/dev-util/kprof/files/kprof-1.4.3-gcc41.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-Index: kprof/kprof/parseprofile_fnccheck.h
-===================================================================
---- kprof.orig/kprof/parseprofile_fnccheck.h
-+++ kprof/kprof/parseprofile_fnccheck.h
-@@ -21,7 +21,10 @@
- #include "parseprofile.h"
- #endif
-
--class CProfileInfo;
-+#include <qvector.h>
-+#include <qtextstream.h>
-+#include "cprofileinfo.h"
-+
- class QString;
-
- class CParseProfile_fnccheck : public CParseProfile
-Index: kprof/kprof/parseprofile_gprof.h
-===================================================================
---- kprof.orig/kprof/parseprofile_gprof.h
-+++ kprof/kprof/parseprofile_gprof.h
-@@ -22,7 +22,9 @@
- #include "parseprofile.h"
- #endif
-
--class CProfileInfo;
-+#include <qvector.h>
-+#include <qtextstream.h>
-+#include "cprofileinfo.h"
-
- class CParseProfile_gprof : public CParseProfile
- {
-Index: kprof/kprof/parseprofile_pose.h
-===================================================================
---- kprof.orig/kprof/parseprofile_pose.h
-+++ kprof/kprof/parseprofile_pose.h
-@@ -21,7 +21,10 @@
- #include "parseprofile.h"
- #endif
-
--class CProfileInfo;
-+#include <qvector.h>
-+#include <qtextstream.h>
-+#include "cprofileinfo.h"
-+
- class QString;
-
- class CParseProfile_pose : public CParseProfile
diff --git a/dev-util/kprof/kprof-1.4.3.ebuild b/dev-util/kprof/kprof-1.4.3.ebuild
deleted file mode 100644
index 55a5230dde18..000000000000
--- a/dev-util/kprof/kprof-1.4.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/kprof/kprof-1.4.3.ebuild,v 1.7 2006/06/25 19:33:54 blubb Exp $
-
-inherit kde eutils
-
-S=${WORKDIR}/${PN}
-
-DESCRIPTION="A KDE3 visual tool helping developers to analyze the profiling results generated by code profilers."
-HOMEPAGE="http://kprof.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kprof/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~sparc x86"
-IUSE=""
-
-need-kde 3
-
-PATCHES="${FILESDIR}/${P}-configure-arts.diff
- ${FILESDIR}/${P}-gcc41.patch"
-