summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/kbiff/Manifest1
-rw-r--r--mail-client/kbiff/files/kbiff-3.7.1-configure-arts.patch141
-rw-r--r--mail-client/kbiff/kbiff-3.8.ebuild24
3 files changed, 0 insertions, 166 deletions
diff --git a/mail-client/kbiff/Manifest b/mail-client/kbiff/Manifest
index 769ffe7c..e5e374ab 100644
--- a/mail-client/kbiff/Manifest
+++ b/mail-client/kbiff/Manifest
@@ -1,3 +1,2 @@
-DIST kbiff-3.8.tar.bz2 767864 BLAKE2B 6959a9e772bb9a7b4ce75aa75c558a76448848afedccdd0e77d6d0cb09de6b90797588cc8bdd0a89294502b58d579468fa015699f15854089ea6a8461c900562 SHA512 78eef9764858f3c3550d3968ac35bb0293359294bc0557ec98b441381c70a0a867ea70452e2a8afc58f92379fb9ef48f42dbd6d8edb6f9894dcfe0188855ddc3
DIST kbiff-3.9.tar.bz2 571829 BLAKE2B 870721c1d81dff67d31e610da33dbd1b715c78ef324f62a3c11d1ecd3a8a9564349f8975119e79f58f187331bfc9ccc7bc63cdf5c9dcc50a60f67e8783baddca SHA512 5501ff79a89aace0695e76ef3b6c1916cfb27de2107a57d73132c5b858f3f4eabd3311a2214699615a84e6c424c2fb7deb79f5176bcb5601ff6bd1867a3763d8
DIST kbiff-4.0.tar.bz2 149594 BLAKE2B 8d5b6d40d0fa693f9ebf15aea578be60c9263b87360595941218a1bf076728c5bfa6b5e33d1ee4ea8ad09c7a7658df8a7f0cbda9ac5478e60d25d38308533f67 SHA512 a076d5dcf7ee138a5754cb67792a59647586945dcc0faa780f25c927d56186ce85b75a6e144086a5095950aca56a3f7960d6302882629b467d3fc5091f7fe994
diff --git a/mail-client/kbiff/files/kbiff-3.7.1-configure-arts.patch b/mail-client/kbiff/files/kbiff-3.7.1-configure-arts.patch
deleted file mode 100644
index b7127a8e..00000000
--- a/mail-client/kbiff/files/kbiff-3.7.1-configure-arts.patch
+++ /dev/null
@@ -1,141 +0,0 @@
---- configure.orig 2004-11-19 00:27:41.916281104 +0000
-+++ configure 2004-11-19 00:28:07.485394008 +0000
-@@ -23678,138 +23678,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/mail-client/kbiff/kbiff-3.8.ebuild b/mail-client/kbiff/kbiff-3.8.ebuild
deleted file mode 100644
index d70c2042..00000000
--- a/mail-client/kbiff/kbiff-3.8.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.8.ebuild,v 1.7 2009/11/11 12:15:26 ssuominen Exp $
-
-ARTS_REQUIRED=never
-inherit kde eutils
-
-DESCRIPTION="KDE new mail notification utility (biff)"
-HOMEPAGE="http://www.granroth.org/kbiff/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE=""
-
-DEPEND="=kde-frameworks/kdelibs-3.5*"
-
-need-kde 3.5
-
-src_unpack() {
- kde_src_unpack
- epatch "${FILESDIR}"/${PN}-3.7.1-configure-arts.patch
-}