From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F13D91382FE for ; Mon, 11 Jul 2016 12:21:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1398E0B2B; Mon, 11 Jul 2016 12:21:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E1BAE0B2A for ; Mon, 11 Jul 2016 12:21:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4D41340D75 for ; Mon, 11 Jul 2016 12:21:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7B45244A for ; Mon, 11 Jul 2016 12:21:13 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1468239534.e5d7072c31116829191e11d27332657b42fe7ff2.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: e5d7072c31116829191e11d27332657b42fe7ff2 X-VCS-Branch: master Date: Mon, 11 Jul 2016 12:21:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5cb72025-25a6-40aa-89ef-fbee01656cdf X-Archives-Hash: 4013e1ae41607898813db87de3bc5e89 commit: e5d7072c31116829191e11d27332657b42fe7ff2 Author: Johannes Huber gentoo org> AuthorDate: Mon Jul 11 12:17:52 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Jul 11 12:18:54 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e5d7072c kde*.eclass: Update schedules link for no-fetch error message Spotted by Till Schäfer uni-dortmund.de>. Gentoo-bug: 588594 eclass/kde4-base.eclass | 2 +- eclass/kde5.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 3c5d3db..eb6fdb7 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -683,7 +683,7 @@ kde4-base_pkg_nofetch() { eerror "" eerror "Please consult the upstream release schedule to see when this " eerror "package is scheduled to be released:" - eerror "https://techbase.kde.org/Schedules" + eerror "https://community.kde.org/Schedules" } # @FUNCTION: kde4-base_src_unpack diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index c239242..92851a6 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -428,7 +428,7 @@ kde5_pkg_nofetch() { eerror "" eerror "Please consult the upstream release schedule to see when this " eerror "package is scheduled to be released:" - eerror "https://techbase.kde.org/Schedules" + eerror "https://community.kde.org/Schedules" } # @FUNCTION: kde5_src_unpack