diff options
author | 2006-09-17 23:05:49 +0000 | |
---|---|---|
committer | 2006-09-17 23:05:49 +0000 | |
commit | ddf3b6e88944bdcd96171d501a9fa3e51c5ed5a4 (patch) | |
tree | b24eac8bf4a9a000f9c93f94517a7ff552d72db4 /kde-base/kopete/kopete-3.4.3.ebuild | |
parent | Remove KDE 3.4. (diff) | |
download | gentoo-2-ddf3b6e88944bdcd96171d501a9fa3e51c5ed5a4.tar.gz gentoo-2-ddf3b6e88944bdcd96171d501a9fa3e51c5ed5a4.tar.bz2 gentoo-2-ddf3b6e88944bdcd96171d501a9fa3e51c5ed5a4.zip |
Remove KDE 3.4.
(Portage version: 2.1.1)
(Unsigned Manifest commit)
Diffstat (limited to 'kde-base/kopete/kopete-3.4.3.ebuild')
-rw-r--r-- | kde-base/kopete/kopete-3.4.3.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/kde-base/kopete/kopete-3.4.3.ebuild b/kde-base/kopete/kopete-3.4.3.ebuild deleted file mode 100644 index a65efa7dcbfc..000000000000 --- a/kde-base/kopete/kopete-3.4.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-3.4.3.ebuild,v 1.12 2006/07/11 18:29:02 flameeyes Exp $ - -KMNAME=kdenetwork -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE multi-protocol IM client" -HOMEPAGE="http://kopete.kde.org/" - -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="ssl xmms" - -DEPEND="dev-libs/libxslt - dev-libs/libxml2 - xmms? ( media-sound/xmms )" -RDEPEND="$DEPEND - ssl? ( app-crypt/qca-tls ) - !net-im/kopete" - -# No meanwhile support. See bug 96778. -PATCHES="$FILESDIR/disable-meanwhile.diff" - -# External libgadu support - doesn't work, kopete requires a specific development snapshot of libgadu. -# Maybe we can enable it in the future. -#PATCHES="$PATCHES $FILESDIR/configure-fix-kdenetwork-gadu.patch" -#myconf="$myconf --with-external-libgadu" - -# The nowlistening plugin has xmms support -PATCHES="$PATCHES $FILESDIR/configure-fix-kdenetwork-xmms.patch" - -src_compile() { - myconf="$myconf $(use_with xmms)" - kde-meta_src_compile -} - -pkg_postinst() { - elog "Since 11 July 2006 this version of Kopete cannot connect to ICQ service anymore." - elog "You're currently invited to use either >=kde-base/kopete-3.5.3-r2 or" - elog ">=net-im/kopete-0.12.0-r2 that are patched to support the new authentication." - elog "For more information, please look at the following bugs:" - elog " http://bugs.kde.org/show_bug.cgi?id=130630" - elog " http://bugs.gentoo.org/show_bug.cgi?id=140009" -} |