diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 13:10:57 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-15 13:10:57 +0000 |
commit | b93eb3395015832b406461fd5bc1fcb6eae2c590 (patch) | |
tree | 9e9bbc1e0ebc2f99d66db2d6006db5dc1a23a9ea /mail-client/kbiff | |
parent | fix email in ChangeLog (diff) | |
download | gentoo-2-b93eb3395015832b406461fd5bc1fcb6eae2c590.tar.gz gentoo-2-b93eb3395015832b406461fd5bc1fcb6eae2c590.tar.bz2 gentoo-2-b93eb3395015832b406461fd5bc1fcb6eae2c590.zip |
Remove old ebuilds.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'mail-client/kbiff')
-rw-r--r-- | mail-client/kbiff/files/digest-kbiff-3.6.3 | 1 | ||||
-rw-r--r-- | mail-client/kbiff/files/digest-kbiff-3.7 | 1 | ||||
-rw-r--r-- | mail-client/kbiff/files/kbiff-3.7-configure-arts.patch | 141 | ||||
-rw-r--r-- | mail-client/kbiff/kbiff-3.6.3.ebuild | 17 | ||||
-rw-r--r-- | mail-client/kbiff/kbiff-3.7.ebuild | 23 |
5 files changed, 0 insertions, 183 deletions
diff --git a/mail-client/kbiff/files/digest-kbiff-3.6.3 b/mail-client/kbiff/files/digest-kbiff-3.6.3 deleted file mode 100644 index 4be8f5298d53..000000000000 --- a/mail-client/kbiff/files/digest-kbiff-3.6.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 ffb65c1a41e9fc1a9209bbdc4a21467c kbiff-3.6.3.tar.bz2 548349 diff --git a/mail-client/kbiff/files/digest-kbiff-3.7 b/mail-client/kbiff/files/digest-kbiff-3.7 deleted file mode 100644 index 73aefe7d757f..000000000000 --- a/mail-client/kbiff/files/digest-kbiff-3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 54bf0a4a9cfba415dea8e6ea000adb4f kbiff-3.7.tar.bz2 622962 diff --git a/mail-client/kbiff/files/kbiff-3.7-configure-arts.patch b/mail-client/kbiff/files/kbiff-3.7-configure-arts.patch deleted file mode 100644 index e960ce1ff439..000000000000 --- a/mail-client/kbiff/files/kbiff-3.7-configure-arts.patch +++ /dev/null @@ -1,141 +0,0 @@ ---- configure.orig 2004-11-18 19:52:29.980476896 +0000 -+++ configure 2004-11-18 19:53:03.911318624 +0000 -@@ -22767,138 +22767,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 KDE correctly. --" >&5 --echo "$as_me: error: The important program mcopidl was not found! --Please check whether you installed KDE 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 KDE correctly. --" >&5 --echo "$as_me: error: The important program artsc-config was not found! --Please check whether you installed KDE 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.6.3.ebuild b/mail-client/kbiff/kbiff-3.6.3.ebuild deleted file mode 100644 index 648da12e6ed2..000000000000 --- a/mail-client/kbiff/kbiff-3.6.3.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.6.3.ebuild,v 1.4 2005/01/14 23:42:07 danarmak Exp $ - -inherit kde - -DESCRIPTION="KDE new mail notification utility (biff)" -HOMEPAGE="http://www.granroth.org/kbiff/" -SRC_URI="http://devel-home.kde.org/~granroth/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc" -IUSE="" - -DEPEND="|| ( kde-base/kdebase-meta >=kde-base/kdebase-3 )" -need-kde 3
\ No newline at end of file diff --git a/mail-client/kbiff/kbiff-3.7.ebuild b/mail-client/kbiff/kbiff-3.7.ebuild deleted file mode 100644 index 9af857783ca0..000000000000 --- a/mail-client/kbiff/kbiff-3.7.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/kbiff/kbiff-3.7.ebuild,v 1.10 2005/01/14 23:42:07 danarmak Exp $ - -inherit kde eutils - -DESCRIPTION="KDE new mail notification utility (biff)" -HOMEPAGE="http://www.granroth.org/kbiff/" -SRC_URI="http://devel-home.kde.org/~granroth/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc ~ppc ~amd64" -IUSE="" - -DEPEND="|| ( kde-base/kdebase-meta >=kde-base/kdebase-3 )" -need-kde 3 - -src_unpack() { - kde_src_unpack - - use arts || epatch ${FILESDIR}/${P}-configure-arts.patch -}
\ No newline at end of file |