From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QJtCf-0004FJ-5w for garchives@archives.gentoo.org; Tue, 10 May 2011 20:06:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E7C51C03E; Tue, 10 May 2011 20:06:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2B53C1C03E for ; Tue, 10 May 2011 20:06:38 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F46F2AC00D for ; Tue, 10 May 2011 20:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 154453D468 for ; Tue, 10 May 2011 20:06:37 +0000 (UTC) From: "Andreas K. Huettel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Huettel" Message-ID: <87aa7ac90fff42069538fb671e292921edabcaaa.dilfridge@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-4.6.9999.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Huettel X-VCS-Revision: 87aa7ac90fff42069538fb671e292921edabcaaa Date: Tue, 10 May 2011 20:06:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 4201148ae8001d9c03c4731739a5afed commit: 87aa7ac90fff42069538fb671e292921edabcaaa Author: Andreas K. Huettel (dilfridge) akhuettel de> AuthorDate: Tue May 10 20:27:30 2011 +0000 Commit: Andreas K. Huettel gentoo org> CommitDate: Tue May 10 20:27:30 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/kde.git;a=3Dc= ommit;h=3D87aa7ac9 [kde-base/kdelibs] Added ewarn about libproxy (Portage version: 2.1.9.48/git/Linux x86_64, signed Manifest commit with = key B6C5F7DE) --- kde-base/kdelibs/kdelibs-4.6.9999.ebuild | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/kde-base/kdelibs/kdelibs-4.6.9999.ebuild b/kde-base/kdelibs/= kdelibs-4.6.9999.ebuild index b7cc62f..8c01d7d 100644 --- a/kde-base/kdelibs/kdelibs-4.6.9999.ebuild +++ b/kde-base/kdelibs/kdelibs-4.6.9999.ebuild @@ -307,6 +307,16 @@ pkg_postinst() { echo fi =20 + if has_version 'net-libs/libproxy'; then + echo + elog "You have net-libs/libproxy installed. This may lead to serious p= roblems, e.g." + elog "not being able to log in. We used to prohibit that combination v= ia a blocker," + elog "however the blocker has been removed because of popular request.= Now everyone" + elog "may shoot himself in the foot as much as he wants." + ewarn "If you encounter timeouts and/or hangs, please have a look at b= ug 365479," + ewarn "https://bugs.gentoo.org/show_bug.cgi?id=3D365479" + fi + elog "Your homedir is set to \${HOME}/${HME}" echo =20