summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregorio Guidi <greg_g@gentoo.org>2005-07-15 12:49:55 +0000
committerGregorio Guidi <greg_g@gentoo.org>2005-07-15 12:49:55 +0000
commitde7974e009070c0d7a792562fc710ee8f97e6f24 (patch)
tree5e7426e99dc538bc5bb362db0dd1d00711afe942 /kde-misc/kdirstat
parentStable on sparc (diff)
downloadgentoo-2-de7974e009070c0d7a792562fc710ee8f97e6f24.tar.gz
gentoo-2-de7974e009070c0d7a792562fc710ee8f97e6f24.tar.bz2
gentoo-2-de7974e009070c0d7a792562fc710ee8f97e6f24.zip
Remove old ebuild.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-misc/kdirstat')
-rw-r--r--kde-misc/kdirstat/files/digest-kdirstat-2.4.01
-rw-r--r--kde-misc/kdirstat/files/kdirstat-2.4.0-configure.patch142
-rw-r--r--kde-misc/kdirstat/files/kdirstatapp.h.fix.patch11
-rw-r--r--kde-misc/kdirstat/kdirstat-2.4.0.ebuild25
4 files changed, 0 insertions, 179 deletions
diff --git a/kde-misc/kdirstat/files/digest-kdirstat-2.4.0 b/kde-misc/kdirstat/files/digest-kdirstat-2.4.0
deleted file mode 100644
index be8b540a1d7f..000000000000
--- a/kde-misc/kdirstat/files/digest-kdirstat-2.4.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 b8e368621ed11b046c30a6498e00d75e kdirstat-2.4.0.tar.bz2 639990
diff --git a/kde-misc/kdirstat/files/kdirstat-2.4.0-configure.patch b/kde-misc/kdirstat/files/kdirstat-2.4.0-configure.patch
deleted file mode 100644
index babb6dac4c4a..000000000000
--- a/kde-misc/kdirstat/files/kdirstat-2.4.0-configure.patch
+++ /dev/null
@@ -1,142 +0,0 @@
---- configure.orig 2004-10-19 01:48:58.195581776 +0000
-+++ configure 2004-10-19 01:49:46.182286688 +0000
-@@ -23891,139 +23891,6 @@
-
- fi
-
--
-- echo "$as_me:$LINENO: checking for mcopidl" >&5
--echo $ECHO_N "checking for mcopidl... $ECHO_C" >&6
-- if test -n "$MCOPIDL"; then
-- kde_cv_path="$MCOPIDL";
-- else
-- kde_cache=`echo mcopidl | sed 'y%./+-%__p_%'`
--
-- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&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 "$as_me:$LINENO: result: not found" >&5
--echo "${ECHO_T}not found" >&6
--
-- { { echo "$as_me:$LINENO: error: The important program mcopidl was not found!
--Please check whether you installed aRts correctly.
--" >&5
--echo "$as_me: error: The important program mcopidl was not found!
--Please check whether you installed aRts correctly.
--" >&2;}
-- { (exit 1); exit 1; }; }
--
-- else
-- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
--echo "${ECHO_T}$kde_cv_path" >&6
-- MCOPIDL=$kde_cv_path
--
-- fi
--
--
-- echo "$as_me:$LINENO: checking for artsc-config" >&5
--echo $ECHO_N "checking for artsc-config... $ECHO_C" >&6
-- if test -n "$ARTSCCONFIG"; then
-- kde_cv_path="$ARTSCCONFIG";
-- else
-- kde_cache=`echo artsc-config | sed 'y%./+-%__p_%'`
--
-- if eval "test \"\${kde_cv_path_$kde_cache+set}\" = set"; then
-- echo $ECHO_N "(cached) $ECHO_C" >&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 "$as_me:$LINENO: result: not found" >&5
--echo "${ECHO_T}not found" >&6
--
-- { { echo "$as_me:$LINENO: error: The important program artsc-config was not found!
--Please check whether you installed aRts correctly.
--" >&5
--echo "$as_me: error: The important program artsc-config was not found!
--Please check whether you installed aRts correctly.
--" >&2;}
-- { (exit 1); exit 1; }; }
--
-- else
-- echo "$as_me:$LINENO: result: $kde_cv_path" >&5
--echo "${ECHO_T}$kde_cv_path" >&6
-- ARTSCCONFIG=$kde_cv_path
--
-- fi
--
--
- echo "$as_me:$LINENO: checking for kde-config" >&5
- echo $ECHO_N "checking for kde-config... $ECHO_C" >&6
- if test -n "$KDECONFIG"; then
diff --git a/kde-misc/kdirstat/files/kdirstatapp.h.fix.patch b/kde-misc/kdirstat/files/kdirstatapp.h.fix.patch
deleted file mode 100644
index 63a3851caf3a..000000000000
--- a/kde-misc/kdirstat/files/kdirstatapp.h.fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- kdirstatapp.h 2003-08-26 15:47:47.000000000 -0500
-+++ kdirstatapp.h.fixed 2004-06-05 14:12:43.839313712 -0500
-@@ -46,7 +46,7 @@
- class KSettingsDialog;
- class KTreemapView;
- class KTreemapTile;
--};
-+}
-
- using namespace KDirStat;
-
diff --git a/kde-misc/kdirstat/kdirstat-2.4.0.ebuild b/kde-misc/kdirstat/kdirstat-2.4.0.ebuild
deleted file mode 100644
index 939bc5b1c3e4..000000000000
--- a/kde-misc/kdirstat/kdirstat-2.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-misc/kdirstat/kdirstat-2.4.0.ebuild,v 1.4 2005/04/24 03:18:20 hansmi Exp $
-
-inherit kde eutils
-
-DESCRIPTION="KDirStat - nice KDE replacement to du command"
-HOMEPAGE="http://kdirstat.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kdirstat/${P}.tar.bz2"
-
-LICENSE="GPL-2 LGPL-2"
-KEYWORDS="x86 sparc ~amd64 ppc"
-
-IUSE=""
-SLOT="0"
-
-need-kde 3
-
-src_unpack() {
- unpack ${A}
- cd ${S}/kdirstat/
- epatch ${FILESDIR}/kdirstatapp.h.fix.patch
- cd ${S}
- ! useq arts && epatch ${FILESDIR}/kdirstat-2.4.0-configure.patch
-}